From 7c7dd87bd53c3a752cda5d51186cb2b3cb56bd4c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 12 May 2021 13:16:23 +0000 Subject: [PATCH] 1.21.0-debian-10-r0 release --- bitnami/cluster-autoscaler/1/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/cluster-autoscaler/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/cluster-autoscaler/1/debian-10/Dockerfile b/bitnami/cluster-autoscaler/1/debian-10/Dockerfile index 4019e6bbf039..6e01956fe656 100644 --- a/bitnami/cluster-autoscaler/1/debian-10/Dockerfile +++ b/bitnami/cluster-autoscaler/1/debian-10/Dockerfile @@ -9,17 +9,17 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz && \ - echo "3ba98980168a3bebed3ef312009119a8803c043c262fd5fa2facb30b4795af9a /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.21.0-0-linux-amd64-debian-10.tar.gz && \ + echo "a284d7a87c18f3c9b15e7e3d03aff5195a077ebb9d0360c9223e2e9f0d4f4940 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.21.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.21.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.21.0-0-linux-amd64-debian-10.tar.gz RUN chmod g+rwX /opt/bitnami RUN ln -sf /opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler /opt/bitnami/cluster-autoscaler/cluster-autoscaler COPY rootfs / RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/ ENV BITNAMI_APP_NAME="cluster-autoscaler" \ - BITNAMI_IMAGE_VERSION="1.20.0-debian-10-r136" \ + BITNAMI_IMAGE_VERSION="1.21.0-debian-10-r0" \ PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH" WORKDIR /opt/bitnami/cluster-autoscaler diff --git a/bitnami/cluster-autoscaler/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/cluster-autoscaler/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 53450487d8eb..bdc49c44889b 100644 --- a/bitnami/cluster-autoscaler/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/cluster-autoscaler/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "cluster-autoscaler": { "arch": "amd64", - "digest": "3ba98980168a3bebed3ef312009119a8803c043c262fd5fa2facb30b4795af9a", + "digest": "a284d7a87c18f3c9b15e7e3d03aff5195a077ebb9d0360c9223e2e9f0d4f4940", "distro": "debian-10", "type": "NAMI", - "version": "1.20.0-1" + "version": "1.21.0-0" } } \ No newline at end of file diff --git a/bitnami/cluster-autoscaler/README.md b/bitnami/cluster-autoscaler/README.md index 71acbcb04a03..c2195c4bbf03 100644 --- a/bitnami/cluster-autoscaler/README.md +++ b/bitnami/cluster-autoscaler/README.md @@ -50,7 +50,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-10`, `1.20.0`, `1.20.0-debian-10-r136`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.20.0-debian-10-r136/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.21.0`, `1.21.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.21.0-debian-10-r0/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/cluster-autoscaler GitHub repo](https://github.com/bitnami/bitnami-docker-cluster-autoscaler).