mirror of
https://github.com/bitnami/containers.git
synced 2026-08-10 15:15:50 +08:00
[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:
@@ -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
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
5efd8dc4f1b9ecaa20950454cd564ed809da3bc58d87f55e9ed364353eecf836 kserve-agent-0.18.0-3-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
9bb86d249aed97d6b2ccdadd4c4d39022d9bee4065ca81eed50f929d45814b7c kserve-agent-0.18.0-3-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user