[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:
Bitnami Bot 2023-03-24 05:53:27 +01:00 committed by GitHub
parent 8019500a53
commit bfe53ea2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ 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.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \ 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.title="tensorflow-resnet" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.11.0" org.opencontainers.image.version="2.11.1"
ENV HOME="/" \ ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \ 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 install_packages ca-certificates curl gcc-10 libgcc-s1 libstdc++6 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \ 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" \ "gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
) && \ ) && \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \
@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
RUN mkdir /.local && chmod g+rwX /.local RUN mkdir /.local && chmod g+rwX /.local
COPY rootfs / COPY rootfs /
ENV APP_VERSION="2.11.0" \ ENV APP_VERSION="2.11.1" \
BITNAMI_APP_NAME="tensorflow-resnet" \ BITNAMI_APP_NAME="tensorflow-resnet" \
PATH="/opt/bitnami/tensorflow-resnet/bin:/opt/bitnami/common/bin:$PATH" PATH="/opt/bitnami/tensorflow-resnet/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -8,9 +8,9 @@
}, },
"tensorflow-resnet": { "tensorflow-resnet": {
"arch": "amd64", "arch": "amd64",
"digest": "3eb1e7d1a0d9302c59639f998d32928ac3b1749bb77f6e948245f233a0b95816", "digest": "df354627cda8d11639e6b1c2dd76c9aba6730e6fe0cae263c04a9989ff54bef2",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "2.11.0-4" "version": "2.11.1-0"
} }
} }

View File

@ -395,7 +395,7 @@ PartOf=bitnami.service
Type=${type} Type=${type}
EOF EOF
if [[ -n "$working_directory" ]]; then if [[ -n "$working_directory" ]]; then
cat >> "$service_file" <<< "WorkingDirectory=$working_directory" cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
fi fi
if [[ -n "$exec_start_pre" ]]; then if [[ -n "$exec_start_pre" ]]; then
# This variable may contain multiple ExecStartPre= directives # This variable may contain multiple ExecStartPre= directives

View File

@ -1,5 +1,5 @@
rolling-tags: rolling-tags:
- "2" - "2"
- 2-debian-11 - 2-debian-11
- 2.11.0 - 2.11.1
- latest - latest