1.23.0-debian-10-r14 release

This commit is contained in:
Bitnami Bot 2022-01-21 01:10:33 +00:00
parent 0a8e847cb4
commit d174dac160
3 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@ 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.23.0-1-linux-amd64-debian-10.tar.gz && \
echo "43543467c482c9f4948ad6bbf566eb71a6f8d695b5fb0ce07b4673fa4a9e5a48 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.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.23.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.23.0-2-linux-amd64-debian-10.tar.gz && \
echo "b564a11f4da3456da0794b25fc40611aa63bd54d06330dd1803656e8a82929d6 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-2-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
@ -21,7 +21,7 @@ RUN ln -sf /opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler /opt/bitnami/c
COPY rootfs /
RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/
ENV BITNAMI_APP_NAME="cluster-autoscaler" \
BITNAMI_IMAGE_VERSION="1.23.0-debian-10-r13" \
BITNAMI_IMAGE_VERSION="1.23.0-debian-10-r14" \
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
WORKDIR /opt/bitnami/cluster-autoscaler

View File

@ -1,9 +1,9 @@
{
"cluster-autoscaler": {
"arch": "amd64",
"digest": "43543467c482c9f4948ad6bbf566eb71a6f8d695b5fb0ce07b4673fa4a9e5a48",
"digest": "b564a11f4da3456da0794b25fc40611aa63bd54d06330dd1803656e8a82929d6",
"distro": "debian-10",
"type": "NAMI",
"version": "1.23.0-1"
"version": "1.23.0-2"
}
}

View File

@ -65,7 +65,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.23.0`, `1.23.0-debian-10-r13`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.23.0-debian-10-r13/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.23.0`, `1.23.0-debian-10-r14`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.23.0-debian-10-r14/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/cluster-autoscaler GitHub repo](https://github.com/bitnami/bitnami-docker-cluster-autoscaler).