2.5.0-debian-11-r14 release
This commit is contained in:
parent
570bc74262
commit
453febfa0b
|
|
@ -8,10 +8,10 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kube-state-metrics-2.5.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "9744b03a7513c06751d62a786ec286273e2815898eb88299ade06e38b1a1d319 /tmp/bitnami/pkg/cache/kube-state-metrics-2.5.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kube-state-metrics-2.5.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kube-state-metrics-2.5.0-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kube-state-metrics-2.5.0-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b0e54434fc74d3ee7e3d793986d06a52c522212e1ffdd01877309f33f46dd0e8 /tmp/bitnami/pkg/cache/kube-state-metrics-2.5.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kube-state-metrics-2.5.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kube-state-metrics-2.5.0-151-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kube-state-metrics": {
|
||||
"arch": "amd64",
|
||||
"digest": "9744b03a7513c06751d62a786ec286273e2815898eb88299ade06e38b1a1d319",
|
||||
"digest": "b0e54434fc74d3ee7e3d793986d06a52c522212e1ffdd01877309f33f46dd0e8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.0-150"
|
||||
"version": "2.5.0-151"
|
||||
}
|
||||
}
|
||||
|
|
@ -30,7 +30,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.5.0`, `2.5.0-debian-11-r13`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kube-state-metrics/blob/2.5.0-debian-11-r13/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.5.0`, `2.5.0-debian-11-r14`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kube-state-metrics/blob/2.5.0-debian-11-r14/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kube-state-metrics GitHub repo](https://github.com/bitnami/bitnami-docker-kube-state-metrics).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue