mirror of
https://github.com/bitnami/containers.git
synced 2026-04-01 06:48:13 +08:00
[bitnami/consul-exporter] Release 0.8.0-debian-11-r63 (#14647)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.8.0-debian-11-r62" \
|
||||
org.opencontainers.image.ref.name="0.8.0-debian-11-r63" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/consul-exporter" \
|
||||
org.opencontainers.image.title="consul-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -21,7 +21,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=( \
|
||||
"consul-exporter-0.8.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"consul-exporter-0.8.0-157-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"consul-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "44abb8ad873763cc1249fa41519e5d47c168279618eae4c61141f0cf98d08295",
|
||||
"digest": "6c31658b9f78093ddf6e20ac1c063fcd49c15aa2e6cb320098d1b43ee29c8c59",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.8.0-155"
|
||||
"version": "0.8.0-157"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user