MCPcopy
hub / github.com/docker/docker-agent / ociSource

Struct ociSource

pkg/config/sources.go:98–100  ·  view source on GitHub ↗

ociSource is used to load an agent configuration from an OCI artifact.

Source from the content-addressed store, hash-verified

96
97// ociSource is used to load an agent configuration from an OCI artifact.
98type ociSource struct {
99 reference string
100}
101
102func NewOCISource(reference string) Source {
103 return ociSource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected