2.3.0-r0 release

Update prometheus to 2.3.0
This commit is contained in:
Bitnami Bot
2018-06-07 12:24:06 +00:00
parent 666502adc7
commit 8ea9fda831

View File

@@ -1,10 +1,10 @@
FROM bitnami/minideb:jessie as buildenv
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.2.1-1-linux-x64-debian-8.tar.gz && \
echo "c71eb93fc3573c5213d6ab1c762bad0add5f6d98ee0ccbff62a43494e5dd1ebf /tmp/bitnami/pkg/cache/prometheus-2.2.1-1-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.2.1-1-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.2.1-1-linux-x64-debian-8.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.3.0-0-linux-x64-debian-8.tar.gz && \
echo "3f2e686eaa62abb0322ee4d8cf363e8c7a98db00e680e8d313134d27cb1bc438 /tmp/bitnami/pkg/cache/prometheus-2.3.0-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.3.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.3.0-0-linux-x64-debian-8.tar.gz
##################
@@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/prometheus /opt/bitnami/prometheus
ENV BITNAMI_APP_NAME="prometheus" \
BITNAMI_IMAGE_VERSION="2.2.1-r39" \
BITNAMI_IMAGE_VERSION="2.3.0-r0" \
PATH="/opt/bitnami/prometheus/bin:$PATH"
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/