14.7.0-debian-10-r22 release

This commit is contained in:
Bitnami Bot
2022-02-11 13:40:59 +00:00
parent 3feae0abd5
commit d36fdf7b9b
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-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 . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-3" --checksum 562a02f578bf017eca0fc22a39597edfb5b3fea4e5dcc6cc85e5c39655b569ce
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-3" --checksum 1f99dbad9e00fc30b16ebcf15b7a812a9f68ffdb604233c070c04d3780fc5075
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.7.0-3" --checksum 2b5273b8654569e8f059f892f3301ed4fe1110b3b27dd75190b71355b0219062
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-r21" \
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r22" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
USER 1001

View File

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

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