[bitnami/gitlab-runner-helper] Release 15.8.1-debian-11-r0 (#22570)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c163e2e95e
commit
4428e5e9f9
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="15.8.0-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="15.8.1-debian-11-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="VMware, Inc." \
|
||||
org.opencontainers.image.version="15.8.0"
|
||||
org.opencontainers.image.version="15.8.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"dumb-init-1.2.5-155-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gitlab-runner-helper-15.8.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gitlab-runner-helper-15.8.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN mkdir /home/gitlab-runner && chmod -R g+rwX /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
|
||||
ENV APP_VERSION="15.8.0" \
|
||||
ENV APP_VERSION="15.8.1" \
|
||||
BITNAMI_APP_NAME="gitlab-runner-helper" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"gitlab-runner-helper": {
|
||||
"arch": "amd64",
|
||||
"digest": "1aa7b6fd5f805550e445a409a8725c37cb6cb8ec3bacee480668a06454c08f71",
|
||||
"digest": "519d0beeabc70b3ed811c54f5bb9ae61fad203a48813f6a14bfbd0ae08ba24a4",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.8.0-1"
|
||||
"version": "15.8.1-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "15"
|
||||
- "15-debian-11"
|
||||
- "15.8.0"
|
||||
- "15.8.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue