[bitnami/gitlab-runner-helper] Release 18.1.0-debian-12-r0 (#82496)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-06-20 12:05:59 +02:00
committed by GitHub
parent e377390905
commit c900183851
3 changed files with 10 additions and 8 deletions

View File

@@ -8,14 +8,14 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-06-13T12:50:45Z" \
org.opencontainers.image.created="2025-06-20T09:32:31Z" \
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.ref.name="18.0.3-debian-12-r1" \
org.opencontainers.image.ref.name="18.1.0-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitlab-runner-helper" \
org.opencontainers.image.title="gitlab-runner-helper" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="18.0.3"
org.opencontainers.image.version="18.1.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,9 +26,11 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl git git-lfs openssh-client procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"gitlab-runner-helper-18.0.3-1-linux-${OS_ARCH}-debian-12" \
"gitlab-runner-helper-18.1.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -51,7 +53,7 @@ RUN mkdir /home/gitlab-runner && \
ln -s /opt/bitnami/common/bin/dumb-init /usr/bin/dumb-init && \
ln -s /opt/bitnami/scripts/gitlab-runner-helper/entrypoint.sh /entrypoint && \
ln -s /opt/bitnami/gitlab-runner-helper/bin/gitlab-runner-helper /usr/bin/gitlab-runner-helper
ENV APP_VERSION="18.0.3" \
ENV APP_VERSION="18.1.0" \
BITNAMI_APP_NAME="gitlab-runner-helper" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "18.0.3-1"
"version": "18.1.0-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "18"
- 18-debian-12
- 18.0.3
- 18.1.0
- latest