1.10.2-debian-11-r15 release

This commit is contained in:
Bitnami Bot 2022-07-16 15:11:12 +00:00 committed by Bitnami Containers
parent 2c36e0dda1
commit 2cedbfa731
3 changed files with 10 additions and 10 deletions

View File

@ -8,9 +8,9 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgomp1 libgssapi-krb5-2 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtcmalloc-minimal4 libtinfo6 libtirpc3 numactl procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-152" --checksum a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch-intel" "1.10.2-150" --checksum 7f15310a9dceb6e520024a4861aacb9fecf1c2b41e7e2a10dfe0acea81660ffd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-153" --checksum c33962b71ef103d071804f57720a34bada903c9a9bec1fbeddf57e97a5bd6279
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pytorch-intel" "1.10.2-151" --checksum a32fe4efd98bcdd82ac755e69f8a5a434c4e809311b50b582c066c4f280f82be
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -1,23 +1,23 @@
{
"gosu": {
"arch": "amd64",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-151"
"version": "1.14.0-152"
},
"python": {
"arch": "amd64",
"digest": "a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24",
"digest": "c33962b71ef103d071804f57720a34bada903c9a9bec1fbeddf57e97a5bd6279",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.13-152"
"version": "3.8.13-153"
},
"pytorch-intel": {
"arch": "amd64",
"digest": "7f15310a9dceb6e520024a4861aacb9fecf1c2b41e7e2a10dfe0acea81660ffd",
"digest": "a32fe4efd98bcdd82ac755e69f8a5a434c4e809311b50b582c066c4f280f82be",
"distro": "debian-11",
"type": "NAMI",
"version": "1.10.2-150"
"version": "1.10.2-151"
}
}

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/).
* [`1.10`, `1.10-debian-11`, `1.10.2`, `1.10.2-debian-11-r14`, `latest` (1.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch-intel/blob/1.10.2-debian-11-r14/1.10/debian-11/Dockerfile)
* [`1.10`, `1.10-debian-11`, `1.10.2`, `1.10.2-debian-11-r15`, `latest` (1.10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-pytorch-intel/blob/1.10.2-debian-11-r15/1.10/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/pytorch-intel GitHub repo](https://github.com/bitnami/bitnami-docker-pytorch-intel).