mirror of
https://github.com/bitnami/containers.git
synced 2026-03-25 15:27:42 +08:00
1.0.2-ol-7-r33 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r48 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r49 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-r48
|
||||
FROM bitnami/oraclelinux-extras:7-r49
|
||||
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-r32" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.2-ol-7-r33" \
|
||||
PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9108
|
||||
|
||||
@@ -25,7 +25,7 @@ $ docker run --name elasticsearch-exporter bitnami/elasticsearch-exporter:latest
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r32` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r32/1/ol-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.0.2-ol-7-r33` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-ol-7-r33/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.0.2-debian-9-r19`, `1`, `1.0.2`, `1.0.2-r19`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.0.2-debian-9-r19/1/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter).
|
||||
|
||||
Reference in New Issue
Block a user