1.23.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-01-04 17:45:05 +00:00
parent 0a8b6f5c81
commit 872cbe25fa
3 changed files with 8 additions and 8 deletions

View File

@ -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.22.2-0-linux-amd64-debian-10.tar.gz && \
echo "fa15ca4cc94b83ca076ed3e6ed464ec39c5b2951cc06060a0655febdfc6cf4fa /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.2-0-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-0-linux-amd64-debian-10.tar.gz && \
echo "d5129251285c70d10c1dedc617be838c34c6395aed23d41a872b26ab60eca7d7 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.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.23.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.22.2-debian-10-r14" \
BITNAMI_IMAGE_VERSION="1.23.0-debian-10-r0" \
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
WORKDIR /opt/bitnami/cluster-autoscaler

View File

@ -1,9 +1,9 @@
{
"cluster-autoscaler": {
"arch": "amd64",
"digest": "fa15ca4cc94b83ca076ed3e6ed464ec39c5b2951cc06060a0655febdfc6cf4fa",
"digest": "d5129251285c70d10c1dedc617be838c34c6395aed23d41a872b26ab60eca7d7",
"distro": "debian-10",
"type": "NAMI",
"version": "1.22.2-0"
"version": "1.23.0-0"
}
}

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.22.2`, `1.22.2-debian-10-r14`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.22.2-debian-10-r14/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.23.0`, `1.23.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.23.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).