mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
[bitnami/kiam] Release 4.2.0-debian-12-r86 (#91331)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user