diff --git a/bitnami/tensorflow-serving/2/debian-10/Dockerfile b/bitnami/tensorflow-serving/2/debian-10/Dockerfile index c61837923914..40ab1f8375cb 100644 --- a/bitnami/tensorflow-serving/2/debian-10/Dockerfile +++ b/bitnami/tensorflow-serving/2/debian-10/Dockerfile @@ -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-r74" \ + BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r75" \ NAMI_PREFIX="/.nami" \ TENSORFLOW_SERVING_ENABLE_MONITORING="no" \ TENSORFLOW_SERVING_MODEL_NAME="resnet" \ diff --git a/bitnami/tensorflow-serving/README.md b/bitnami/tensorflow-serving/README.md index a70378f0ba8a..62fea5bb5095 100644 --- a/bitnami/tensorflow-serving/README.md +++ b/bitnami/tensorflow-serving/README.md @@ -34,14 +34,14 @@ $ docker-compose up -d # Why use a non-root container? -Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/). +Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/). # Supported tags and respective `Dockerfile` links -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/). +Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2-debian-10`, `2.1.0-debian-10-r74`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r74/2/debian-10/Dockerfile) +* [`2-debian-10`, `2.1.0-debian-10-r75`, `2`, `2.1.0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.1.0-debian-10-r75/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).