mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 16:07:15 +08:00
[bitnami/inc-tensorflow-intel] Release 1.14.2-debian-11-r0 (#12115)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="1.14.1-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="1.14.2-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/inc-tensorflow-intel" \
|
||||
org.opencontainers.image.title="inc-tensorflow-intel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.14.1"
|
||||
org.opencontainers.image.version="1.14.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.9.15-1-linux-${OS_ARCH}-debian-11" \
|
||||
"inc-tensorflow-intel-1.14.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"inc-tensorflow-intel-1.14.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -42,7 +42,7 @@ RUN mkdir /.local && chmod g+rwX /.local
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/inc-intel/postunpack.sh
|
||||
ENV APP_VERSION="1.14.1" \
|
||||
ENV APP_VERSION="1.14.2" \
|
||||
BITNAMI_APP_NAME="inc-tensorflow-intel" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"inc-tensorflow-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "30415d7221a97c6c5bbe4149980e5114488456d9ecbd4af11ad6cb373b2a5265",
|
||||
"digest": "f46b6391bd4d60654359e93d2cac83fb1309ce1534dd4f343497e7bedb6c075c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.1-1"
|
||||
"version": "1.14.2-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.14.1"
|
||||
- "1.14.2"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user