14.7.0-debian-10-r5 release

This commit is contained in:
Bitnami Bot 2022-01-25 07:59:12 +00:00
parent 0411a9fd34
commit 1b036c818e
3 changed files with 14 additions and 14 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
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-1" --checksum d5425adcd16cdd060e57e8173750073e94695efeaaa36fb9332f0e63abf39ea4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-1" --checksum b6101471da6cbf45fc7f85f53170cbc22d405245e3d426234521fe2ea8907656
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.7.0-1" --checksum bdaec749ad9a92779c0ca42e523217b6f5e3ebbaa28e70dc16df05bdfbd54370
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-2" --checksum 596fe423bf314ad82010930c1683b2205f881aabfd9a3e33c05483a5a89749af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-2" --checksum 295c23c02550a3769b8a0419902a9d5d1c344da8d3e10a097cc58ca8d6cc0a00
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.7.0-2" --checksum 4b0e6ba941d923dc9febeeca526e03e115e6ea556548ebd635d1db7be72c3399
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-r4" \
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r5" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
USER 1001

View File

@ -1,30 +1,30 @@
{
"docker-machine": {
"arch": "amd64",
"digest": "b6101471da6cbf45fc7f85f53170cbc22d405245e3d426234521fe2ea8907656",
"digest": "295c23c02550a3769b8a0419902a9d5d1c344da8d3e10a097cc58ca8d6cc0a00",
"distro": "debian-10",
"type": "NAMI",
"version": "0.16.2-1"
"version": "0.16.2-2"
},
"dumb-init": {
"arch": "amd64",
"digest": "d5425adcd16cdd060e57e8173750073e94695efeaaa36fb9332f0e63abf39ea4",
"digest": "596fe423bf314ad82010930c1683b2205f881aabfd9a3e33c05483a5a89749af",
"distro": "debian-10",
"type": "NAMI",
"version": "1.2.5-1"
"version": "1.2.5-2"
},
"gitlab-runner": {
"arch": "amd64",
"digest": "bdaec749ad9a92779c0ca42e523217b6f5e3ebbaa28e70dc16df05bdfbd54370",
"digest": "4b0e6ba941d923dc9febeeca526e03e115e6ea556548ebd635d1db7be72c3399",
"distro": "debian-10",
"type": "NAMI",
"version": "14.7.0-1"
"version": "14.7.0-2"
},
"gosu": {
"arch": "amd64",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
}
}

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-r4`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.7.0-debian-10-r4/14/debian-10/ Dockerfile)
* [`14`, `14-debian-10`, `14.7.0`, `14.7.0-debian-10-r5`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.7.0-debian-10-r5/14/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).