2.8.0-ol-7-r1 release

This commit is contained in:
Bitnami Bot 2019-03-13 07:32:18 +00:00
parent ec04d1870c
commit 6d8c7b222f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r287
FROM bitnami/oraclelinux-extras:7-r288
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -10,7 +10,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
ENV BITNAMI_APP_NAME="prometheus" \
BITNAMI_IMAGE_VERSION="2.8.0-ol-7-r0" \
BITNAMI_IMAGE_VERSION="2.8.0-ol-7-r1" \
PATH="/opt/bitnami/prometheus/bin:$PATH"
EXPOSE 9090

View File

@ -56,7 +56,7 @@ $ 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/).
* [`2-ol-7`, `2.8.0-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.8.0-ol-7-r0/2/ol-7/Dockerfile)
* [`2-ol-7`, `2.8.0-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.8.0-ol-7-r1/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.8.0-debian-9-r0`, `2`, `2.8.0`, `2.8.0-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.8.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).