15.1.0-debian-11-r1 release

This commit is contained in:
Bitnami Bot
2022-06-24 17:06:58 +00:00
committed by Bitnami Containers
parent 53fb703796
commit a5a74e989c
3 changed files with 5 additions and 6 deletions

View File

@@ -1,17 +1,16 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
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-150" --checksum eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.1.0-0" --checksum 99bb1df67c5178be11b14725f2bbb2071974199f1ee6daf2ab8dec5fb5bafeba
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.1.0-1" --checksum fd20b5e616c517485ece5af0882273697dc5f431e7d1476137f2e882a2d2a0f7
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

@@ -8,10 +8,10 @@
},
"gitlab-runner-helper": {
"arch": "amd64",
"digest": "99bb1df67c5178be11b14725f2bbb2071974199f1ee6daf2ab8dec5fb5bafeba",
"digest": "fd20b5e616c517485ece5af0882273697dc5f431e7d1476137f2e882a2d2a0f7",
"distro": "debian-11",
"type": "NAMI",
"version": "15.1.0-0"
"version": "15.1.0-1"
},
"gosu": {
"arch": "amd64",

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.1.0`, `15.1.0-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.1.0-debian-11-r0/15/debian-11/ Dockerfile)
* [`15`, `15-debian-11`, `15.1.0`, `15.1.0-debian-11-r1`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.1.0-debian-11-r1/15/debian-11/ Dockerfile)
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r8` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.10.1-debian-11-r8/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).