mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 17:37:22 +08:00
[bitnami/kiam] Release 4.2.0-debian-11-r79 (#20670)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="4.2.0-debian-11-r78" \
|
||||
org.opencontainers.image.ref.name="4.2.0-debian-11-r79" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kiam" \
|
||||
org.opencontainers.image.title="kiam" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -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-154-linux-${OS_ARCH}-debian-11" \
|
||||
"kiam-4.2.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kiam": {
|
||||
"arch": "amd64",
|
||||
"digest": "0fd6cc582b0063f4994f9ad33383feb01925ed8f04b7d0b8c99146d2a4324017",
|
||||
"digest": "e80cd7c388389e230bf163ff9438aeb15d4bfadde7a5e8d97e2eca9f470c6048",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.2.0-154"
|
||||
"version": "4.2.0-155"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user