[bitnami/mysqld-exporter] Release 0.14.0-debian-11-r90 (#24309)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 17:35:47 +01:00
committed by GitHub
parent 3c31fea211
commit 92e570ab61
2 changed files with 7 additions and 7 deletions

View File

@@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T16:23:06Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.14.0-debian-11-r89" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter" \
org.opencontainers.image.ref.name="0.14.0-debian-11-r90" \
org.opencontainers.image.title="mysqld-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.14.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=( \
"mysqld-exporter-0.14.0-157-linux-${OS_ARCH}-debian-11" \
"mysqld-exporter-0.14.0-158-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"mysqld-exporter": {
"arch": "amd64",
"digest": "a0651b2851a4daa197bd0cd221b3bf626093198f4473ff87749326d2346fdc1b",
"digest": "f9b896c5277d820f01631af1b65feee4ed057d09f160a8f5a0f98e5cb07af646",
"distro": "debian-11",
"type": "NAMI",
"version": "0.14.0-157"
"version": "0.14.0-158"
}
}