From f501eeb4500843c11e3ca2f39b6aca3ef8339619 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 22 Mar 2022 22:02:23 +0000 Subject: [PATCH] 14.9.1-debian-10-r0 release --- bitnami/gitlab-runner/14/debian-10/Dockerfile | 7 ++++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/gitlab-runner/README.md | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bitnami/gitlab-runner/14/debian-10/Dockerfile b/bitnami/gitlab-runner/14/debian-10/Dockerfile index 21d35e62f52c..9e8914a0b6d4 100644 --- a/bitnami/gitlab-runner/14/debian-10/Dockerfile +++ b/bitnami/gitlab-runner/14/debian-10/Dockerfile @@ -12,15 +12,16 @@ RUN install_packages acl ca-certificates curl git git-lfs gzip libc6 openssh-cli RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-6" --checksum fb6f4aaea8eec3a025b7442fcc4bb3e07fa00c331cfea9680851019b516d95f5 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-6" --checksum 2b184a3bb0f736ef9a97fd25d4c734467be0c13d8381608895c3267c0d0c356b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.9.0-0" --checksum 40e34f98df3ac63e6a5c21f0350123ed261cea25a1d7c9b7c83ee5ff145772fb +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.9.1-0" --checksum 4af549bb76160286aea610758dc35cfb336ec683617b42423efdbdb41b6ac0ce RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN mkdir /home/gitlab-runner && chmod -R g+rwX /home/gitlab-runner && ln -s /opt/bitnami/common/bin/dumb-init /usr/bin/dumb-init && ln -s /opt/bitnami/scripts/gitlab-runner/entrypoint.sh /entrypoint -ENV BITNAMI_APP_NAME="gitlab-runner" \ - BITNAMI_IMAGE_VERSION="14.9.0-debian-10-r0" \ +ENV APP_VERSION="14.9.1" \ + BITNAMI_APP_NAME="gitlab-runner" \ + BITNAMI_IMAGE_VERSION="14.9.1-debian-10-r0" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH" USER 1001 diff --git a/bitnami/gitlab-runner/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/gitlab-runner/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 40e62d671831..709d12b921ee 100644 --- a/bitnami/gitlab-runner/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/gitlab-runner/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,10 +15,10 @@ }, "gitlab-runner": { "arch": "amd64", - "digest": "40e34f98df3ac63e6a5c21f0350123ed261cea25a1d7c9b7c83ee5ff145772fb", + "digest": "4af549bb76160286aea610758dc35cfb336ec683617b42423efdbdb41b6ac0ce", "distro": "debian-10", "type": "NAMI", - "version": "14.9.0-0" + "version": "14.9.1-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/gitlab-runner/README.md b/bitnami/gitlab-runner/README.md index f68167fc98dc..bf0bdbde0d23 100644 --- a/bitnami/gitlab-runner/README.md +++ b/bitnami/gitlab-runner/README.md @@ -38,7 +38,7 @@ $ docker-compose up -d Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`14`, `14-debian-10`, `14.9.0`, `14.9.0-debian-10-r0`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.9.0-debian-10-r0/14/debian-10/ Dockerfile) +* [`14`, `14-debian-10`, `14.9.1`, `14.9.1-debian-10-r0`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.9.1-debian-10-r0/14/debian-10/ Dockerfile) Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner). @@ -125,7 +125,7 @@ If you encountered a problem running this container, you can file an [issue](htt - Host OS and version - Docker version (`docker version`) - Output of `docker info` -- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container) +- Version of this container - The command you used to run the container, and any relevant output you saw (masking any sensitive information)