[bitnami/tensorflow-resnet] Release 2.10.1-debian-11-r0 (#14606)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
0b200a8ae2
commit
9cf7e1d093
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.10.0-debian-11-r25" \
|
||||
org.opencontainers.image.ref.name="2.10.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/tensorflow-resnet" \
|
||||
org.opencontainers.image.title="tensorflow-resnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.10.0"
|
||||
org.opencontainers.image.version="2.10.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,7 @@ 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-resnet-2.10.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"tensorflow-resnet-2.10.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -39,7 +39,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
RUN mkdir /.local && chmod g+rwX /.local
|
||||
|
||||
COPY rootfs /
|
||||
ENV APP_VERSION="2.10.0" \
|
||||
ENV APP_VERSION="2.10.1" \
|
||||
BITNAMI_APP_NAME="tensorflow-resnet" \
|
||||
PATH="/opt/bitnami/tensorflow-resnet/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"tensorflow-resnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "5ed79cf0bd05cdd0443696644b684fdc9e00e48bcda2eea0f9dd9bac3fee0b67",
|
||||
"digest": "9c44f638e2933a41af85e0e6eb02f82b83544cc4030264f943e93028b051b632",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.10.0-2"
|
||||
"version": "2.10.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.10.0"
|
||||
- "2.10.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue