diff --git a/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile b/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile index 533a634e94b9..0ba82cdb8acf 100644 --- a/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile +++ b/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile @@ -9,9 +9,9 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl git git-lfs gzip libc6 openssh-client procps tar -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-2" --checksum 596fe423bf314ad82010930c1683b2205f881aabfd9a3e33c05483a5a89749af -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.7.0-2" --checksum f4296f6e8b209fc3cd945eed56a4c1305c2515767b5b619670296042092a834d +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-3" --checksum 562a02f578bf017eca0fc22a39597edfb5b3fea4e5dcc6cc85e5c39655b569ce +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.7.0-3" --checksum 9e9db9acb8f0fb236b2690b72e6b66a86b255d2af1b4448805fbef85fe19d799 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -19,7 +19,7 @@ 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-helper/entrypoint.sh /entrypoint ENV BITNAMI_APP_NAME="gitlab-runner-helper" \ - BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r21" \ + BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r22" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH" USER 1001 diff --git a/bitnami/gitlab-runner-helper/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/gitlab-runner-helper/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index d92bb36aeac2..5f05b46fbe84 100644 --- a/bitnami/gitlab-runner-helper/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/gitlab-runner-helper/14/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,23 +1,23 @@ { "dumb-init": { "arch": "amd64", - "digest": "596fe423bf314ad82010930c1683b2205f881aabfd9a3e33c05483a5a89749af", + "digest": "562a02f578bf017eca0fc22a39597edfb5b3fea4e5dcc6cc85e5c39655b569ce", "distro": "debian-10", "type": "NAMI", - "version": "1.2.5-2" + "version": "1.2.5-3" }, "gitlab-runner-helper": { "arch": "amd64", - "digest": "f4296f6e8b209fc3cd945eed56a4c1305c2515767b5b619670296042092a834d", + "digest": "9e9db9acb8f0fb236b2690b72e6b66a86b255d2af1b4448805fbef85fe19d799", "distro": "debian-10", "type": "NAMI", - "version": "14.7.0-2" + "version": "14.7.0-3" }, "gosu": { "arch": "amd64", - "digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980", + "digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53", "distro": "debian-10", "type": "NAMI", - "version": "1.14.0-3" + "version": "1.14.0-4" } } \ No newline at end of file diff --git a/bitnami/gitlab-runner-helper/README.md b/bitnami/gitlab-runner-helper/README.md index c55bbf1c021e..ca72c60a405e 100644 --- a/bitnami/gitlab-runner-helper/README.md +++ b/bitnami/gitlab-runner-helper/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.7.0`, `14.7.0-debian-10-r21`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.7.0-debian-10-r21/14/debian-10/ Dockerfile) +* [`14`, `14-debian-10`, `14.7.0`, `14.7.0-debian-10-r22`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.7.0-debian-10-r22/14/debian-10/ Dockerfile) Subscribe to project updates by watching the [bitnami/gitlab-runner-helper GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper).