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
The proposal is to enable singularity to be able to push and pull images from an OCI compatible registry. Azure Container Registry an AWS's ECR already support the OCI specification. This is based off - https://github.com/stevelasker/registryArtifactTypes/
If we have native support for SIF as OCI then the experience could be something like this
# Creates a manifest and moves the file to a cache or location that singularity is comfortable with.
singularity build oci://hpccontainers.azurecr.io/singularity:centos -f ./layer_centos.sif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters