[bitnami/gitlab-runner-helper] Release 18.11.3-debian-12-r4

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-05-23 07:58:42 +00:00
parent 0cda220a60
commit 0388b2ec46
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-05-21T02:05:20Z" \
org.opencontainers.image.created="2026-05-23T07:47:02Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/gitlab-runner-helper/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitlab-runner-helper" \
@@ -54,7 +54,7 @@ RUN mkdir /home/gitlab-runner && \
ln -s /opt/bitnami/gitlab-runner-helper/bin/gitlab-runner-helper /usr/bin/gitlab-runner-helper
ENV APP_VERSION="18.11.3" \
BITNAMI_APP_NAME="gitlab-runner-helper" \
IMAGE_REVISION="3" \
IMAGE_REVISION="4" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"
USER 1001