[bitnami/elasticsearch-exporter] Release 1.5.0-debian-11-r81 (#27570)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
120d6b7568
commit
97f4f31f8a
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T21:38:06Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:21:02Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r80" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r81" \
|
||||
org.opencontainers.image.title="elasticsearch-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.5.0"
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"elasticsearch-exporter-1.5.0-8-linux-${OS_ARCH}-debian-11" \
|
||||
"elasticsearch-exporter-1.5.0-9-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"elasticsearch-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "73581125c1a5da923d28a9b559fe92a998da6e95d1bcb1546ce354294a9054f3",
|
||||
"digest": "19636850078f685949b9ce7980cdb1630f5ca14c1d2beca7d89addc63568b9e8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-8"
|
||||
"version": "1.5.0-9"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Prometheus exporter for various metrics about Elasticsearch, written in Go.
|
||||
|
||||
[Overview of Elasticsearch Exporter](https://github.com/prometheus-community/elasticsearch_exporter)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue