[bitnami/kubeapps-pinniped-proxy] Release 2.6.2-debian-11-r14 (#20706)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1fa2c7d930
commit
89becc3bc5
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
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="2.6.2-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="2.6.2-debian-11-r14" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-pinniped-proxy" \
|
||||
org.opencontainers.image.title="kubeapps-pinniped-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libgcc-s1 libssl1.1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"kubeapps-pinniped-proxy-2.6.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-pinniped-proxy-2.6.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "4e6dbcf4939e6b97a15d5eddcea4b6074081639e6ce745b6d62dbd3b78b00654",
|
||||
"digest": "ba4524b7570f486f1ac2882bb19cd987d63bb7277a19bd8eed376f0fcb456c2b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.2-0"
|
||||
"version": "2.6.2-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue