Skip to content

Commit de2c7d6

Browse files
authored
[bitnami/kube-state-metrics] Release 2.17.0-debian-12-r0 (bitnami#85657)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 18041c8 commit de2c7d6

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

bitnami/kube-state-metrics/2/debian-12/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ FROM docker.io/bitnami/minideb:bookworm
66
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

9-
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
10-
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-08-13T18:46:07Z" \
9+
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10+
org.opencontainers.image.created="2025-09-01T14:47:39Z" \
1211
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1312
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kube-state-metrics/README.md" \
1413
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-state-metrics" \
1514
org.opencontainers.image.title="kube-state-metrics" \
1615
org.opencontainers.image.vendor="Broadcom, Inc." \
17-
org.opencontainers.image.version="2.16.0"
16+
org.opencontainers.image.version="2.17.0"
1817

1918
ENV HOME="/" \
2019
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2928
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
3029
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3130
COMPONENTS=( \
32-
"kube-state-metrics-2.16.0-4-linux-${OS_ARCH}-debian-12" \
31+
"kube-state-metrics-2.17.0-0-linux-${OS_ARCH}-debian-12" \
3332
) ; \
3433
for COMPONENT in "${COMPONENTS[@]}"; do \
3534
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,8 +45,9 @@ RUN chmod g+rwX /opt/bitnami
4645
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4746
RUN uninstall_packages curl
4847

49-
ENV APP_VERSION="2.16.0" \
48+
ENV APP_VERSION="2.17.0" \
5049
BITNAMI_APP_NAME="kube-state-metrics" \
50+
IMAGE_REVISION="0" \
5151
PATH="/opt/bitnami/kube-state-metrics/bin:$PATH"
5252

5353
EXPOSE 8080 8081

bitnami/kube-state-metrics/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)