[bitnami/memcached-exporter] Release 0.11.1-debian-11-r0 (#23873)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c21a628f2d
commit
cf5bf9adb2
|
|
@ -5,11 +5,11 @@ 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.10.0-debian-11-r85" \
|
||||
org.opencontainers.image.ref.name="0.11.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/memcached-exporter" \
|
||||
org.opencontainers.image.title="memcached-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.10.0"
|
||||
org.opencontainers.image.version="0.11.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -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.10.0-6-linux-${OS_ARCH}-debian-11" \
|
||||
"memcached-exporter-0.11.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="0.10.0" \
|
||||
ENV APP_VERSION="0.11.1" \
|
||||
BITNAMI_APP_NAME="memcached-exporter" \
|
||||
PATH="/opt/bitnami/memcached-exporter/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"memcached-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "df74bc7ff67269febf755468bdf1c97e45e516ab6adbe61e4cecaf4ac6d163bd",
|
||||
"digest": "f3f2f64578e779b1a5f5a6d5db1e43b78f9908b5b8e26c1b4b23b94ed4f99069",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.10.0-6"
|
||||
"version": "0.11.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.10.0
|
||||
- 0.11.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue