Affected by GO-2025-4177
and 1 other vulnerabilities
GO-2025-4177 : Singularity ineffectively applies of selinux / apparmor LSM process labels in github.com/sylabs/singularity
GO-2026-5715 : Singularity: Incorrect path matching for 'limit container paths' directive in github.com/sylabs/singularity
The highest tagged major version is
v4 .
Discover Packages
github.com/sylabs/singularity
src
pkg
client
shub
package
Version:
v3.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Oct 8, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
URINotSupported string = "Only the default Singularity Hub registry is suported for now"
)
DownloadImage will retrieve an image from the Container Singularityhub,
saving it into the specified file
type ShubAPIResponse struct {
Image string `json:"image"`
Name string `json:"name"`
Tag string `json:"tag"`
Version string `json:"version"`
}
ShubAPIResponse holds the information returned from the Shub API
ShubURI stores the various components of a singularityhub URI
Source Files
¶
Click to show internal directories.
Click to hide internal directories.