From 53fb70379629ff2e49dfe2856236251fb64bcfa3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 23 Jun 2022 23:46:43 +0000 Subject: [PATCH] 14.10.1-debian-11-r8 release --- bitnami/gitlab-runner-helper/14/debian-11/Dockerfile | 3 +-- bitnami/gitlab-runner-helper/README.md | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bitnami/gitlab-runner-helper/14/debian-11/Dockerfile b/bitnami/gitlab-runner-helper/14/debian-11/Dockerfile index 9df66c7dc3aa..c0ded42d1f38 100644 --- a/bitnami/gitlab-runner-helper/14/debian-11/Dockerfile +++ b/bitnami/gitlab-runner-helper/14/debian-11/Dockerfile @@ -1,12 +1,11 @@ FROM docker.io/bitnami/minideb:bullseye -LABEL maintainer "Bitnami " - 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 diff --git a/bitnami/gitlab-runner-helper/README.md b/bitnami/gitlab-runner-helper/README.md index 77ecd13301eb..28eb338300c0 100644 --- a/bitnami/gitlab-runner-helper/README.md +++ b/bitnami/gitlab-runner-helper/README.md @@ -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