2.1.0-debian-10-r30 release

This commit is contained in:
Bitnami Bot
2020-03-03 17:24:26 +00:00
parent ca2f2da77b
commit 4d64bc0baa
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl dirmngr gnupg libc6 libgcc1 libstdc++6 procps sudo unzip
RUN /build/bitnami-user.sh && \
/build/install-nami.sh
RUN /build/bitnami-user.sh
RUN /build/install-nami.sh
RUN bitnami-pkg unpack tensorflow-serving-2.1.0-0 --checksum b3a4277ea75e963cecd0bb5af31126edf460ed845fb466191fb66701571086ac
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -19,7 +19,7 @@ RUN echo "deb http://http.us.debian.org/debian testing main non-free contrib" >>
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r29" \
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r30" \
NAMI_PREFIX="/.nami" \
TENSORFLOW_SERVING_ENABLE_MONITORING="no" \
TENSORFLOW_SERVING_MODEL_NAME="resnet" \

View File

@@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`2-debian-10`, `2.1.0-debian-10-r29`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r29/2/debian-10/Dockerfile)
* [`2-debian-10`, `2.1.0-debian-10-r30`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r30/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).