mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 06:47:29 +08:00
2.32.1-debian-10-r35 release
This commit is contained in:
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# 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.32.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6a28715dfa9a6eddd584de9f7ce6b4ab132002cb71aa795b8d8fe032b25fc64c /tmp/bitnami/pkg/cache/prometheus-2.32.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.32.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.32.1-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.32.1-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "fe75aa2522ee7c487b5251315281d229bc38f1e8da381f313edfb5734f02f245 /tmp/bitnami/pkg/cache/prometheus-2.32.1-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.32.1-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.32.1-3-linux-amd64-debian-10.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
|
||||
@@ -21,7 +21,7 @@ RUN ln -sf /opt/bitnami/prometheus/data /prometheus
|
||||
|
||||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||
ENV BITNAMI_APP_NAME="prometheus" \
|
||||
BITNAMI_IMAGE_VERSION="2.32.1-debian-10-r34" \
|
||||
BITNAMI_IMAGE_VERSION="2.32.1-debian-10-r35" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
EXPOSE 9090
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus": {
|
||||
"arch": "amd64",
|
||||
"digest": "6a28715dfa9a6eddd584de9f7ce6b4ab132002cb71aa795b8d8fe032b25fc64c",
|
||||
"digest": "fe75aa2522ee7c487b5251315281d229bc38f1e8da381f313edfb5734f02f245",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.32.1-2"
|
||||
"version": "2.32.1-3"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,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-10`, `2.32.1`, `2.32.1-debian-10-r34`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.32.1-debian-10-r34/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.32.1`, `2.32.1-debian-10-r35`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.32.1-debian-10-r35/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user