Versions in this module Expand all Collapse all v0 v0.37.1 Apr 30, 2021 GO-2024-3171 GO-2024-3171: Link Following in github.com/containers/common v0.37.0 Apr 21, 2021 GO-2024-3171 GO-2024-3171: Link Following in github.com/containers/common Changes in this version + type DriverData struct + Data map[string]string + Name string + type ImageData struct + Annotations map[string]string + Architecture string + Author string + Comment string + Config *ociv1.ImageConfig + Created *time.Time + Digest digest.Digest + GraphDriver *DriverData + HealthCheck *manifest.Schema2HealthConfig + History []ociv1.History + ID string + Labels map[string]string + ManifestType string + NamesHistory []string + Os string + Parent string + RepoDigests []string + RepoTags []string + RootFS *RootFS + Size int64 + User string + Version string + VirtualSize int64 + type ImageHistory struct + Comment string + Created *time.Time + CreatedBy string + ID string + Size int64 + Tags []string + type PullPolicy int + const PullPolicyAlways + const PullPolicyMissing + const PullPolicyNever + const PullPolicyNewer + const PullPolicyUnsupported + func ParsePullPolicy(s string) (PullPolicy, error) + func (p PullPolicy) String() string + func (p PullPolicy) Validate() error + type RootFS struct + Layers []digest.Digest + Type string