Skip to content

Commit e695627

Browse files
committed
[bitnami/kserve-localmodel-controller] Release 0.17.0-debian-12-r0
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 3deec5b commit e695627

File tree

1 file changed

+5
-5
lines changed
  • bitnami/kserve-localmodel-controller/0/debian-12

1 file changed

+5
-5
lines changed

bitnami/kserve-localmodel-controller/0/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
1717
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
1818
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
1919
COMPONENTS=( \
20-
"kserve-localmodel-controller-0.16.0-5-linux-${OS_ARCH}-debian-12" \
20+
"kserve-localmodel-controller-0.17.0-0-linux-${OS_ARCH}-debian-12" \
2121
) ; \
2222
for COMPONENT in "${COMPONENTS[@]}"; do \
2323
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,18 +40,18 @@ ARG TARGETARCH
4040
ENV OS_ARCH="${TARGETARCH:-amd64}"
4141

4242
LABEL org.opencontainers.image.base.name="scratch" \
43-
org.opencontainers.image.created="2026-03-06T12:52:19Z" \
43+
org.opencontainers.image.created="2026-03-14T01:06:01Z" \
4444
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
4545
org.opencontainers.image.title="kserve-localmodel-controller" \
4646
org.opencontainers.image.vendor="Broadcom, Inc." \
47-
org.opencontainers.image.version="0.16.0"
47+
org.opencontainers.image.version="0.17.0"
4848

4949
COPY rootfs /
5050
COPY --from=builder /opt/bitnami/kserve /opt/bitnami/kserve
5151

52-
ENV APP_VERSION="0.16.0" \
52+
ENV APP_VERSION="0.17.0" \
5353
BITNAMI_APP_NAME="kserve-localmodel-controller" \
54-
IMAGE_REVISION="6" \
54+
IMAGE_REVISION="0" \
5555
PATH="/opt/bitnami/kserve/bin:$PATH"
5656

5757
USER 1001

0 commit comments

Comments
 (0)