[bitnami/mysqld-exporter] Release 0.14.0-debian-11-r79 (#20614)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7f3ec82c4c
commit
a2aa9a7761
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.14.0-debian-11-r78" \
|
||||
org.opencontainers.image.ref.name="0.14.0-debian-11-r79" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter" \
|
||||
org.opencontainers.image.title="mysqld-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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=( \
|
||||
"mysqld-exporter-0.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"mysqld-exporter-0.14.0-157-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"mysqld-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "e7b3a3c52bd0a01373924df1b27425d6ada4188524fdc39da0297a8779574bf4",
|
||||
"digest": "a0651b2851a4daa197bd0cd221b3bf626093198f4473ff87749326d2346fdc1b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.14.0-156"
|
||||
"version": "0.14.0-157"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue