mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
1.3.0-debian-11-r15 release
This commit is contained in:
committed by
Bitnami Containers
parent
ef8a35fab9
commit
e9b3cfdf12
@@ -8,10 +8,10 @@ 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-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "cfa77074dd3ca9d3b737ba233a5703d3a21c0d4cd847026385e9458139c77564 /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.3.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/elasticsearch-exporter-1.3.0-150-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-150-linux-amd64-debian-11.tar.gz
|
||||
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 apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"elasticsearch-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "cfa77074dd3ca9d3b737ba233a5703d3a21c0d4cd847026385e9458139c77564",
|
||||
"digest": "e743a2e3a062b837725c6a76d789247003c00a419e59cd683c7a8cc55ef97671",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.3.0-150"
|
||||
"version": "1.3.0-151"
|
||||
}
|
||||
}
|
||||
@@ -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-r14`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-exporter/blob/1.3.0-debian-11-r14/1/debian-11/Dockerfile)
|
||||
* [`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)
|
||||
|
||||
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