2.9.1-debian-9-r0 release

This commit is contained in:
Bitnami Bot 2019-04-16 22:13:05 +00:00
parent 8ce5fad8ab
commit 4a88b2ad57
2 changed files with 6 additions and 6 deletions

View File

@ -3,14 +3,14 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates wget RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.9.0-0-linux-amd64-debian-9.tar.gz && \ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.9.1-0-linux-amd64-debian-9.tar.gz && \
echo "0f5e17b8f57cec18b734f412e7b6ebc91d02f08ee1d934c170f2ed413ec71d03 /tmp/bitnami/pkg/cache/prometheus-2.9.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \ echo "f1d0816e0fb4b37acebc30c558efa0dc53e8716f03a66636513e0c1275eae2c3 /tmp/bitnami/pkg/cache/prometheus-2.9.1-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.9.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.9.1-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.9.0-0-linux-amd64-debian-9.tar.gz rm -rf /tmp/bitnami/pkg/cache/prometheus-2.9.1-0-linux-amd64-debian-9.tar.gz
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
ENV BITNAMI_APP_NAME="prometheus" \ ENV BITNAMI_APP_NAME="prometheus" \
BITNAMI_IMAGE_VERSION="2.9.0-debian-9-r1" \ BITNAMI_IMAGE_VERSION="2.9.1-debian-9-r0" \
PATH="/opt/bitnami/prometheus/bin:$PATH" PATH="/opt/bitnami/prometheus/bin:$PATH"
EXPOSE 9090 EXPOSE 9090

View File

@ -56,8 +56,8 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`2-debian-9`, `2.9.1-debian-9-r0`, `2`, `2.9.1`, `2.9.1-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.9.1-debian-9-r0/2/debian-9/Dockerfile)
* [`2-ol-7`, `2.9.0-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.9.0-ol-7-r1/2/ol-7/Dockerfile) * [`2-ol-7`, `2.9.0-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.9.0-ol-7-r1/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.9.0-debian-9-r0`, `2`, `2.9.0`, `2.9.0-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.9.0-debian-9-r0/2/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus). Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).