Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct { Name string `json:",omitempty"` Tag string `json:",omitempty"` Digest digest.Digest RepoTags []string Created *time.Time DockerVersion string Labels map[string]string Architecture string Os string Layers []string LayersData []types.ImageInspectLayer Env []string }
Output is the output format of (skopeo inspect), primarily so that we can format it with a simple json.MarshalIndent.
Click to show internal directories.
Click to hide internal directories.