From 459088851e11612ade786aa7a76cbea529e686bb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Oct 2022 14:32:02 +0200 Subject: [PATCH] [bitnami/kubeapps-pinniped-proxy] Release 2.6.0-debian-11-r1 (#9129) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- .../2/debian-11/Dockerfile | 27 +++++++++++-------- .../opt/bitnami/.bitnami_components.json | 4 +-- .../2/debian-11/tags-info.yaml | 2 +- bitnami/kubeapps-pinniped-proxy/README.md | 2 +- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile b/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile index 73a1b2988ddc..be50f32f93c7 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="2.5.1-debian-11-r12" \ + org.opencontainers.image.ref.name="2.6.0-debian-11-r1" \ 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.5.1" + org.opencontainers.image.version="2.6.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -18,21 +18,26 @@ ENV HOME="/" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages ca-certificates curl libc6 libgcc-s1 libssl1.1 procps +RUN install_packages ca-certificates curl libgcc-s1 libssl1.1 procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ - fi && \ - sha256sum -c kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz kubeapps-pinniped-proxy-2.5.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 + COMPONENTS=( \ + "kubeapps-pinniped-proxy-2.6.0-0-linux-${OS_ARCH}-debian-11" \ + ) && \ + for COMPONENT in "${COMPONENTS[@]}"; do \ + if [ ! -f "${COMPONENT}.tar.gz" ]; then \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ + curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ + fi && \ + sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ + tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \ + done RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="2.5.1" \ +ENV APP_VERSION="2.6.0" \ 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 7794aec1e589..df3bab2d4034 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": "b002f454a498bfac44ef792172c5f4ed4cde9e91a44c15215c323b6b453f378e", + "digest": "3236d990cd47274f37863d1d7ff9f85a6bd013fb8f3f66b103357de53afa34a6", "distro": "debian-11", "type": "NAMI", - "version": "2.5.1-0" + "version": "2.6.0-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 2de3456d4fbd..5e0070f35bd6 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.5.1" + - "2.6.0" - "latest" diff --git a/bitnami/kubeapps-pinniped-proxy/README.md b/bitnami/kubeapps-pinniped-proxy/README.md index ab860a211393..422ea3519afb 100644 --- a/bitnami/kubeapps-pinniped-proxy/README.md +++ b/bitnami/kubeapps-pinniped-proxy/README.md @@ -33,7 +33,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-11`, `2.5.1`, `2.5.1-debian-11-r12`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.6.0`, `2.6.0-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kubeapps-pinniped-proxy/2/debian-11/Dockerfile) ## Configuration