2.8.0-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2022-03-25 23:01:06 +00:00
parent 9e8eab89e7
commit 3b23142b1e
4 changed files with 5 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.9.12-0" --checksum 13decc0aa3d005eeb19d8c152898c586fa54b04adbdb60b9f79dd439a5494ad2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.9.12-1" --checksum adb7d70d8080d38dab0ca6f1b0d7efce772b168621b6edcc4c65009c740f9b5e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-intel" "2.8.0-1" --checksum 032632f7a59b3d244ee28ee81687507e56b6a6151cb4b1e1e9c993be70bdbc29
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
@@ -20,7 +20,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/tensorflow-intel/postunpack.sh
ENV APP_VERSION="2.8.0" \
BITNAMI_APP_NAME="tensorflow-intel" \
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r8" \
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r9" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
WORKDIR /app

View File

@@ -8,10 +8,10 @@
},
"python": {
"arch": "amd64",
"digest": "13decc0aa3d005eeb19d8c152898c586fa54b04adbdb60b9f79dd439a5494ad2",
"digest": "adb7d70d8080d38dab0ca6f1b0d7efce772b168621b6edcc4c65009c740f9b5e",
"distro": "debian-10",
"type": "NAMI",
"version": "3.9.12-0"
"version": "3.9.12-1"
},
"tensorflow-intel": {
"arch": "amd64",

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@@ -47,7 +47,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.8.0`, `2.8.0-debian-10-r8`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-intel/blob/2.8.0-debian-10-r8/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.8.0`, `2.8.0-debian-10-r9`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-intel/blob/2.8.0-debian-10-r9/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-intel GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-intel).