From 3ee3e662629cdc0c9a57f45546018e6e55a3214b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 20 Apr 2022 01:05:13 +0000 Subject: [PATCH] 14.10.0-debian-10-r0 release --- bitnami/gitlab-runner-helper/14/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/gitlab-runner-helper/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile b/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile index a3e2f5758906..0a2740c86b61 100644 --- a/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile +++ b/bitnami/gitlab-runner-helper/14/debian-10/Dockerfile @@ -11,14 +11,14 @@ COPY prebuildfs / 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-6" --checksum fb6f4aaea8eec3a025b7442fcc4bb3e07fa00c331cfea9680851019b516d95f5 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-helper" "14.9.1-0" --checksum e487bbf0447fb33524cea5f96971abb3075452d1af812c73d294ef87e15bbbc4 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.10.0-0" --checksum 3fe82c1fd140f30571b20216802028cd6e4fdea477bb664216e9aea328fdd35b 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-helper/entrypoint.sh /entrypoint -ENV APP_VERSION="14.9.1" \ +ENV APP_VERSION="14.10.0" \ BITNAMI_APP_NAME="gitlab-runner-helper" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH" 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 c31030296405..ca0c1377aa40 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 @@ -8,10 +8,10 @@ }, "gitlab-runner-helper": { "arch": "amd64", - "digest": "e487bbf0447fb33524cea5f96971abb3075452d1af812c73d294ef87e15bbbc4", + "digest": "3fe82c1fd140f30571b20216802028cd6e4fdea477bb664216e9aea328fdd35b", "distro": "debian-10", "type": "NAMI", - "version": "14.9.1-0" + "version": "14.10.0-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/gitlab-runner-helper/README.md b/bitnami/gitlab-runner-helper/README.md index 04754d97d645..4cb398387a06 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.9.1`, `14.9.1-debian-10-r27`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.9.1-debian-10-r27/14/debian-10/ Dockerfile) +* [`14`, `14-debian-10`, `14.10.0`, `14.10.0-debian-10-r0`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.10.0-debian-10-r0/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).