mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
2.9.1-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
35adc5b64b
commit
aa36d04af8
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user