2.6.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-10-01 14:18:02 +00:00
parent bfcc895209
commit 270a73f428
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gcc-7 gzip libc6 libgcc1 libstdc++6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-serving" "2.5.1-0" --checksum ed90c212853aae73963b92d8d60ea5cb6be99d63283990cab385da214946fe74
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-serving" "2.6.0-0" --checksum ee70c4893e79f93191bf079b31b8e2415307b861e9ddee2ff10866dd59f948bd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/tensorflow-serving/postunpack.sh
ENV BITNAMI_APP_NAME="tensorflow-serving" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r125" \
BITNAMI_IMAGE_VERSION="2.6.0-debian-10-r0" \
TENSORFLOW_SERVING_ENABLE_MONITORING="no" \
TENSORFLOW_SERVING_MODEL_NAME="resnet" \
TENSORFLOW_SERVING_MONITORING_PATH="/monitoring/prometheus/metrics" \

View File

@ -15,9 +15,9 @@
},
"tensorflow-serving": {
"arch": "amd64",
"digest": "ed90c212853aae73963b92d8d60ea5cb6be99d63283990cab385da214946fe74",
"digest": "ee70c4893e79f93191bf079b31b8e2415307b861e9ddee2ff10866dd59f948bd",
"distro": "debian-10",
"type": "NAMI",
"version": "2.5.1-0"
"version": "2.6.0-0"
}
}

View File

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