From 3357c0b39575d42aae1b0d5b16b46c32bf023e22 Mon Sep 17 00:00:00 2001 From: Ian Lumb Date: Fri, 25 Jan 2019 10:37:40 -0500 Subject: [PATCH] Identified gaps that need to be closed here to document to the version 3.0.3 level and based upon the changelog at https://github.com/sylabs/singularity/blob/master/CHANGELOG.md --- singularity_and_docker.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/singularity_and_docker.rst b/singularity_and_docker.rst index 3c18f094..f8c5e978 100755 --- a/singularity_and_docker.rst +++ b/singularity_and_docker.rst @@ -15,6 +15,11 @@ Overview .. Review the overview of the Sy interface ... +.. TODO - from the changelog for 3.0 re: docker & oci URIs/images handling ... use here???: +.. Handling of docker & oci URIs/images now utilizes containers/image to parse and convert those image types in a supported way https://github.com/containers/image + +.. TODO account for oci and oci-archive ... somewhere in this section + ---------------------------------------------------------------------- Running action commands on pre-built public images from the Docker Hub @@ -133,6 +138,10 @@ In addition to non-interactive execution of an image from the Docker Hub, Singul From this it is evident that use is being made of Ubuntu 16.04 *within* this container, whereas the shell *external* to the container is running a more-recent release of Ubuntu (not illustrated here). +.. TODO add content re: singularity capability - possibly a new section + +.. TODO add content re: singularity instance - possibly a new section ... review first sushma-98's edits for the running services page + .. _sec:use_prebuilt_public_docker_images: