diff --git a/bitnami/prometheus/2/ol-7/Dockerfile b/bitnami/prometheus/2/ol-7/Dockerfile index c6add2d2df08..88712c7ac8ce 100644 --- a/bitnami/prometheus/2/ol-7/Dockerfile +++ b/bitnami/prometheus/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r76 as buildenv +FROM bitnami/oraclelinux-extras:7-r77 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-r76 +FROM bitnami/oraclelinux-extras:7-r77 LABEL maintainer "Bitnami " COPY --from=buildenv /opt/bitnami/prometheus /opt/bitnami/prometheus ENV BITNAMI_APP_NAME="prometheus" \ - BITNAMI_IMAGE_VERSION="2.3.2-ol-7-r32" \ + BITNAMI_IMAGE_VERSION="2.3.2-ol-7-r33" \ PATH="/opt/bitnami/prometheus/bin:$PATH" RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ @@ -22,5 +22,5 @@ EXPOSE 9090 WORKDIR /opt/bitnami/prometheus USER 1001 -ENTRYPOINT ["/opt/bitnami/prometheus/bin/prometheus"] -CMD ["--config.file=/opt/bitnami/prometheus/conf/prometheus.yml","--storage.tsdb.path=/opt/bitnami/prometheus/data","--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries","--web.console.templates=/opt/bitnami/prometheus/conf/consoles"] +ENTRYPOINT [ "/opt/bitnami/prometheus/bin/prometheus" ] +CMD [ "--config.file=/opt/bitnami/prometheus/conf/prometheus.yml", "--storage.tsdb.path=/opt/bitnami/prometheus/data", "--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries", "--web.console.templates=/opt/bitnami/prometheus/conf/consoles" ] diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index 385dfdcda4fd..45c7118eb830 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -42,7 +42,7 @@ Non-root container images add an extra layer of security and are generally recom 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.3.2-ol-7-r32` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.2-ol-7-r32/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.3.2-ol-7-r33` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.2-ol-7-r33/2/ol-7/Dockerfile) * [`2-debian-9`, `2.3.2-debian-9-r36`, `2`, `2.3.2`, `2.3.2-r36`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.3.2-debian-9-r36/2/Dockerfile) Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).