Registry / utility / containers-image

containers-image

JSON →
library3.0.2+incompatiblegogounverified

Provides libraries and commands to interact with container images.

go get github.com/containers/image
INSTALL
IMPORT
SIG · CONTAINERS-IMAGE
C
containers-image
utilitygov3.0.2+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

image
github.com/containers/image

Creates a system context for image operations.

package main import ( "github.com/containers/image/v5/types" ) func main() { sys := &types.SystemContext{} _ = sys }
Debug
Known issues
breakingMajor version v5 is the current stable; v3 is outdated and incompatible.
fix
Use github.com/containers/image/v5 instead of v3.
affects: <5.0.0
Upgrade
Version history
3.0.2+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
containers-image — go get containers-image · libregistry