mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 02:07:25 +08:00
[bitnami/tensorflow-resnet] Release 2.15.1-debian-12-r0 (#65102)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-03-31T20:09:59Z" \
|
||||
org.opencontainers.image.created="2024-04-11T21:59:23Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.14.1-debian-12-r16" \
|
||||
org.opencontainers.image.ref.name="2.15.1-debian-12-r0" \
|
||||
org.opencontainers.image.title="tensorflow-resnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.14.1"
|
||||
org.opencontainers.image.version="2.15.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl gcc-11 libgcc-s1 libstdc++6 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"tensorflow-resnet-2.14.1-6-linux-${OS_ARCH}-debian-12" \
|
||||
"tensorflow-resnet-2.15.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -44,7 +44,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN mkdir /.local && chmod g+rwX /.local
|
||||
|
||||
COPY rootfs /
|
||||
ENV APP_VERSION="2.14.1" \
|
||||
ENV APP_VERSION="2.15.1" \
|
||||
BITNAMI_APP_NAME="tensorflow-resnet" \
|
||||
PATH="/opt/bitnami/tensorflow-resnet/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.14.1-6"
|
||||
"version": "2.15.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-12
|
||||
- 2.14.1
|
||||
- 2.15.1
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user