[bitnami/kserve-agent] Release 0.18.0-debian-12-r3 (#94211)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-06-03 02:40:16 +02:00
committed by GitHub
parent 70ac9d816a
commit 84e67fb528
3 changed files with 9 additions and 7 deletions
+7 -7
View File
@@ -17,17 +17,17 @@ 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-2-linux-${OS_ARCH}-debian-12" \
"kserve-agent-0.18.0-3-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
fi ; \
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
rm -rf "${COMPONENT}".tar.gz ; \
done ; \
rm -rf /opt/bitnami/checksums ;
RUN uninstall_packages curl
######
@@ -40,7 +40,7 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2026-05-08T01:27:32Z" \
org.opencontainers.image.created="2026-06-02T23:48:58Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="kserve-agent" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -51,7 +51,7 @@ COPY --from=builder /opt/bitnami/kserve /opt/bitnami/kserve
ENV APP_VERSION="0.18.0" \
BITNAMI_APP_NAME="kserve-agent" \
IMAGE_REVISION="2" \
IMAGE_REVISION="3" \
PATH="/opt/bitnami/kserve/bin:$PATH"
USER 1001
@@ -0,0 +1 @@
5efd8dc4f1b9ecaa20950454cd564ed809da3bc58d87f55e9ed364353eecf836 kserve-agent-0.18.0-3-linux-amd64-debian-12.tar.gz
@@ -0,0 +1 @@
9bb86d249aed97d6b2ccdadd4c4d39022d9bee4065ca81eed50f929d45814b7c kserve-agent-0.18.0-3-linux-arm64-debian-12.tar.gz