2.3.1-r5 release
This commit is contained in:
parent
a152b5edf5
commit
655e5ca4c5
|
|
@ -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.3.1-r4" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.1-r5" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ $ docker run --name prometheus bitnami/prometheus:latest
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`2`, `2.3.1-r4`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.1-r4/2/Dockerfile)
|
||||
* [`2-ol-7`, `2.3.1-ol-7-r3` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.1-ol-7-r3/2/ol-7/Dockerfile)
|
||||
* [`2`, `2.3.1-r5`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.1-r5/2/Dockerfile)
|
||||
* [`2-ol-7`, `2.3.1-ol-7-r2` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.1-ol-7-r2/2/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue