[bitnami/elasticsearch-exporter] Release 1.5.0-debian-11-r73 (#24659)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
6b88728022
commit
d1ed98fc04
|
|
@ -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-02-20T14:31:29Z" \
|
||||
org.opencontainers.image.created="2023-02-21T07:47:37Z" \
|
||||
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-r72" \
|
||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r73" \
|
||||
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-7-linux-${OS_ARCH}-debian-11" \
|
||||
"elasticsearch-exporter-1.5.0-8-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": "d5d283bfd63c224a49705d5a82fe56c11c878f2ca6b21c9312dcc0d0d3dd72bf",
|
||||
"digest": "73581125c1a5da923d28a9b559fe92a998da6e95d1bcb1546ce354294a9054f3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.0-7"
|
||||
"version": "1.5.0-8"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue