[bitnami/gitlab-runner-helper] Release 15.6.0-debian-11-r1 (#14669)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
065c3f4aea
commit
98026e79dc
|
|
@ -4,7 +4,7 @@ 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.6.0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="15.6.0-debian-11-r1" \
|
||||
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." \
|
||||
|
|
@ -22,8 +22,8 @@ RUN install_packages ca-certificates curl git git-lfs openssh-client procps
|
|||
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.6.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"gitlab-runner-helper-15.6.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@
|
|||
},
|
||||
"gitlab-runner-helper": {
|
||||
"arch": "amd64",
|
||||
"digest": "d2d513cda52af82caf4ca85550f2876c50c68a1052eaea08c8017b047513bbca",
|
||||
"digest": "17b43589f910e9810d618f56e32e752dff8947b8e6cee4b4f030bd17cd51531a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.6.0-0"
|
||||
"version": "15.6.0-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "f21869b27c26b9c3053bce8b419a0fdf1dc45fcf13a7c2058e0afb6996d3687f",
|
||||
"digest": "7969f4cc8ad0a260f891cccf5694686a513f4706b48771d605645be1f3f072e2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-155"
|
||||
"version": "1.14.0-156"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue