14.10.1-debian-11-r8 release

This commit is contained in:
Bitnami Bot
2022-06-23 23:46:43 +00:00
committed by Bitnami Containers
parent 8b336393d7
commit 53fb703796
2 changed files with 5 additions and 4 deletions

View File

@@ -1,12 +1,11 @@
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

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-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)
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r7` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.10.1-debian-11-r7/14/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).
@@ -56,8 +56,10 @@ $ docker pull bitnami/gitlab-runner-helper:[TAG]
If you wish, you can also build the image yourself.
If you wish, you can also build the image yourself.
```console
$ docker build -t bitnami/gitlab-runner 'https://github.com/bitnami/bitnami-docker-gitlab-runner.git#master:7/debian-10'
$ docker build -t bitnami/gitlab-runner-helper:latest 'https://github.com/bitnami/bitnami-docker-gitlab-runner-helper.git#master:15/debian-11'
```
## Maintenance