mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[bitnami/cluster-autoscaler] Release 1.35.0-debian-12-r10 (#94516)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
FROM docker.io/bitnami/minideb:bookworm
|
||||
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-06-02T21:12:39Z" \
|
||||
org.opencontainers.image.created="2026-06-10T13:50:30Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cluster-autoscaler" \
|
||||
@@ -28,11 +28,11 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"cluster-autoscaler-1.35.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"cluster-autoscaler-1.35.0-5-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
fi ; \
|
||||
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
||||
@@ -50,7 +50,7 @@ COPY rootfs /
|
||||
RUN chmod -R g+rwX /opt/bitnami/cluster-autoscaler/
|
||||
ENV APP_VERSION="1.35.0" \
|
||||
BITNAMI_APP_NAME="cluster-autoscaler" \
|
||||
IMAGE_REVISION="9" \
|
||||
IMAGE_REVISION="10" \
|
||||
PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/cluster-autoscaler
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
ee63b362d6c576d4f5fe64b722183e333e61fd457d7107d66aebe4b6c9e43670 cluster-autoscaler-1.35.0-4-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
9b0e165952c362e239bdecb92c7ad4d3cbd385abe37d0e029d87f0045ba207ef cluster-autoscaler-1.35.0-4-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
598d29544cd1fbe32664f4a54bd49ae1b4c23606801f593d638f752c933864c8 cluster-autoscaler-1.35.0-5-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
aa7480c74ca9ced982d73aafe84cabe60345369a3264c887fc6b0b1ff979720c cluster-autoscaler-1.35.0-5-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user