mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/kserve-storage-initializer] Release 0.19.0-debian-12-r1 (#95627)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2026-06-18T12:14:13Z" \
|
org.opencontainers.image.created="2026-07-14T07:37:47Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
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.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" \
|
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}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"python-3.12.13-15-linux-${OS_ARCH}-debian-12" \
|
"python-3.12.13-19-linux-${OS_ARCH}-debian-12" \
|
||||||
"kserve-storage-initializer-0.19.0-0-linux-${OS_ARCH}-debian-12" \
|
"kserve-storage-initializer-0.19.0-0-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
|
|||||||
|
|
||||||
ENV APP_VERSION="0.19.0" \
|
ENV APP_VERSION="0.19.0" \
|
||||||
BITNAMI_APP_NAME="kserve-storage-initializer" \
|
BITNAMI_APP_NAME="kserve-storage-initializer" \
|
||||||
IMAGE_REVISION="0" \
|
IMAGE_REVISION="1" \
|
||||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/python/scripts:$PATH"
|
PATH="/opt/bitnami/python/bin:/opt/bitnami/python/scripts:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
69357adf12b47d2a68b570f2b552716ce10fc4e7a5cf9a088a5f65df35be3419 python-3.12.13-15-linux-amd64-debian-12.tar.gz
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
9344da31ca83ea8559ea5d6e0b174a66976e8ad66ed9f3d1e6544356d319595a python-3.12.13-15-linux-arm64-debian-12.tar.gz
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
daedd54480d77590be239ebbb5a59c11730f6e170479a0f994483420167f1090 python-3.12.13-19-linux-amd64-debian-12.tar.gz
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
4361b143a23bf5d621d71a776ff72bbd333d075f5860dece601635dc9394f370 python-3.12.13-19-linux-arm64-debian-12.tar.gz
|
||||||
Reference in New Issue
Block a user