2.9.0-debian-11-r0 release
This commit is contained in:
parent
6eec12bd41
commit
434a73e156
|
|
@ -8,14 +8,14 @@ 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.8.2-150" --checksum 060be1a56f7d73d4413ac7ffa9d351d999eaff1f1cba3f913ed45117ab6562aa
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-resnet" "2.9.0-0" --checksum 79f64c1a0f84bfe996feea3c7e4a9cefb3fe82727cc0398faf1e74f7b0718974
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
ENV APP_VERSION="2.8.2" \
|
||||
ENV APP_VERSION="2.9.0" \
|
||||
BITNAMI_APP_NAME="tensorflow-resnet" \
|
||||
PATH="/opt/bitnami/tensorflow-resnet/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"tensorflow-resnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "060be1a56f7d73d4413ac7ffa9d351d999eaff1f1cba3f913ed45117ab6562aa",
|
||||
"digest": "79f64c1a0f84bfe996feea3c7e4a9cefb3fe82727cc0398faf1e74f7b0718974",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.2-150"
|
||||
"version": "2.9.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.8.2`, `2.8.2-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.8.2-debian-11-r6/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.9.0`, `2.9.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.9.0-debian-11-r0/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