From d91ca0f17e69adebf30120f7b60994feb72e3933 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 28 Jul 2022 20:56:08 +0200 Subject: [PATCH] [bitnami/elasticsearch-exporter] Release 1.5.0-debian-11-r0 (#1063) Signed-off-by: Bitnami Containers --- .../1/debian-11/Dockerfile | 10 +++++----- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/elasticsearch-exporter/README.md | 20 ++++++++----------- 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/bitnami/elasticsearch-exporter/1/debian-11/Dockerfile b/bitnami/elasticsearch-exporter/1/debian-11/Dockerfile index 2ce551c79d7d..f0c213736e93 100644 --- a/bitnami/elasticsearch-exporter/1/debian-11/Dockerfile +++ b/bitnami/elasticsearch-exporter/1/debian-11/Dockerfile @@ -8,15 +8,15 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/elasticsearch-exporter-1.4.0-0-linux-amd64-debian-11.tar.gz && \ - echo "d3c4fa3c4d01b3361654696412cba1968a2731907aac1293bfc181b194abab74 /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.4.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.4.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.4.0-0-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/elasticsearch-exporter-1.5.0-0-linux-amd64-debian-11.tar.gz && \ + echo "b186ac09bd2bf5dab219536b67553bccf833789fde7ea7045f4b7c6ea95fd883 /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.5.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.5.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.5.0-0-linux-amd64-debian-11.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="1.4.0" \ +ENV APP_VERSION="1.5.0" \ BITNAMI_APP_NAME="elasticsearch-exporter" \ PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH" diff --git a/bitnami/elasticsearch-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/elasticsearch-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 30a47167ca34..4da1b11c64bb 100644 --- a/bitnami/elasticsearch-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/elasticsearch-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "elasticsearch-exporter": { "arch": "amd64", - "digest": "d3c4fa3c4d01b3361654696412cba1968a2731907aac1293bfc181b194abab74", + "digest": "b186ac09bd2bf5dab219536b67553bccf833789fde7ea7045f4b7c6ea95fd883", "distro": "debian-11", "type": "NAMI", - "version": "1.4.0-0" + "version": "1.5.0-0" } } \ No newline at end of file diff --git a/bitnami/elasticsearch-exporter/README.md b/bitnami/elasticsearch-exporter/README.md index 833b69c804bf..1d1c54d8499c 100644 --- a/bitnami/elasticsearch-exporter/README.md +++ b/bitnami/elasticsearch-exporter/README.md @@ -32,9 +32,9 @@ 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/tutorials/understand-rolling-tags-containers/). -* [`1`, `1-debian-11`, `1.4.0`, `1.4.0-debian-11-r2`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.4.0-debian-11-r2/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.5.0`, `1.5.0-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/elasticsearch-exporter/1/debian-11/Dockerfile) -Subscribe to project updates by watching the [bitnami/elasticsearch-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter). +Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). ## Get this image The recommended way to get the Bitnami Elasticsearch Exporter Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/elasticsearch-exporter). @@ -49,10 +49,12 @@ To use a specific version, you can pull a versioned tag. You can view the [list $ docker pull bitnami/elasticsearch-exporter:[TAG] ``` -If you wish, you can also build the image yourself. +If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. ```console -$ docker build -t bitnami/elasticsearch-exporter:latest 'https://github.com/bitnami/bitnami-docker-elasticsearch-exporter.git#master:1/debian-11' +$ git clone https://github.com/bitnami/containers.git +$ cd bitnami/APP/VERSION/OPERATING-SYSTEM +$ docker build -t bitnami/APP:latest . ``` ## Connecting to other containers @@ -145,17 +147,11 @@ $ docker run --name elasticsearch-exporter bitnami/elasticsearch-exporter:latest ## Contributing -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/pulls) with your contribution. +We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. ## Issues -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/issues/new). For us to provide better support, be sure to include the following information in your issue: - -- Host OS and version -- Docker version (`docker version`) -- Output of `docker info` -- Version of this container -- The command you used to run the container, and any relevant output you saw (masking any sensitive information) +If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. ## License Copyright © 2022 Bitnami