mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
2.8.2-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
0af0cd2718
commit
455f24a258
@@ -12,7 +12,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
COPY prebuildfs /
|
||||
# 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.0-0" --checksum 968042db55198c9f178c390090fdc0159fecb6a43507a65faab134603297391d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-serving" "2.8.2-0" --checksum 9e21ef072be856f3e816eacfc04cbf641f76dc0b1eacd5f386956eea1aa5a063
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-1" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
@@ -22,7 +22,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.0" \
|
||||
ENV APP_VERSION="2.8.2" \
|
||||
BITNAMI_APP_NAME="tensorflow-serving" \
|
||||
JAVA_HOME="/opt/bitnami/java"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"tensorflow-serving": {
|
||||
"arch": "amd64",
|
||||
"digest": "968042db55198c9f178c390090fdc0159fecb6a43507a65faab134603297391d",
|
||||
"digest": "9e21ef072be856f3e816eacfc04cbf641f76dc0b1eacd5f386956eea1aa5a063",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.0-0"
|
||||
"version": "2.8.2-0"
|
||||
}
|
||||
}
|
||||
@@ -30,7 +30,7 @@ You can find the available configuration options in the [Environment Variables](
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
* Bitnami container images are released on a regular basis with the latest distribution packages available.
|
||||
|
||||
## Why use a non-root container?
|
||||
|
||||
@@ -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.0`, `2.8.0-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.8.0-debian-11-r1/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.8.2`, `2.8.2-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-serving/blob/2.8.2-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user