mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[bitnami/sealed-secrets-kubeseal] Release 0.36.0-debian-12-r1 (#91398)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -17,7 +17,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=( \
|
||||
"sealed-secrets-kubeseal-0.36.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"sealed-secrets-kubeseal-0.36.0-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,7 +40,7 @@ ARG TARGETARCH
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-02-25T18:42:59Z" \
|
||||
org.opencontainers.image.created="2026-03-06T18:21:24Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="sealed-secrets-kubeseal" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
@@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/sealed-secrets-kubeseal/licenses /opt/bitnami/s
|
||||
|
||||
ENV APP_VERSION="0.36.0" \
|
||||
BITNAMI_APP_NAME="sealed-secrets-kubeseal" \
|
||||
IMAGE_REVISION="0" \
|
||||
IMAGE_REVISION="1" \
|
||||
PATH="/opt/bitnami/sealed-secrets-kubeseal/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Bitnami Secure Image for Kubeseal (Sealed Secrets)
|
||||
|
||||
## What is Kubeseal (Sealed Secrets)?
|
||||
|
||||
> Kubeseal is a CLI utility that uses asymmetric cryptography to encrypt secrets that only the Sealed Secrets controller can decrypt.
|
||||
|
||||
[Overview of Kubeseal (Sealed Secrets)](https://github.com/bitnami-labs/sealed-secrets)
|
||||
@@ -58,6 +56,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 `kubeseal --version` you can follow the example below:
|
||||
|
||||
Reference in New Issue
Block a user