MCPcopy Create free account
hub / github.com/containers/image / DeleteImage

Method DeleteImage

types/types.go:92–92  ·  view source on GitHub ↗

DeleteImage deletes the named image from the registry, if supported.

(ctx context.Context, sys *SystemContext)

Source from the content-addressed store, hash-verified

90
91 // DeleteImage deletes the named image from the registry, if supported.
92 DeleteImage(ctx context.Context, sys *SystemContext) error
93}
94
95// LayerCompression indicates if layers must be compressed, decompressed or preserved

Implementers 12

tarballReferencetarball/tarball_reference.go
BlobCachepkg/blobcache/blobcache.go
storageReferencestorage/storage_reference.go
ociReferenceoci/layout/oci_transport.go
ociArchiveReferenceoci/archive/oci_transport.go
dirReferencedirectory/directory_transport.go
ForbiddenImageReferenceinternal/testing/mocks/image_reference
sifReferencesif/transport.go
openshiftReferenceopenshift/openshift_transport.go
dockerReferencedocker/docker_transport.go
daemonReferencedocker/daemon/daemon_transport.go
archiveReferencedocker/archive/transport.go

Calls

no outgoing calls