2.9.1-debian-11-r1 release
This commit is contained in:
parent
e32b60798b
commit
a15114ce63
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue