Skip to content

Commit

Permalink
[bitnami/pinniped] Release 0.26.0-debian-11-r6 (#51476)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Oct 10, 2023
1 parent bebd550 commit c356e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bitnami/pinniped/0/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.26.0-1-linux-${OS_ARCH}-debian-11" \
"pinniped-0.26.0-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -36,10 +36,10 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"

LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-10-04T04:32:31Z" \
org.opencontainers.image.created="2023-10-10T05:12:36Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.26.0-debian-11-r4" \
org.opencontainers.image.ref.name="0.26.0-debian-11-r6" \
org.opencontainers.image.title="pinniped" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.26.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "0.26.0-1"
"version": "0.26.0-2"
}
}

0 comments on commit c356e4e

Please sign in to comment.