1.3.1-debian-8-r0 release

Update cluster-autoscaler to 1.3.1
This commit is contained in:
Bitnami Bot
2018-07-12 14:36:54 +00:00
parent 7d7bcf3616
commit 8321a917aa
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
FROM bitnami/minideb:jessie 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.0-0-linux-x64-debian-8.tar.gz && \
echo "96d776ba48cf544d072d3389a7feeaada211838f51ffc47da7b2a2494324ce7e /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.0-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.0-0-linux-x64-debian-8.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.3.1-0-linux-x64-debian-8.tar.gz && \
echo "19db67a27ac804cd95a95ce09a9451eb083e64d840323967489d72c0c7f7a679 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-x64-debian-8.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.0-debian-8-r20" \
BITNAMI_IMAGE_VERSION="1.3.1-debian-8-r0" \
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
RUN install_packages ca-certificates

View File

@@ -30,9 +30,9 @@ Azure https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cl
# Supported tags and respective `Dockerfile` links
* [`1-debian-8`, `1.3.1-debian-8-r0` (1/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.1-debian-8-r0/1/debian-8/Dockerfile)
* [`1-ol-7`, `1.3.0-ol-7-r19` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.0-ol-7-r19/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.3.0-debian-9-r4`, `1`, `1.3.0`, `1.3.0-r4`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.0-debian-9-r4/1/Dockerfile)
* [`1-debian-8`, `1.3.0-debian-8-r20` (1/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.0-debian-8-r20/1/debian-8/Dockerfile)
Subscribe to project updates by watching the [bitnami/cluster-autoscaler GitHub repo](https://github.com/bitnami/bitnami-docker-cluster-autoscaler).