[bitnami/pinniped] Release 0.20.0-scratch-r6 (#12449)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-03 13:33:01 +01:00
committed by GitHub
parent a11e943017
commit 02866d76b1
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"pinniped-0.20.0-2-linux-${OS_ARCH}-debian-11" \
"pinniped-0.20.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -34,7 +34,7 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="0.20.0-scratch-r5" \
org.opencontainers.image.ref.name="0.20.0-scratch-r6" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pinniped" \
org.opencontainers.image.title="pinniped" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -1,9 +1,9 @@
{
"pinniped": {
"arch": "amd64",
"digest": "7cf3f5035ebbecbb2a491c00398adb45ff6a05aed39930ff1098b68881a5cd26",
"digest": "94b6dbaa7e52403482382d7f7d00f4623182990a55c2fb45d1e16a4961938814",
"distro": "debian-11",
"type": "NAMI",
"version": "0.20.0-2"
"version": "0.20.0-3"
}
}