MCPcopy
hub / github.com/apptainer/apptainer / Bundle

Interface Bundle

pkg/ocibundle/bundle.go:17–20  ·  view source on GitHub ↗

Bundle defines an OCI bundle interface to create/delete OCI bundles

Source from the content-addressed store, hash-verified

15
16// Bundle defines an OCI bundle interface to create/delete OCI bundles
17type Bundle interface {
18 Create(*specs.Spec) error
19 Delete() error
20}

Callers 10

TestFromSifFunction · 0.65
SavePublicPEMFunction · 0.65
SavePrivatePEMFunction · 0.65
checkpoint.goFile · 0.65
mainFunction · 0.65
apptainerInspectMethod · 0.65
SetupDefaultConfigFunction · 0.65
testShareNSModeMethod · 0.65
TestFromSifFunction · 0.65
checkpoint.goFile · 0.65

Implementers 2

sifBundlepkg/ocibundle/sif/bundle_linux.go
checkpointManagerinternal/pkg/checkpoint/dmtcp/checkpoi

Calls

no outgoing calls

Tested by

no test coverage detected