From d7db5c977e44ac8b778bcfb542c77aad38783ece Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 6 Feb 2023 04:56:05 +0100 Subject: [PATCH] [bitnami/kubeapps-pinniped-proxy] Release 2.6.3-debian-11-r0 (#23065) Signed-off-by: Bitnami Containers --- bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- .../kubeapps-pinniped-proxy/2/debian-11/tags-info.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile b/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile index 8746bf243b5f..9832d7318689 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile @@ -5,11 +5,11 @@ 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-r21" \ + org.opencontainers.image.ref.name="2.6.3-debian-11-r0" \ 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." \ - org.opencontainers.image.version="2.6.2" + org.opencontainers.image.version="2.6.3" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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-1-linux-${OS_ARCH}-debian-11" \ + "kubeapps-pinniped-proxy-2.6.3-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="2.6.2" \ +ENV APP_VERSION="2.6.3" \ BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \ PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH" 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 26c50adcee6a..a5eba718689f 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": "ba4524b7570f486f1ac2882bb19cd987d63bb7277a19bd8eed376f0fcb456c2b", + "digest": "b15024d0a676ff41791f022fc02e09fbd8841a16130fa62bb314382010a6b7a7", "distro": "debian-11", "type": "NAMI", - "version": "2.6.2-1" + "version": "2.6.3-0" } } \ No newline at end of file diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-11/tags-info.yaml b/bitnami/kubeapps-pinniped-proxy/2/debian-11/tags-info.yaml index f27a4f02a33c..161e0e793f87 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-11/tags-info.yaml +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "2" - "2-debian-11" - - "2.6.2" + - "2.6.3" - "latest"