mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
[bitnami/pinniped] Release 0.20.0-scratch-r4 (#10853)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-1-linux-${OS_ARCH}-debian-11" \
|
||||
"pinniped-0.20.0-2-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-r3" \
|
||||
org.opencontainers.image.ref.name="0.20.0-scratch-r4" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pinniped" \
|
||||
org.opencontainers.image.title="pinniped" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"pinniped": {
|
||||
"arch": "amd64",
|
||||
"digest": "4df25ee2de4de8c47df0f2fe4e502ea1a299b4d9bedc2ec6ef34c7f07f1bfabf",
|
||||
"digest": "7cf3f5035ebbecbb2a491c00398adb45ff6a05aed39930ff1098b68881a5cd26",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.20.0-1"
|
||||
"version": "0.20.0-2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user