[bitnami/gitlab-runner-helper] Release 18.3.1-debian-12-r1 (#85921)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-09-07 03:27:48 +02:00 committed by GitHub
parent 069393bcb2
commit a3dae2baf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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="2025-09-04T16:51:09Z" \
org.opencontainers.image.created="2025-09-07T00:52:11Z" \
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" \
@ -53,7 +53,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.3.1" \
BITNAMI_APP_NAME="gitlab-runner-helper" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/gitlab-runner-helper/bin:/opt/bitnami/common/bin:$PATH"
USER 1001