[bitnami/memcached-exporter] Release 0.11.2-debian-11-r3 (#28030)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
4e32b18c63
commit
da307f6e07
|
|
@ -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-03-14T20:00:43Z" \
|
||||
org.opencontainers.image.created="2023-03-22T01:55:02Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.11.2-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="0.11.2-debian-11-r3" \
|
||||
org.opencontainers.image.title="memcached-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.11.2"
|
||||
|
|
@ -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=( \
|
||||
"memcached-exporter-0.11.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"memcached-exporter-0.11.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"memcached-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "13b43377ec76ff99c45e6e27ef5312371721bf6ccc5323dcb9794b6aaa1df66d",
|
||||
"digest": "4683d66c5c443793d92dba557dee556ca9cd6ad4626e916667c3725fde76ba45",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.11.2-0"
|
||||
"version": "0.11.2-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue