[bitnami/kiam] Release 4.2.0-debian-12-r86 (#91331)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-06 09:05:04 +01:00
committed by GitHub
parent 65df22df71
commit af98184643
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-19T02:10:35Z" \
org.opencontainers.image.created="2026-03-06T07:44:07Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kiam/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kiam" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"kiam-4.2.0-45-linux-${OS_ARCH}-debian-12" \
"kiam-4.2.0-46-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="4.2.0" \
BITNAMI_APP_NAME="kiam" \
IMAGE_REVISION="85" \
IMAGE_REVISION="86" \
PATH="/opt/bitnami/kiam/bin:$PATH"
USER 1001

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for Kiam
## What is Kiam?
> kiam is a proxy that captures AWS Metadata API requests. It allows AWS IAM roles to be set for Kubernetes workloads.
[Overview of Kiam](https://github.com/uswitch/kiam)
@@ -61,6 +59,8 @@ docker build -t bitnami/APP:latest .
## Configuration
The following section describes how to run commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `kiam --version` you can follow the example below: