Registry / cloud / google-go-containerregistry

google-go-containerregistry

JSON →
library0.21.6gogounverified

Package go-containerregistry provides libraries for interacting with container registries and images.

go get github.com/google/go-containerregistry
INSTALL
IMPORT
SIG · GOOGLE-GO-CONTAINE
G
google-go-containerregistry
cloudgov0.21.6
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.

containerregistry
github.com/google/go-containerregistry

Parse a container image tag

package main import ( "fmt" "github.com/google/go-containerregistry/pkg/name" ) func main() { tag, _ := name.NewTag("gcr.io/my-project/my-image:latest") fmt.Println(tag.Name()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
OpenAI (training)
1
Resources
google-go-containerregistry — go get google-go-containerregistry · libregistry