mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
[bitnami/elasticsearch-exporter] Release 1.4.0-debian-11-r0 (#167)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.3.0-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e743a2e3a062b837725c6a76d789247003c00a419e59cd683c7a8cc55ef97671 /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.3.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.3.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.3.0-151-linux-amd64-debian-11.tar.gz
|
||||
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 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.3.0" \
|
||||
ENV APP_VERSION="1.4.0" \
|
||||
BITNAMI_APP_NAME="elasticsearch-exporter" \
|
||||
PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"elasticsearch-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "e743a2e3a062b837725c6a76d789247003c00a419e59cd683c7a8cc55ef97671",
|
||||
"digest": "d3c4fa3c4d01b3361654696412cba1968a2731907aac1293bfc181b194abab74",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.3.0-151"
|
||||
"version": "1.4.0-0"
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-11`, `1.3.0`, `1.3.0-debian-11-r15`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.3.0-debian-11-r15/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.4.0`, `1.4.0-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.4.0-debian-11-r0/1/debian-11/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