[bitnami/mysqld-exporter] Release 0.14.0-debian-11-r61 (#14710)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d8fa52e59c
commit
e8831b5b97
|
|
@ -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.14.0-debian-11-r60" \
|
||||
org.opencontainers.image.ref.name="0.14.0-debian-11-r61" \
|
||||
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." \
|
||||
|
|
@ -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=( \
|
||||
"mysqld-exporter-0.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"mysqld-exporter-0.14.0-156-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": "61c3e6b0b1dfc70069249785bdf1ce693482ec16d4aeb32aebf07bc624d3e82a",
|
||||
"digest": "e7b3a3c52bd0a01373924df1b27425d6ada4188524fdc39da0297a8779574bf4",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.14.0-155"
|
||||
"version": "0.14.0-156"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue