mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
[bitnami/kserve-storage-initializer] Release 0.15.2-debian-12-r23 (#86384)
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="2025-09-06T14:58:48Z" \
|
||||
org.opencontainers.image.created="2025-09-27T06:37:59Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kserve-storage-initializer/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kserve-storage-initializer" \
|
||||
@@ -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=( \
|
||||
"python-3.12.11-9-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.12.11-10-linux-${OS_ARCH}-debian-12" \
|
||||
"kserve-storage-initializer-0.15.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="0.15.2" \
|
||||
BITNAMI_APP_NAME="kserve-storage-initializer" \
|
||||
IMAGE_REVISION="22" \
|
||||
IMAGE_REVISION="23" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/python/scripts:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -81,6 +81,12 @@ docker run --rm --name kserve-storage-initializer bitnami/kserve-storage-initial
|
||||
|
||||
Check the [official KServe Storage Initializer documentation](https://kserve.github.io/website) for more information.
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami KServe Storage Initializer Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
|
||||
|
||||
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
Reference in New Issue
Block a user