diff --git a/bitnami/cluster-autoscaler/1/debian-12/Dockerfile b/bitnami/cluster-autoscaler/1/debian-12/Dockerfile index 4b47b9bc2141..91cddd8fab74 100644 --- a/bitnami/cluster-autoscaler/1/debian-12/Dockerfile +++ b/bitnami/cluster-autoscaler/1/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-04-07T22:45:21Z" \ + org.opencontainers.image.created="2026-05-07T19:06:55Z" \ 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,7 +28,7 @@ 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-2-linux-${OS_ARCH}-debian-12" \ + "cluster-autoscaler-1.35.0-3-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -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="4" \ + IMAGE_REVISION="5" \ PATH="/opt/bitnami/cluster-autoscaler/bin:$PATH" WORKDIR /opt/bitnami/cluster-autoscaler diff --git a/bitnami/cluster-autoscaler/README.md b/bitnami/cluster-autoscaler/README.md index e8347e9a0254..9d251e6a9023 100644 --- a/bitnami/cluster-autoscaler/README.md +++ b/bitnami/cluster-autoscaler/README.md @@ -11,8 +11,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name cluster-autoscaler -e ALLOW_EMPTY_PASSWORD=yes bitnami/cluster-autoscaler:latest ``` -**Warning**: These quick setups are only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Configuration](#configuration) section for a more secure deployment. - ## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?