2.7.0-debian-10-r10 release

This commit is contained in:
Bitnami Bot
2022-01-12 20:04:20 +00:00
parent fe51ce046a
commit 570bebd80c
3 changed files with 8 additions and 8 deletions

View File

@@ -9,13 +9,13 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gcc-7 gzip libc6 libgcc1 libstdc++6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-resnet" "2.7.0-0" --checksum 6ac130a9e34377090788f06780865198422299e6918bd6317ca4d09185b425f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tensorflow-resnet" "2.7.0-1" --checksum 37a92ee2a05c852ae42b5157d81657c2c43ccd61e15cd309f712b5a6a9a3e391
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-resnet" \
BITNAMI_IMAGE_VERSION="2.7.0-debian-10-r9" \
BITNAMI_IMAGE_VERSION="2.7.0-debian-10-r10" \
PATH="/opt/bitnami/tensorflow-resnet/bin:/opt/bitnami/common/bin:$PATH"
USER 1001

View File

@@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e",
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-1"
},
"tensorflow-resnet": {
"arch": "amd64",
"digest": "6ac130a9e34377090788f06780865198422299e6918bd6317ca4d09185b425f0",
"digest": "37a92ee2a05c852ae42b5157d81657c2c43ccd61e15cd309f712b5a6a9a3e391",
"distro": "debian-10",
"type": "NAMI",
"version": "2.7.0-0"
"version": "2.7.0-1"
}
}

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.7.0`, `2.7.0-debian-10-r9`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.7.0-debian-10-r9/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.7.0`, `2.7.0-debian-10-r10`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-tensorflow-resnet/blob/2.7.0-debian-10-r10/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/tensorflow-resnet GitHub repo](https://github.com/bitnami/bitnami-docker-tensorflow-resnet).