[bitnami/tensorflow-serving] Release 2.12.1-debian-11-r6 (#34845)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-05-21 20:03:39 +01:00 committed by GitHub
parent 9d362b6f03
commit 45ec7ccda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -4,10 +4,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-16T18:53:22Z" \
org.opencontainers.image.created="2023-05-21T18:37:11Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.12.1-debian-11-r5" \
org.opencontainers.image.ref.name="2.12.1-debian-11-r6" \
org.opencontainers.image.title="tensorflow-serving" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.12.1"
@ -24,8 +24,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl gcc-10 libgcc-s1 libstdc++6 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"tensorflow-serving-2.12.1-2-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-5-linux-${OS_ARCH}-debian-11" \
"tensorflow-serving-2.12.1-3-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-6-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -3,12 +3,12 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.5-5"
"version": "1.0.5-6"
},
"tensorflow-serving": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2.12.1-2"
"version": "2.12.1-3"
}
}