2.9.1-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-12 17:30:37 +00:00 committed by Bitnami Containers
parent 35adc5b64b
commit aa36d04af8
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.9.0-0" --checksum 72e3c869b3631a4eb45bcad39a3cc66c17fec95d2fa871e7182e18cd2a0a122d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-serving" "2.9.1-0" --checksum 721ee355a11b2eb2e2e7e0e079bf9f200b835089d068563f65d3d55a52ec2937
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-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
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.9.0" \
ENV APP_VERSION="2.9.1" \
BITNAMI_APP_NAME="tensorflow-serving" \
JAVA_HOME="/opt/bitnami/java"

View File

@ -15,9 +15,9 @@
},
"tensorflow-serving": {
"arch": "amd64",
"digest": "72e3c869b3631a4eb45bcad39a3cc66c17fec95d2fa871e7182e18cd2a0a122d",
"digest": "721ee355a11b2eb2e2e7e0e079bf9f200b835089d068563f65d3d55a52ec2937",
"distro": "debian-11",
"type": "NAMI",
"version": "2.9.0-0"
"version": "2.9.1-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.9.0`, `2.9.0-debian-11-r4`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.9.0-debian-11-r4/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.9.1`, `2.9.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.9.1-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).