mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
1.20.0-debian-10-r45 release
This commit is contained in:
@@ -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.20.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "174a296b5589547b2f32368bbe16209fabbba36d2ba05a4da96f7dbe3b7f9ec5 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3ba98980168a3bebed3ef312009119a8803c043c262fd5fa2facb30b4795af9a /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.20.0-1-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
|
||||
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/
|
||||
ENV BITNAMI_APP_NAME="cluster-autoscaler" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.0-debian-10-r44" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.0-debian-10-r45" \
|
||||
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cluster-autoscaler
|
||||
|
||||
Reference in New Issue
Block a user