[bitnami/kserve-controller] Release 0.16.0-debian-12-r2 (#88677)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-12-03 00:38:45 +01:00 committed by GitHub
parent 5f356b3035
commit 85abb5cd9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-0.16.0-1-linux-${OS_ARCH}-debian-12" \
"kserve-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-06T02:12:28Z" \
org.opencontainers.image.created="2025-12-02T23:25:22Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="kserve-controller" \
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-controller" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/kserve/bin:$PATH"
USER 1001

View File

@ -2,7 +2,7 @@
## What is KServe?
> KServe is a serverless platform on Kubernetes for scalable ML model inference, supporting frameworks like TensorFlow, PyTorch, and more.
> KServe is a serverless platform on Kubernetes for scalable ML model inference, supporting frameworks like TensorFlow, PyTorch, and others
[Overview of KServe](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.