[bitnami/kubernetes-event-exporter] Release 1.1.0-debian-11-r11 (#20685)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-17 22:52:17 +01:00
committed by GitHub
parent 0327a707f7
commit 4810aae7bc
2 changed files with 4 additions and 4 deletions

View File

@@ -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="1.1.0-debian-11-r10" \
org.opencontainers.image.ref.name="1.1.0-debian-11-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter" \
org.opencontainers.image.title="kubernetes-event-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=( \
"kubernetes-event-exporter-1.1.0-0-linux-${OS_ARCH}-debian-11" \
"kubernetes-event-exporter-1.1.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"kubernetes-event-exporter": {
"arch": "amd64",
"digest": "86ddcae892ae29a3b8d827c578c99662a5e4db20e4a221231edb5490b6a7586c",
"digest": "f6606a11aac0e586f7459c4ae3d18ee5595ddf671b0a2e337d35eeb8faca50b5",
"distro": "debian-11",
"type": "NAMI",
"version": "1.1.0-0"
"version": "1.1.0-1"
}
}