You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _layouts/page.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
<divclass="post-header">
6
6
<h1class="post-title-main">{{ page.title }}</h1>
7
+
<smallstyle="color: #666; margin-top:50px; font-variant:italic">These docs are for Singularity Version {{ site.singularity_version }}. For older versions, see our <aclass="no-after"
If you are tired of needing to estimate your image size, that issue goes away with build. The default format for a Singularity image base is now a smaller, compressed file format called **SquashFS**. This format is also a much better fit for reproducible containers, as it is immutable. For more details, see our [build](/docs-build-container) documentation.
21
21
22
22
**Build Bases**
23
-
We originally supported just using an existing distribution package or docker as a base for building images. With 2.4, we have extended that set to include another Singularity image (`localimage`), a Singularity Hub or Registry image (`shub`) or the host operating system (`self`).
23
+
We originally supported just using an existing distribution package or docker as a base for building images. With 2.4, we have extended that set to include another Singularity image (`localimage`), or a Singularity Hub or Registry image (`shub`).
24
24
25
25
**Instance Support**
26
26
Singularity now has support for instances, which means services! Images instances can be started, stopped, and listed. Along with instances comes **Network Namespace Isolation**. We are excited to see the kinds of use cases that this will afford for our users.
27
27
28
28
**Singularity Registry**
29
29
If you want to host your own Registry, we listened and you are in luck! Singularity <ahref="https://www.github.com/singularityhub/sregistry">Registry</a> is ready for your use, along with a <ahref="https://singularityhub.github.io/containers">portal</a> for you to "register your registry" to make it easier to share your images. Singularity Hub, along with improved building and updated builders, will follow this release.
30
30
31
-
**Internal Modalarity**
31
+
**Internal Modularity**
32
32
This release includes support for the <ahref="/docs-apps">Standard Container Integration Format (SCI-F)</a> that makes it easy for you to produce single, internally modular and programmatically discoverage containers. More information is provided on it's <ahref="https://containers-ftw.github.io/SCI-F/">main site</a>.
33
33
34
34
**Better Documentation**
35
-
We've added an entire page on the different customizations you can do to the [build environment](/build-environment), including changing the cache and specifying credentials for Docker.
35
+
We've added an entire page on the different customizations you can do to the [build environment](/build-environment), including changing the cache and specifying credentials for Docker. We now also have new sidebars for the Image and Instances command groups.
36
+
36
37
37
38
**Deprecated**
38
39
We are deprecating the original `create` command to be replaced with `image.create`, along with `bootstrap` in favor with build. These commands will still work for 2.4, however we recommend you start testing the updated ones.
If you don't want to build or host your own images, then you would be interested to use <ahref="https://www.singularity-hub.org"target="_blank">Singularity Hub</a>,
27
+
Where `127.0.0.1` would be in reference to your registry on localhost. If you don't want to build or host your own images, then you would be interested to use <ahref="https://www.singularity-hub.org"target="_blank">Singularity Hub</a>,
0 commit comments