14.9.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-03-21 21:58:17 +00:00
parent 1ecd8482be
commit 38d55c7d5e
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ 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.8.2-0" --checksum aea78122d8463e0ad2947f7751e1fce0503a58aade3e098aa8493671ff0c7b41
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.9.0-0" --checksum 8e29c75eb0c2d0673048c2db77caf7963ab146f1463c573210708298bf243ac0
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.8.2-debian-10-r19" \
BITNAMI_IMAGE_VERSION="14.9.0-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"
USER 1001

View File

@@ -8,10 +8,10 @@
},
"gitlab-runner-helper": {
"arch": "amd64",
"digest": "aea78122d8463e0ad2947f7751e1fce0503a58aade3e098aa8493671ff0c7b41",
"digest": "8e29c75eb0c2d0673048c2db77caf7963ab146f1463c573210708298bf243ac0",
"distro": "debian-10",
"type": "NAMI",
"version": "14.8.2-0"
"version": "14.9.0-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -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.8.2`, `14.8.2-debian-10-r19`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.8.2-debian-10-r19/14/debian-10/ Dockerfile)
* [`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-helper/blob/14.9.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).