[bitnami/gitlab-runner-helper] Release 15.2.1-debian-11-r5 (#2388)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 03:16:19 +02:00
committed by GitHub
parent 7bf6d15f65
commit bb098f7ba4
3 changed files with 10 additions and 10 deletions

View File

@@ -8,9 +8,9 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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-151" --checksum 6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3
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" "15.2.1-0" --checksum 30e8b8d655bd04177c1b1b006e9aa3b4697a1f958bc6d8c3642672c172af437f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-152" --checksum 8b0e728cd7add1976d252570b26d6dc946de59a4604adceee8f04152258b5947
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.2.1-1" --checksum f813650da26df87c8b6825c418fa1a3d1de225664c68e2d619a597513b44d189
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,23 +1,23 @@
{
"dumb-init": {
"arch": "amd64",
"digest": "6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3",
"digest": "8b0e728cd7add1976d252570b26d6dc946de59a4604adceee8f04152258b5947",
"distro": "debian-11",
"type": "NAMI",
"version": "1.2.5-151"
"version": "1.2.5-152"
},
"gitlab-runner-helper": {
"arch": "amd64",
"digest": "30e8b8d655bd04177c1b1b006e9aa3b4697a1f958bc6d8c3642672c172af437f",
"digest": "f813650da26df87c8b6825c418fa1a3d1de225664c68e2d619a597513b44d189",
"distro": "debian-11",
"type": "NAMI",
"version": "15.2.1-0"
"version": "15.2.1-1"
},
"gosu": {
"arch": "amd64",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-152"
"version": "1.14.0-153"
}
}

View File

@@ -35,7 +35,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/).
* [`15`, `15-debian-11`, `15.2.1`, `15.2.1-debian-11-r4`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/gitlab-runner-helper/15/debian-11/ Dockerfile)
* [`15`, `15-debian-11`, `15.2.1`, `15.2.1-debian-11-r5`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/gitlab-runner-helper/15/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).