[bitnami/tensorflow-resnet] Release 2.11.1-debian-11-r0 (#28179)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8019500a53
commit
bfe53ea2a9
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-22T04:42:51Z" \
|
||||
org.opencontainers.image.created="2023-03-24T04:16:13Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.11.0-debian-11-r41" \
|
||||
org.opencontainers.image.ref.name="2.11.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="tensorflow-resnet" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.11.0"
|
||||
org.opencontainers.image.version="2.11.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,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.11.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"tensorflow-resnet-2.11.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
RUN mkdir /.local && chmod g+rwX /.local
|
||||
|
||||
COPY rootfs /
|
||||
ENV APP_VERSION="2.11.0" \
|
||||
ENV APP_VERSION="2.11.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": "3eb1e7d1a0d9302c59639f998d32928ac3b1749bb77f6e948245f233a0b95816",
|
||||
"digest": "df354627cda8d11639e6b1c2dd76c9aba6730e6fe0cae263c04a9989ff54bef2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.11.0-4"
|
||||
"version": "2.11.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -395,7 +395,7 @@ PartOf=bitnami.service
|
|||
Type=${type}
|
||||
EOF
|
||||
if [[ -n "$working_directory" ]]; then
|
||||
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
|
||||
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
|
||||
fi
|
||||
if [[ -n "$exec_start_pre" ]]; then
|
||||
# This variable may contain multiple ExecStartPre= directives
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.11.0
|
||||
- 2.11.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue