14.7.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-01-20 13:05:11 +00:00
parent 3a2e94a1ed
commit a266870b7c
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ 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-0" --checksum c0f832a9ceee7bb697658d90a5233cc8468847b4701029dec16495f0782a93e2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-0" --checksum 3b8b8a8b88523a1f47566ffd97e34a809b73fb80c43753bcdc53d76d54132fa9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.6.0-0" --checksum 9970e15b424c9de6a701508aa7eeca5efaeaf9c58ffdb2c0f3b2273467140b48
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.7.0-0" --checksum 5ff64aa826b110cf216cf3b194efe807281a7aea9cefc4f64c027cfc8894f1ea
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -20,7 +20,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/entrypoint.sh /entrypoint
ENV BITNAMI_APP_NAME="gitlab-runner" \
BITNAMI_IMAGE_VERSION="14.6.0-debian-10-r2" \
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
USER 1001

View File

@@ -15,10 +15,10 @@
},
"gitlab-runner": {
"arch": "amd64",
"digest": "9970e15b424c9de6a701508aa7eeca5efaeaf9c58ffdb2c0f3b2273467140b48",
"digest": "5ff64aa826b110cf216cf3b194efe807281a7aea9cefc4f64c027cfc8894f1ea",
"distro": "debian-10",
"type": "NAMI",
"version": "14.6.0-0"
"version": "14.7.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.6.0`, `14.6.0-debian-10-r2`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.6.0-debian-10-r2/14/debian-10/ Dockerfile)
* [`14`, `14-debian-10`, `14.7.0`, `14.7.0-debian-10-r0`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.7.0-debian-10-r0/14/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).