2.31.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-11-05 23:50:11 +00:00
parent ced52a4b3c
commit 362f6fa5ad
3 changed files with 8 additions and 8 deletions

View File

@@ -9,17 +9,17 @@ 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.31.0-0-linux-amd64-debian-10.tar.gz && \
echo "81f063e4c4f837f47515fa805b3479c1946e1d380e3d339300cb37857596795e /tmp/bitnami/pkg/cache/prometheus-2.31.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.31.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.31.0-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.31.1-0-linux-amd64-debian-10.tar.gz && \
echo "1fd5c88ab40b339b95e354705bf8edaf51814bee858c68c118a010fad0de6e21 /tmp/bitnami/pkg/cache/prometheus-2.31.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.31.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.31.1-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
RUN ln -sf /opt/bitnami/prometheus/conf /etc/prometheus
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.31.0-debian-10-r3" \
BITNAMI_IMAGE_VERSION="2.31.1-debian-10-r0" \
PATH="/opt/bitnami/prometheus/bin:$PATH"
EXPOSE 9090

View File

@@ -1,9 +1,9 @@
{
"prometheus": {
"arch": "amd64",
"digest": "81f063e4c4f837f47515fa805b3479c1946e1d380e3d339300cb37857596795e",
"digest": "1fd5c88ab40b339b95e354705bf8edaf51814bee858c68c118a010fad0de6e21",
"distro": "debian-10",
"type": "NAMI",
"version": "2.31.0-0"
"version": "2.31.1-0"
}
}