1.0.2-ol-7-r71 release
This commit is contained in:
parent
9593c41c8b
commit
5377e898ef
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r107 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r108 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-r107
|
||||
FROM bitnami/oraclelinux-extras:7-r108
|
||||
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-r70" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r71" \
|
||||
PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9108
|
||||
|
|
|
|||
|
|
@ -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-r69` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r69/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r71` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r71/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.0.2-debian-9-r63`, `1`, `1.0.2`, `1.0.2-r63`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-debian-9-r63/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter).
|
||||
|
|
|
|||
Loading…
Reference in New Issue