go-containerregistry
Introduction
This is a golang library for working with container registries. It's largely based on the Python library of the same name.
Tools
This repo hosts some tools built on top of the library.
ko
ko
is a tool for building and deploying golang
applications to kubernetes.
crane
crane
is a tool for interacting with remote images
and registries.
gcrane
gcrane
is a GCR-specific variant of crane
that has
richer output for the ls
subcommand and some basic garbage collection support.
k8schain
k8schain
implements the authentication
semantics use by kubelets in a way that is easily consumable by this library.
k8schain
is not a standalone tool, but it's linked here for visibility.