1.0.2-ol-7-r88 release

This commit is contained in:
Bitnami Bot 2018-10-07 02:45:08 +00:00
parent c3e8d82298
commit f08464411e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r128 as buildenv
FROM bitnami/oraclelinux-extras:7-r129 as buildenv
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/elasticsearch-exporter-1.0.2-1-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-r128
FROM bitnami/oraclelinux-extras:7-r129
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/elasticsearch-exporter /opt/bitnami/elasticsearch-exporter
ENV BITNAMI_APP_NAME="elasticsearch-exporter" \
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r87" \
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r88" \
PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH"
EXPOSE 9108

View File

@ -31,7 +31,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/).
* [`1-ol-7`, `1.0.2-ol-7-r86` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r86/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.0.2-ol-7-r88` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r88/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.0.2-debian-9-r83`, `1`, `1.0.2`, `1.0.2-r83`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-debian-9-r83/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/elasticsearch-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter).