1.12.0-ol-7-r9 release

This commit is contained in:
Bitnami Bot 2018-11-16 03:00:23 +00:00
parent f2f3d1dbf9
commit af0e2b0750
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r168
FROM bitnami/oraclelinux-extras:7-r169
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack tensorflow-serving-1.12.0-0 --checksum 9a850999f54bc154a2
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="1.12.0-ol-7-r8" \
BITNAMI_IMAGE_VERSION="1.12.0-ol-7-r9" \
PATH="/opt/bitnami/tensorflow-serving/bin:/opt/bitnami/tensorflow-serving/bazel-bin/tensorflow_serving/model_servers:$PATH" \
TENSORFLOW_SERVING_MODEL_NAME="inception" \
TENSORFLOW_SERVING_PORT_NUMBER="8500" \

View File

@ -43,7 +43,7 @@ $ docker-compose up -d
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/).
* [`1-ol-7`, `1.12.0-ol-7-r8` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.12.0-ol-7-r8/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.12.0-ol-7-r9` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.12.0-ol-7-r9/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.12.0-debian-9-r6`, `1`, `1.12.0`, `1.12.0-r6`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/1.12.0-debian-9-r6/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).