singularity

package
v1.0.0-beta.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// RuntimeName is the official name of Singularity runtime.
	RuntimeName = "singularity"

	// LibraryDomain holds the sylabs cloud library primary domain.
	// For more info refer to https://cloud.sylabs.io/library.
	LibraryDomain = "cloud.sylabs.io"

	// LocalFileDomain is a special case domain that should be used
	// for a pre-pulled SIF images.
	LocalFileDomain = "local.file"

	// DockerDomain holds docker primary domain to pull images from.
	DockerDomain = "docker.io"

	// DockerProtocol holds docker hub base URI.
	DockerProtocol = "docker"

	// KeysServer is a default singularity key management and verification server.
	KeysServer = "https://keys.sylabs.io"

	// ExecScript is a path to a shell script that should wrap any command to execute
	// inside a container based on a native SIF image.
	ExecScript = "/.singularity.d/actions/exec"

	// RunScript is a path to a shell script that should be used as a default container
	// entrypoint based on a native SIF image.
	RunScript = "/.singularity.d/actions/run"

	// EnvDockerUsername should be used to set Docker username for
	// build engine when building from a private registry.
	EnvDockerUsername = "SINGULARITY_DOCKER_USERNAME"

	// EnvDockerPassword should be used to set Docker password for
	// build engine when building from a private registry.
	EnvDockerPassword = "SINGULARITY_DOCKER_PASSWORD"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL