1.3.2-debian-9-r0 release
Update cluster-autoscaler to 1.3.2
This commit is contained in:
parent
65ed300955
commit
919d90288d
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/minideb:stretch as buildenv
|
||||
|
||||
RUN install_packages ca-certificates libc6 wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.3.1-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "24ba2b537663c9f8d1cca4d0761280339648d41df8a2471cc04563348345c816 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-amd64-debian-9.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.3.2-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "95d806aa711df3c0772c8ab3233204d05b1c32dd8b4789aea08ef3c3fd0e1785 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.2-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.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.3.2-0-linux-amd64-debian-9.tar.gz
|
||||
|
||||
##################
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
COPY --from=buildenv /opt/bitnami/cluster-autoscaler /opt/bitnami/cluster-autoscaler
|
||||
ENV BITNAMI_APP_NAME="cluster-autoscaler" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.1-debian-9-r50" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.2-debian-9-r0" \
|
||||
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1-ol-7`, `1.3.2-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.2-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.1-debian-9-r50`, `1`, `1.3.1`, `1.3.1-r50`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.1-debian-9-r50/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.2-debian-9-r0`, `1`, `1.3.2`, `1.3.2-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.2-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue