Files
odo/vendor/github.com/docker/distribution/doc.go
Tomas Kral eeaff57dda Update registry-library to 19293ac0b8ab (#6396)
* update github.com/devfile/registry-support/registry-library

* go mod vendor
2022-12-09 02:49:26 -05:00

8 lines
310 B
Go

// Package distribution will define the interfaces for the components of
// docker distribution. The goal is to allow users to reliably package, ship
// and store content related to docker images.
//
// This is currently a work in progress. More details are available in the
// README.md.
package distribution