[bitnami/kiam] Release 4.2.0-debian-11-r92 (#24681)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c09f5dc25a
commit
8e2c2e86e7
|
|
@ -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-02-20T15:09:16Z" \
|
||||
org.opencontainers.image.created="2023-02-21T08:07:18Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.2.0-debian-11-r91" \
|
||||
org.opencontainers.image.ref.name="4.2.0-debian-11-r92" \
|
||||
org.opencontainers.image.title="kiam" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.2.0"
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl iptables procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"kiam-4.2.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"kiam-4.2.0-157-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kiam": {
|
||||
"arch": "amd64",
|
||||
"digest": "fc2c01a6145a4beedbbb912e79d279b5e830da8a9efaab8268297dfc80190301",
|
||||
"digest": "4c23855c318cceaa182a13b71ef5a38384f7e08b5c2a390e551d104a0a5e97e7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.2.0-156"
|
||||
"version": "4.2.0-157"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue