mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[bitnami/kserve-agent] Release 0.19.0-debian-12-r0 (#94783)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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-agent-0.18.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"kserve-agent-0.19.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,18 +40,18 @@ ARG TARGETARCH
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-06-10T17:14:10Z" \
|
||||
org.opencontainers.image.created="2026-06-12T21:45:43Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="kserve-agent" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="0.18.0"
|
||||
org.opencontainers.image.version="0.19.0"
|
||||
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/kserve /opt/bitnami/kserve
|
||||
|
||||
ENV APP_VERSION="0.18.0" \
|
||||
ENV APP_VERSION="0.19.0" \
|
||||
BITNAMI_APP_NAME="kserve-agent" \
|
||||
IMAGE_REVISION="4" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/kserve/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
c83c509564ae8c00875a17f1d06f4c92a7024416095faac688e6bc1f2225c5ff kserve-agent-0.18.0-4-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
27f6cd8f5812164fbd7bb3d81074402d47547c597bcef46a498e24c04bf9a876 kserve-agent-0.18.0-4-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
2771c9708e02332183da5716d53d82d4d0f141e5e7b71ec5cc59cb1940dd9b4e kserve-agent-0.19.0-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
2bf8bcbcc54df2d88555029713fe6845166d3dcd4b53ffd472f692b647a3eab7 kserve-agent-0.19.0-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user