2.9.1-debian-11-r1 release

This commit is contained in:
Bitnami Bot 2022-07-16 14:51:05 +00:00 committed by Bitnami Containers
parent e32b60798b
commit a15114ce63
3 changed files with 7 additions and 7 deletions

View File

@ -8,8 +8,8 @@ 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-resnet" "2.9.1-0" --checksum 067e40e1cb8466d0d1fddbafc2f330e4200b7de4cfee118576db0420a309efcd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-resnet" "2.9.1-1" --checksum cf6b050407ae3a77bcfa6fc92347878243d8109ffb48969212b737e7a1a015b0
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,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-151"
"version": "1.14.0-152"
},
"tensorflow-resnet": {
"arch": "amd64",
"digest": "067e40e1cb8466d0d1fddbafc2f330e4200b7de4cfee118576db0420a309efcd",
"digest": "cf6b050407ae3a77bcfa6fc92347878243d8109ffb48969212b737e7a1a015b0",
"distro": "debian-11",
"type": "NAMI",
"version": "2.9.1-0"
"version": "2.9.1-1"
}
}

View File

@ -44,7 +44,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.9.1`, `2.9.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.9.1-debian-11-r0/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.9.1`, `2.9.1-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.9.1-debian-11-r1/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-resnet GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-resnet).