[bitnami/configmap-reload] Release 0.8.0-debian-11-r53 (#27561)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 22:48:42 +01:00
committed by GitHub
parent 5b00812b74
commit d8f740a15f
3 changed files with 5 additions and 6 deletions

View File

@@ -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-13T21:35:02Z" \
org.opencontainers.image.created="2023-03-18T21:10:34Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.8.0-debian-11-r52" \
org.opencontainers.image.ref.name="0.8.0-debian-11-r53" \
org.opencontainers.image.title="configmap-reload" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.8.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=( \
"configmap-reload-0.8.0-2-linux-${OS_ARCH}-debian-11" \
"configmap-reload-0.8.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"configmap-reload": {
"arch": "amd64",
"digest": "e83410b830a04ad3447382883aff350f2eb37759c130980b9fc8b00d552dc97e",
"digest": "55ce3f3fa5ffb7377565d0de8b60e74d0141620a0e8876784590050316a04d59",
"distro": "debian-11",
"type": "NAMI",
"version": "0.8.0-2"
"version": "0.8.0-3"
}
}