mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
[bitnami/kube-state-metrics] Release 2.7.0-debian-11-r17 (#20688)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r16" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r17" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kube-state-metrics" \
|
||||
org.opencontainers.image.title="kube-state-metrics" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"kube-state-metrics-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kube-state-metrics-2.7.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kube-state-metrics": {
|
||||
"arch": "amd64",
|
||||
"digest": "ac30c84a5f5d47b01b86ca42fc09c9ff0897053716336a0b2fc066bd127867c0",
|
||||
"digest": "54c07ec49dcc81b6e4ff8b8189f0554513b5ee4ccb469bd239c97ab6661ef52e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-0"
|
||||
"version": "2.7.0-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user