parent
8321a917aa
commit
dac594f9ae
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r33 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates glibc wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.3.0-0-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "577f757a29d61daf9f4d658c5bb4f7b20890564321f88d22c63126b62c4788e5 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.0-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.0-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.0-0-linux-x86_64-ol-7.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.3.1-0-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "435b6a0234efe168df34a3f201f28452256888d8dc2225d6b20d54847e56e218 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.3.1-0-linux-x86_64-ol-7.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-ol-7-r19" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.1-ol-7-r0" \
|
||||
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ Azure https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cl
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`1-ol-7`, `1.3.1-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-cluster-autoscaler/blob/1.3.1-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`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)
|
||||
|
||||
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