[bitnami/kserve-localmodelnode-agent] Release 0.16.0-debian-12-r2 (#88793)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-12-03 21:14:52 +01:00
committed by GitHub
parent 297d935fd3
commit 225fac8c3c
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-localmodelnode-agent-0.16.0-1-linux-${OS_ARCH}-debian-12" \
"kserve-localmodelnode-agent-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:30Z" \
org.opencontainers.image.created="2025-12-03T20:08:02Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="kserve-localmodelnode-agent" \
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-localmodelnode-agent" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/kserve/bin:$PATH"
USER 1001

View File

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