imagebackend
package v2.0.0-beta.5
Go to latest Published: Nov 27, 2025 License:Apache-2.0
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:8 Opens a new window with list of imports.
Imported by:0 Opens a new window with list of known importers.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
typeGetImageOpts¶
GetImageOpts holds parameters to retrieve image informationfrom the backend.
typeImageInspectOpts¶
ImageInspectOpts holds parameters to inspect an image.
typeInspectData¶
type InspectData struct {imagetypes.InspectResponse// Parent is the ID of the parent image.//// Depending on how the image was created, this field may be empty and// is only set for images that were built/created locally. This field// is omitted if the image was pulled from an image registry.//// This field is deprecated with the legacy builder, but returned by the API if present.Parentstring `json:",omitempty"`// DockerVersion is the version of Docker that was used to build the image.//// Depending on how the image was created, this field may be omitted.//// This field is deprecated with the legacy builder, but returned by the API if present.DockerVersionstring `json:",omitempty"`// Container is the ID of the container that was used to create the image.//// Depending on how the image was created, this field may be empty.//// This field is removed in API v1.45, but used for API <= v1.44 responses.Containerstring// ContainerConfig is an optional field containing the configuration of the// container that was last committed when creating the image.//// Previous versions of Docker builder used this field to store build cache,// and it is not in active use anymore.//// This field is removed in API v1.45, but used for API <= v1.44 responses.ContainerConfig *container.Config// GraphDriverLegacy is used for API versions < v1.52, which included the// name of the snapshotter the GraphDriver field.GraphDriverLegacy *storage.DriverData}typeListOptions¶
type ListOptions struct {// All controls whether all images in the graph are filtered, or just// the heads.Allbool// Filters is a JSON-encoded set of filter arguments.Filtersfilters.Args// SharedSize indicates whether the shared size of images should be computed.SharedSizebool// Manifests indicates whether the image manifests should be returned.Manifestsbool}typePullOptions¶
typePushOptions¶
Click to show internal directories.
Click to hide internal directories.