1.0.2-ol-7-r8 release
This commit is contained in:
parent
53f04fd2a5
commit
0058c87c14
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r19 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r20 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-r19
|
||||
FROM bitnami/oraclelinux-extras:7-r20
|
||||
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-r7" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r8" \
|
||||
PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9108
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ $ docker run --name elasticsearch-exporter bitnami/elasticsearch-exporter:latest
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`1`, `1.0.2-r38`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-r38/1/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r6` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r6/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r8` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r8/1/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter).
|
||||
# Get this image
|
||||
|
|
|
|||
Loading…
Reference in New Issue