[bitnami/kubernetes-event-exporter] Release 1.1.0-debian-11-r22 (#24249)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 16:13:42 +01:00
committed by GitHub
parent ab73fbe7e9
commit e633a99c96
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-17T15:02:34Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.1.0-debian-11-r21" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter" \
org.opencontainers.image.ref.name="1.1.0-debian-11-r22" \
org.opencontainers.image.title="kubernetes-event-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.1.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=( \
"kubernetes-event-exporter-1.1.0-1-linux-${OS_ARCH}-debian-11" \
"kubernetes-event-exporter-1.1.0-2-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": "f6606a11aac0e586f7459c4ae3d18ee5595ddf671b0a2e337d35eeb8faca50b5",
"digest": "e63545a5519f82a6b7c68b11cd0bf51fe7593311a21fd97abf690340ced1696d",
"distro": "debian-11",
"type": "NAMI",
"version": "1.1.0-1"
"version": "1.1.0-2"
}
}