From 82cff98c1c5ed8472e46a3c08d0f5cf7be2b3545 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Sep 2022 11:32:09 +0200 Subject: [PATCH] [bitnami/cluster-autoscaler] Release 1.25.0-debian-11-r2 (#6181) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/cluster-autoscaler/1/debian-11/Dockerfile | 4 ++-- bitnami/cluster-autoscaler/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/cluster-autoscaler/1/debian-11/Dockerfile b/bitnami/cluster-autoscaler/1/debian-11/Dockerfile index 64ca0df4e7ba..00f0ac412dc0 100644 --- a/bitnami/cluster-autoscaler/1/debian-11/Dockerfile +++ b/bitnami/cluster-autoscaler/1/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.25.0-debian-11-r1" \ + org.opencontainers.image.ref.name="1.25.0-debian-11-r2" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler" \ org.opencontainers.image.title="cluster-autoscaler" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ fi && \ sha256sum -c cluster-autoscaler-1.25.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ tar -zxf cluster-autoscaler-1.25.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf cluster-autoscaler-1.25.0-0-linux-${OS_ARCH}-debian-11.tar.gz + rm -rf cluster-autoscaler-1.25.0-0-linux-${OS_ARCH}-debian-11.tar.gz cluster-autoscaler-1.25.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/cluster-autoscaler/README.md b/bitnami/cluster-autoscaler/README.md index f512755fb118..eca5f253b6dc 100644 --- a/bitnami/cluster-autoscaler/README.md +++ b/bitnami/cluster-autoscaler/README.md @@ -62,7 +62,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/). -* [`1`, `1-debian-11`, `1.25.0`, `1.25.0-debian-11-r1`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cluster-autoscaler/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.25.0`, `1.25.0-debian-11-r2`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cluster-autoscaler/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).