diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile b/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile index 40936fc5eb3f..5de402404e2f 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile @@ -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 \ diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kubeapps-pinniped-proxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index a5eba718689f..8bed9832a479 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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" } } \ No newline at end of file diff --git a/bitnami/kubeapps-pinniped-proxy/README.md b/bitnami/kubeapps-pinniped-proxy/README.md index 0bb34ecd6013..d3d0bb516bfc 100644 --- a/bitnami/kubeapps-pinniped-proxy/README.md +++ b/bitnami/kubeapps-pinniped-proxy/README.md @@ -6,6 +6,8 @@ [Overview of Kubeapps Pinniped Proxy](https://github.com/vmware-tanzu/kubeapps) + + ## TL;DR ```console