[bitnami/gitlab-runner] Release 15.2.1-debian-11-r0 (#851)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-07-27 03:19:42 +02:00 committed by GitHub
parent a90e7e66b2
commit 095dc8ccfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -11,14 +11,14 @@ 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-151" --checksum 6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-151" --checksum 9555865e19d874afffdeae0fc977cc32592dc51da67ed69b6a0ba9677bd4f4fd
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" "15.2.0-0" --checksum 5bacc05a3bfdab456912e51d2fa67c5d76ba25d58b126f9c0f7a3f2ce89505a3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "15.2.1-0" --checksum 55d7c6e60d705cda500d3e05790e69154f7565915ccad7f1b3fd0bfc5661d348
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 APP_VERSION="15.2.0" \
ENV APP_VERSION="15.2.1" \
BITNAMI_APP_NAME="gitlab-runner" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"

View File

@ -15,10 +15,10 @@
},
"gitlab-runner": {
"arch": "amd64",
"digest": "5bacc05a3bfdab456912e51d2fa67c5d76ba25d58b126f9c0f7a3f2ce89505a3",
"digest": "55d7c6e60d705cda500d3e05790e69154f7565915ccad7f1b3fd0bfc5661d348",
"distro": "debian-11",
"type": "NAMI",
"version": "15.2.0-0"
"version": "15.2.1-0"
},
"gosu": {
"arch": "amd64",

View File

@ -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/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/blob/15.2.1-debian-11-r0/15/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).