Documentation
¶
Overview ¶
Package types defines the shared data structures of the udf library, mirroring the manifest.json and image config layout of image archives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageConfig ¶
type ImageConfig struct {
Architecture string `json:"architecture"`
Config struct {
User string `json:"User"`
Env []string `json:"Env"`
Entrypoint []string `json:"Entrypoint"`
Cmd []string `json:"Cmd"`
WorkingDir string `json:"WorkingDir"`
ExposedPorts map[string]any `json:"ExposedPorts"`
} `json:"config"`
}
type ImageMetadata ¶
type ManifestItem ¶
Click to show internal directories.
Click to hide internal directories.