[bitnami/kserve-router] Release 0.15.2-debian-12-r5 (#84769)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-08-07 05:58:41 +02:00 committed by GitHub
parent f569143f1b
commit bbc7fc7174
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 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.15.2-5-linux-${OS_ARCH}-debian-12" \
"kserve-router-0.15.2-6-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -41,7 +41,7 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2025-07-09T00:10:39Z" \
org.opencontainers.image.created="2025-08-07T02:16:33Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="kserve-router" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "0.15.2-5"
"version": "0.15.2-6"
}
}

View File

@ -79,7 +79,7 @@ To run commands inside this container you can use `docker run`, for example to e
docker run --rm --name kserve-router bitnami/kserve-router:latest -- --help
```
Check the [official KServe Router documentation](<https://kserve.github.io/website> for more information.
Check the [official KServe Router documentation](https://kserve.github.io/website) for more information.
## Contributing