[bitnami/kserve-router] Release 0.16.0-debian-12-r2 (#88696)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-12-03 02:55:08 +01:00
committed by GitHub
parent b984f84748
commit 69579127a5
2 changed files with 4 additions and 4 deletions

View File

@@ -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=( \
"kserve-router-0.16.0-1-linux-${OS_ARCH}-debian-12" \
"kserve-router-0.16.0-2-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="2025-11-06T05:04:51Z" \
org.opencontainers.image.created="2025-12-03T01:44:00Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="kserve-router" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -51,7 +51,7 @@ COPY --from=builder /opt/bitnami/kserve /opt/bitnami/kserve
ENV APP_VERSION="0.16.0" \
BITNAMI_APP_NAME="kserve-router" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/kserve/bin:$PATH"
USER 1001

View File

@@ -2,7 +2,7 @@
## What is KServe Router?
> 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 Router](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.