2.9.0-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-27 14:41:35 +00:00
committed by Bitnami Containers
parent c5d127bd6a
commit 99adf05f4b
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gcc-10 gzip libc6 libgcc-s1 libstdc++6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-serving" "2.8.2-150" --checksum 9e21ef072be856f3e816eacfc04cbf641f76dc0b1eacd5f386956eea1aa5a063
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-serving" "2.9.0-0" --checksum 72e3c869b3631a4eb45bcad39a3cc66c17fec95d2fa871e7182e18cd2a0a122d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
@@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/tensorflow-serving/postunpack.sh
ENV APP_VERSION="2.8.2" \
ENV APP_VERSION="2.9.0" \
BITNAMI_APP_NAME="tensorflow-serving" \
JAVA_HOME="/opt/bitnami/java"

View File

@@ -15,9 +15,9 @@
},
"tensorflow-serving": {
"arch": "amd64",
"digest": "9e21ef072be856f3e816eacfc04cbf641f76dc0b1eacd5f386956eea1aa5a063",
"digest": "72e3c869b3631a4eb45bcad39a3cc66c17fec95d2fa871e7182e18cd2a0a122d",
"distro": "debian-11",
"type": "NAMI",
"version": "2.8.2-150"
"version": "2.9.0-0"
}
}

View File

@@ -41,7 +41,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/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-11`, `2.8.2`, `2.8.2-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.8.2-debian-11-r6/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.9.0`, `2.9.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.9.0-debian-11-r0/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-serving GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-serving).