Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apptainer/apptainer
/ Create
Method
Create
pkg/ocibundle/bundle.go:18–18 ·
view source on GitHub ↗
(*specs.Spec)
Source
from the content-addressed store, hash-verified
16
// Bundle defines an OCI bundle interface to create/delete OCI bundles
17
type
Bundle
interface
{
18
Create(*specs.Spec) error
19
Delete() error
20
}
Callers
9
TestFromSif
Function · 0.65
SavePublicPEM
Function · 0.65
SavePrivatePEM
Function · 0.65
checkpoint.go
File · 0.65
main
Function · 0.65
apptainerInspect
Method · 0.65
SetupDefaultConfig
Function · 0.65
testShareNSMode
Method · 0.65
testPullCmd
Method · 0.65
Implementers
2
sifBundle
pkg/ocibundle/sif/bundle_linux.go
checkpointManager
internal/pkg/checkpoint/dmtcp/checkpoi
Calls
no outgoing calls
Tested by
1
TestFromSif
Function · 0.52