Movatterモバイル変換


[0]ホーム

URL:


imagebackend

package
v2.0.0-beta.5Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2025 License:Apache-2.0Imports:8Imported by:0

Details

Repository

github.com/moby/moby

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeGetImageOpts

type GetImageOpts struct {Platform *ocispec.Platform}

GetImageOpts holds parameters to retrieve image informationfrom the backend.

typeImageInspectOpts

type ImageInspectOpts struct {ManifestsboolPlatform  *ocispec.Platform}

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

type PullOptions struct {Platforms   []ocispec.PlatformMetaHeadershttp.HeaderAuthConfig  *registry.AuthConfigOutStreamio.Writer}

typePushOptions

type PushOptions struct {Platforms   []ocispec.PlatformMetaHeadershttp.HeaderAuthConfig  *registry.AuthConfigOutStreamio.Writer}

typeRemoveOptions

type RemoveOptions struct {Platforms     []ocispec.PlatformForceboolPruneChildrenbool}

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp