mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
1.22.1-debian-10-r0 release
This commit is contained in:
@@ -9,17 +9,17 @@ 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.22.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f0962cea542690c68d75bf5ac7f202970b9a70e8b44628b779c8cce7cfe0c662 /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.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.22.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.22.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1eaf38636e72a3d3fb082f82bd2754187a231ad4df15c3012af950afd3115fbe /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cluster-autoscaler-1.22.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -sf /opt/bitnami/cluster-autoscaler/bin/cluster-autoscaler /opt/bitnami/cluster-autoscaler/cluster-autoscaler
|
||||
|
||||
COPY rootfs /
|
||||
RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/
|
||||
ENV BITNAMI_APP_NAME="cluster-autoscaler" \
|
||||
BITNAMI_IMAGE_VERSION="1.22.0-debian-10-r42" \
|
||||
BITNAMI_IMAGE_VERSION="1.22.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cluster-autoscaler
|
||||
|
||||
Reference in New Issue
Block a user