2.36.2-debian-11-r6 release
This commit is contained in:
parent
35b623f256
commit
7e7f75f1f9
|
|
@ -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 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "034783a8ff35b085c4e595d023cf1709d198f9d20cec1c72ccd63ff3065ffcf6 /tmp/bitnami/pkg/cache/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.36.2-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b34188f2e823b4b8e226caa51186917e8a68b49ade15094f7eb5531e78f7e525 /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-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 @@
|
|||
{
|
||||
"prometheus": {
|
||||
"arch": "amd64",
|
||||
"digest": "034783a8ff35b085c4e595d023cf1709d198f9d20cec1c72ccd63ff3065ffcf6",
|
||||
"digest": "b34188f2e823b4b8e226caa51186917e8a68b49ade15094f7eb5531e78f7e525",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.36.2-0"
|
||||
"version": "2.36.2-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,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.36.2`, `2.36.2-debian-11-r5`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.36.2-debian-11-r5/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.36.2`, `2.36.2-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.36.2-debian-11-r6/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue