[bitnami/kubeapps-pinniped-proxy] Release 2.6.3-debian-11-r4 (#24240)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
631c1db316
commit
7248c25d09
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:59:30Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.6.3-debian-11-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-pinniped-proxy" \
|
||||
org.opencontainers.image.ref.name="2.6.3-debian-11-r4" \
|
||||
org.opencontainers.image.title="kubeapps-pinniped-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.3"
|
||||
|
|
@ -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.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-pinniped-proxy-2.6.3-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": "b15024d0a676ff41791f022fc02e09fbd8841a16130fa62bb314382010a6b7a7",
|
||||
"digest": "4a3f923e77b0fb02912799a286fa46f393ef8110b0fa8d333d1b90d98db6fee5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.3-0"
|
||||
"version": "2.6.3-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[Overview of Kubeapps Pinniped Proxy](https://github.com/vmware-tanzu/kubeapps)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
|
|
|
|||
Loading…
Reference in New Issue