14.10.1-debian-11-r15 release

This commit is contained in:
Bitnami Bot
2022-07-15 06:52:32 +00:00
committed by Bitnami Containers
parent 202a84888b
commit 14e84516c9
3 changed files with 10 additions and 10 deletions

View File

@@ -8,9 +8,9 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages acl ca-certificates curl git git-lfs gzip libc6 openssh-client procps tar 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-150" --checksum eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-151" --checksum 6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.10.1-151" --checksum 07e2e7878d33cb264843829dad786ca478986e8eeba80282bcc42dd52c878822 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.10.1-152" --checksum a5af5d9946cce1c207a599e2661d05392ab5af264d999a1203370cd5c809b75e
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami

View File

@@ -1,23 +1,23 @@
{ {
"dumb-init": { "dumb-init": {
"arch": "amd64", "arch": "amd64",
"digest": "eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768", "digest": "6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.2.5-150" "version": "1.2.5-151"
}, },
"gitlab-runner-helper": { "gitlab-runner-helper": {
"arch": "amd64", "arch": "amd64",
"digest": "07e2e7878d33cb264843829dad786ca478986e8eeba80282bcc42dd52c878822", "digest": "a5af5d9946cce1c207a599e2661d05392ab5af264d999a1203370cd5c809b75e",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "14.10.1-151" "version": "14.10.1-152"
}, },
"gosu": { "gosu": {
"arch": "amd64", "arch": "amd64",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900", "digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.14.0-151" "version": "1.14.0-152"
} }
} }

View File

@@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`15`, `15-debian-11`, `15.1.0`, `15.1.0-debian-11-r8`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.1.0-debian-11-r8/15/debian-11/ Dockerfile) * [`15`, `15-debian-11`, `15.1.0`, `15.1.0-debian-11-r8`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.1.0-debian-11-r8/15/debian-11/ Dockerfile)
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r14` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.10.1-debian-11-r14/14/debian-11/ Dockerfile) * [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r15` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.10.1-debian-11-r15/14/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/gitlab-runner-helper GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper). Subscribe to project updates by watching the [bitnami/gitlab-runner-helper GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper).