[bitnami/kube-state-metrics] Release 2.8.2-debian-11-r0 (#28027)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
58ae95aafd
commit
4e32b18c63
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T22:59:42Z" \
|
||||
org.opencontainers.image.created="2023-03-22T01:34:42Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.8.1-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="2.8.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="kube-state-metrics" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.8.1"
|
||||
org.opencontainers.image.version="2.8.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -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.8.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kube-state-metrics-2.8.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.8.1" \
|
||||
ENV APP_VERSION="2.8.2" \
|
||||
BITNAMI_APP_NAME="kube-state-metrics" \
|
||||
PATH="/opt/bitnami/kube-state-metrics/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kube-state-metrics": {
|
||||
"arch": "amd64",
|
||||
"digest": "0e1541e6a09b45ec1d2f106681f8d05f61081155f36cd7ca909b7ca5c0478da0",
|
||||
"digest": "5f874275952e7be7e755d931c3e1765591fcf5ae6f93eba3d83820258d7fe3cc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.1-0"
|
||||
"version": "2.8.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.8.1
|
||||
- 2.8.2
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
> kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
|
||||
[Overview of Kube State Metrics](https://github.com/kubernetes/kube-state-metrics)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue