mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/kserve-storage-initializer] Release 0.16.0-debian-12-r1 (#88759)
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-11-03T08:20:48Z" \
|
||||
org.opencontainers.image.created="2025-12-03T10:43:18Z" \
|
||||
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.12-5-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.12.12-7-linux-${OS_ARCH}-debian-12" \
|
||||
"kserve-storage-initializer-0.16.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="0.16.0" \
|
||||
BITNAMI_APP_NAME="kserve-storage-initializer" \
|
||||
IMAGE_REVISION="0" \
|
||||
IMAGE_REVISION="1" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/python/scripts:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## What is KServe Storage Initializer?
|
||||
|
||||
> KServe is a serverless platform on Kubernetes for scalable ML model inference, supporting frameworks like TensorFlow, PyTorch, and others.
|
||||
> KServe is a serverless platform on Kubernetes for scalable ML model inference, supporting frameworks like TensorFlow, PyTorch, and others
|
||||
|
||||
[Overview of KServe Storage Initializer](https://kserve.github.io/website)
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
Reference in New Issue
Block a user