[bitnami/pinniped] Release 0.21.0-scratch-r2 (#20699)

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
2023-01-17 22:57:31 +01:00
committed by GitHub
parent 43d90fbcf2
commit e4b10384d9
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.21.0-0-linux-${OS_ARCH}-debian-11" \
"pinniped-0.21.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -35,7 +35,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.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.21.0-scratch-r1" \
org.opencontainers.image.ref.name="0.21.0-scratch-r2" \
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": "f8a032fcd87189e122e170174a0d77714c88b69b1937316d4106941660a75672",
"digest": "acfe2e13c10609fd5a987a623330347deb734be0371a762e5e38b1fdb50b1ecf",
"distro": "debian-11",
"type": "NAMI",
"version": "0.21.0-0"
"version": "0.21.0-1"
}
}