mirror of
https://github.com/bitnami/containers.git
synced 2026-03-18 15:27:52 +08:00
1.0.2-ol-7-r1 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r12 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r13 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-r12
|
||||
FROM bitnami/oraclelinux-extras:7-r13
|
||||
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-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r1" \
|
||||
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-r32`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-r32/1/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r1` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r1/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
|
||||
|
||||
Reference in New Issue
Block a user