Skip to content
Go library and CLIs for working with container registries
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
cmd registry: wire up a shell test of the registry binary using crane and… Apr 25, 2019
hack Move scripts/ to hack/ (#338) Jan 3, 2019
pkg Performance and code quality improvements. (#448) Apr 26, 2019
vendor Remove ko from this repo (#415) Apr 1, 2019
.gitattributes Generate docs via a new flag to crane (#115) Jun 2, 2018
.gitignore Initial export from monorepo Mar 14, 2018
.travis.yml registry: wire up a shell test of the registry binary using crane and… Apr 25, 2019
CONTRIBUTING.md Create CONTRIBUTING.md (#2) Mar 15, 2018
Gopkg.lock Remove ko from this repo (#415) Apr 1, 2019
Gopkg.toml
LICENSE Initial export from monorepo Mar 14, 2018
README.md Remove ko from this repo (#415) Apr 1, 2019
cloudbuild.yaml Update cloudbuild.yaml ko reference (#449) Apr 26, 2019

README.md

go-containerregistry

Build Status GoDoc Go Report Card Code Coverage

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.

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.

Emeritus: ko

This tool was originally developed in this repo but has since been moved to its own repo.

You can’t perform that action at this time.