2.3.2-ol-7-r9 release
This commit is contained in:
parent
c4314add75
commit
7e63e94b68
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r42 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r43 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.3.2-0-linux-x86_64-ol-7.tar.gz && \
|
||||
|
|
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r42
|
||||
FROM bitnami/oraclelinux-extras:7-r43
|
||||
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.2-ol-7-r8" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.2-ol-7-r9" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ $ docker run --name prometheus bitnami/prometheus:latest
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`2-ol-7`, `2.3.2-ol-7-r8` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.2-ol-7-r8/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.3.2-ol-7-r9` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.2-ol-7-r9/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.3.2-debian-9-r8`, `2`, `2.3.2`, `2.3.2-r8`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.2-debian-9-r8/2/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).
|
||||
|
|
|
|||
Loading…
Reference in New Issue