[bitnami/gitlab-runner-helper] Release 15.5.0-debian-11-r0 (#11100)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
3e8e5f478a
commit
38646d54aa
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="15.4.0-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="15.5.0-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.4.0"
|
||||
org.opencontainers.image.version="15.5.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"dumb-init-1.2.5-154-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"gitlab-runner-helper-15.4.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gitlab-runner-helper-15.5.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -41,7 +41,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.4.0" \
|
||||
ENV APP_VERSION="15.5.0" \
|
||||
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": "6fe9e6b4c7a63d187befca63aa89e60ae980d7a0be85f3caed82ed9f0802b4fb",
|
||||
"digest": "fe81cf98377b64e562f77c4b546e77568e058150288d2195b5725db508f3d53b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.4.0-1"
|
||||
"version": "15.5.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "15"
|
||||
- "15-debian-11"
|
||||
- "15.4.0"
|
||||
- "15.5.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue