2.1.0-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2020-01-30 14:38:46 +00:00
parent a1d55dea09
commit a4acbea316
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ COPY prebuildfs /
RUN install_packages ca-certificates curl glibc gzip hostname libaio-devel libgcc libstdc++ procps-ng sudo tar which
RUN /build/bitnami-user.sh && \
/build/install-nami.sh
RUN bitnami-pkg unpack tensorflow-serving-2.0.0-0 --checksum 8e5efddeb6d3b4e15d5094c0a9014955c3e7ec17f21f861f6e2eace1b16fc922
RUN bitnami-pkg unpack tensorflow-serving-2.1.0-0 --checksum 8b83500719420b7aa0f6935ab1efb95f4d1cd904a5dd28cbfb8823c70a69ce1b
RUN yum upgrade -y && \
rm -r /var/cache/yum
RUN /build/install-gosu.sh
@@ -18,7 +18,7 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="2.0.0-ol-7-r82" \
BITNAMI_IMAGE_VERSION="2.1.0-ol-7-r0" \
NAMI_PREFIX="/.nami" \
TENSORFLOW_SERVING_ENABLE_MONITORING="no" \
TENSORFLOW_SERVING_MODEL_NAME="resnet" \

View File

@@ -43,8 +43,8 @@ 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-ol-7`, `2.1.0-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-ol-7-r0/2/ol-7/Dockerfile)
* [`2-debian-10`, `2.1.0-debian-10-r0`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r0/2/debian-10/Dockerfile)
* [`2-ol-7`, `2.0.0-ol-7-r82` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.0.0-ol-7-r82/2/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).