1.16.3-debian-9-r0 release

This commit is contained in:
Bitnami Bot 2019-11-28 19:15:05 +00:00
parent c043e94d9d
commit 1eb6bbdd58
2 changed files with 6 additions and 6 deletions

View File

@ -3,15 +3,15 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates curl procps unzip wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.16.2-0-linux-amd64-debian-9.tar.gz && \
echo "548c42a5a00cd21ce96f1248db6b518a33330a7fe47c6060b32dec89f4838bb9 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.16.2-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.16.2-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.16.2-0-linux-amd64-debian-9.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.16.3-0-linux-amd64-debian-9.tar.gz && \
echo "be01185bba34ba128015f3a745656dcc3c6db95339b0f30dd90d6888e8533b45 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.16.3-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.16.3-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.16.3-0-linux-amd64-debian-9.tar.gz
COPY rootfs /
RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/
ENV BITNAMI_APP_NAME="cluster-autoscaler" \
BITNAMI_IMAGE_VERSION="1.16.2-debian-9-r40" \
BITNAMI_IMAGE_VERSION="1.16.3-debian-9-r0" \
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
WORKDIR /opt/bitnami/cluster-autoscaler

View File

@ -52,7 +52,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/containers/how-to/understand-rolling-tags-containers/).
* [`1-debian-9`, `1.16.2-debian-9-r40`, `1`, `1.16.2`, `1.16.2-r40`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.16.2-debian-9-r40/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.16.3-debian-9-r0`, `1`, `1.16.3`, `1.16.3-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.16.3-debian-9-r0/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/cluster-autoscaler GitHub repo](https://github.com/bitnami/bitnami-docker-cluster-autoscaler).