From fbceb9c64d49bc5b37b5941dd26995fa2681c695 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 28 Apr 2022 04:50:16 +0000 Subject: [PATCH] 2.4.5-debian-10-r0 release --- bitnami/kubeapps-pinniped-proxy/2/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/kubeapps-pinniped-proxy/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-10/Dockerfile b/bitnami/kubeapps-pinniped-proxy/2/debian-10/Dockerfile index 7a754b51795b..0a67b149c693 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-10/Dockerfile +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-10/Dockerfile @@ -9,15 +9,15 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip libc6 libgcc1 libssl1.1 procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.4.4-1-linux-amd64-debian-10.tar.gz && \ - echo "e2b041f5c2033fdbc46ec4412d2a8ea1bddec32bb739bf795857997af325724e /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.4-1-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-pinniped-proxy-2.4.5-0-linux-amd64-debian-10.tar.gz && \ + echo "1b926af6523c7a79ac93ecfa25eef625ef6583f7439419d8c878c94b8b946234 /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/kubeapps-pinniped-proxy-2.4.5-0-linux-amd64-debian-10.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="2.4.4" \ +ENV APP_VERSION="2.4.5" \ BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \ PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH" diff --git a/bitnami/kubeapps-pinniped-proxy/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kubeapps-pinniped-proxy/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 811ec02e524a..18ead41ce4d4 100644 --- a/bitnami/kubeapps-pinniped-proxy/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kubeapps-pinniped-proxy/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "kubeapps-pinniped-proxy": { "arch": "amd64", - "digest": "e2b041f5c2033fdbc46ec4412d2a8ea1bddec32bb739bf795857997af325724e", + "digest": "1b926af6523c7a79ac93ecfa25eef625ef6583f7439419d8c878c94b8b946234", "distro": "debian-10", "type": "NAMI", - "version": "2.4.4-1" + "version": "2.4.5-0" } } \ No newline at end of file diff --git a/bitnami/kubeapps-pinniped-proxy/README.md b/bitnami/kubeapps-pinniped-proxy/README.md index 88f2a2ee8090..b8bf7e9609a3 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-10`, `2.4.4`, `2.4.4-debian-10-r27`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.4-debian-10-r27/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.4.5`, `2.4.5-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-pinniped-proxy/blob/2.4.5-debian-10-r0/2/debian-10/Dockerfile) ## Configuration