14.8.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-02-21 14:38:16 +00:00
parent ed831b03f9
commit cf05282c2d
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-5" --checksum 91ad4e7dce435d4d743f9d6579505034067f7ee8e9e8cfd581a22c5e5272492c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.7.0-5" --checksum 59c8ceaf5eb208c4025c645b5a93b0f0301c6300b33bec42d3a513c391b9a7d9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.8.0-0" --checksum 05b1710eb3fcf61b307d7eb9f87633ab6fc6dae06b1b228f4c263328a18530db
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-r30" \
BITNAMI_IMAGE_VERSION="14.8.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": "59c8ceaf5eb208c4025c645b5a93b0f0301c6300b33bec42d3a513c391b9a7d9",
"digest": "05b1710eb3fcf61b307d7eb9f87633ab6fc6dae06b1b228f4c263328a18530db",
"distro": "debian-10",
"type": "NAMI",
"version": "14.7.0-5"
"version": "14.8.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.7.0`, `14.7.0-debian-10-r30`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.7.0-debian-10-r30/14/debian-10/ Dockerfile)
* [`14`, `14-debian-10`, `14.8.0`, `14.8.0-debian-10-r0`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.8.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).