[bitnami/pinniped] Release 0.21.0-scratch-r0 (#17608)

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-12-21 17:00:48 +01:00 committed by GitHub
parent f289e7e632
commit e835b3f3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 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-4-linux-${OS_ARCH}-debian-11" \
"pinniped-0.21.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -34,11 +34,11 @@ 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-r8" \
org.opencontainers.image.ref.name="0.21.0-scratch-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pinniped" \
org.opencontainers.image.title="pinniped" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.20.0"
org.opencontainers.image.version="0.21.0"
COPY prebuildfs /
COPY rootfs /

View File

@ -1,9 +1,9 @@
{
"pinniped": {
"arch": "amd64",
"digest": "2ddde7ccdc1526a17ef49777cf9823541c1b3574eb2f4f911c90fa9d0436c7b0",
"digest": "f8a032fcd87189e122e170174a0d77714c88b69b1937316d4106941660a75672",
"distro": "debian-11",
"type": "NAMI",
"version": "0.20.0-4"
"version": "0.21.0-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-scratch"
- "0.20.0"
- "0.21.0"
- "latest"