14.8.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-02-21 16:20:30 +00:00
parent b9429eb362
commit 45c2e5456f
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-5" --checksum 91ad4e7dce435d4d743f9d6579505034067f7ee8e9e8cfd581a22c5e5272492c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-5" --checksum 589403b1442f6af605efebd5941abf226e255addd043bd24b1b10ad8843f6692
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" "14.7.0-5" --checksum 473f28d602f6b677491b9099b60cc58c1e1fe70165689e0c869eee418d3a8235
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.8.0-0" --checksum 60533f22d665537af6c88ca7a4c9e02a378dd00ca5f5584a205a65eb3f0bcf69
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.7.0-debian-10-r30" \
BITNAMI_IMAGE_VERSION="14.8.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": "473f28d602f6b677491b9099b60cc58c1e1fe70165689e0c869eee418d3a8235",
"digest": "60533f22d665537af6c88ca7a4c9e02a378dd00ca5f5584a205a65eb3f0bcf69",
"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/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/blob/14.8.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).