1.23.0-debian-10-r41 release

This commit is contained in:
Bitnami Bot
2022-02-16 19:58:57 +00:00
parent 6b4bfa20eb
commit d02d379b96
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-4-linux-amd64-debian-10.tar.gz && \
echo "9e56280a41476bdd00385453c88cce2df9f18ec03d3664232ef317aaecf99f60 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-4-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-4-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-5-linux-amd64-debian-10.tar.gz && \
echo "81264f1490f5de87b2b887cfc61e719dca45237d87a5a5b61c68bca5117331c4 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.23.0-5-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-5-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-r40" \
BITNAMI_IMAGE_VERSION="1.23.0-debian-10-r41" \
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
WORKDIR /opt/bitnami/cluster-autoscaler

View File

@@ -1,9 +1,9 @@
{
"cluster-autoscaler": {
"arch": "amd64",
"digest": "9e56280a41476bdd00385453c88cce2df9f18ec03d3664232ef317aaecf99f60",
"digest": "81264f1490f5de87b2b887cfc61e719dca45237d87a5a5b61c68bca5117331c4",
"distro": "debian-10",
"type": "NAMI",
"version": "1.23.0-4"
"version": "1.23.0-5"
}
}

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