From a918e9a55086289974ae6b39da691fdca1855e16 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 27 Jul 2022 03:04:32 +0200 Subject: [PATCH] [bitnami/gitlab-runner-helper] Release 15.2.1-debian-11-r0 (#848) Signed-off-by: Bitnami Containers --- bitnami/gitlab-runner-helper/15/debian-11/Dockerfile | 4 ++-- .../debian-11/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/15/debian-11/Dockerfile b/bitnami/gitlab-runner-helper/15/debian-11/Dockerfile index c1572edfb00d..1793d42dca89 100644 --- a/bitnami/gitlab-runner-helper/15/debian-11/Dockerfile +++ b/bitnami/gitlab-runner-helper/15/debian-11/Dockerfile @@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] 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-151" --checksum 6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.2.0-0" --checksum edc1cc201420f6a8b34503aeb3c658ed91fd945299fb05c0e08b33951ef3988e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.2.1-0" --checksum 30e8b8d655bd04177c1b1b006e9aa3b4697a1f958bc6d8c3642672c172af437f 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="15.2.0" \ +ENV APP_VERSION="15.2.1" \ 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/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/gitlab-runner-helper/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index de065ba709d7..e580efef0d1d 100644 --- a/bitnami/gitlab-runner-helper/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/gitlab-runner-helper/15/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "gitlab-runner-helper": { "arch": "amd64", - "digest": "edc1cc201420f6a8b34503aeb3c658ed91fd945299fb05c0e08b33951ef3988e", + "digest": "30e8b8d655bd04177c1b1b006e9aa3b4697a1f958bc6d8c3642672c172af437f", "distro": "debian-11", "type": "NAMI", - "version": "15.2.0-0" + "version": "15.2.1-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/gitlab-runner-helper/README.md b/bitnami/gitlab-runner-helper/README.md index 046d2f5e62cf..cdc52d251ee3 100644 --- a/bitnami/gitlab-runner-helper/README.md +++ b/bitnami/gitlab-runner-helper/README.md @@ -35,7 +35,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/). -* [`15`, `15-debian-11`, `15.2.0`, `15.2.0-debian-11-r3`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.2.0-debian-11-r3/15/debian-11/ Dockerfile) +* [`15`, `15-debian-11`, `15.2.1`, `15.2.1-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.2.1-debian-11-r0/15/debian-11/ Dockerfile) Subscribe to project updates by watching the [bitnami/gitlab-runner-helper GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper).