[bitnami/pinniped] Release 0.20.0-scratch-r7 (#12459)

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 15:21:23 +01:00
committed by GitHub
parent abf47b7e09
commit 6328830624
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-3-linux-${OS_ARCH}-debian-11" \
"pinniped-0.20.0-4-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-r6" \
org.opencontainers.image.ref.name="0.20.0-scratch-r7" \
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": "94b6dbaa7e52403482382d7f7d00f4623182990a55c2fb45d1e16a4961938814",
"digest": "2ddde7ccdc1526a17ef49777cf9823541c1b3574eb2f4f911c90fa9d0436c7b0",
"distro": "debian-11",
"type": "NAMI",
"version": "0.20.0-3"
"version": "0.20.0-4"
}
}