1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/containers/image
2016-12-03 22:43:32 -08:00
..
copy Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
directory Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
docker Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
docs Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
image Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
manifest Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
oci Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
openshift Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
signature Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
transports Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
types Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
version Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
.pullapprove.yml Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
.travis.yml Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
doc.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
LICENSE Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
MAINTAINERS Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Makefile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00

GoDoc Build Status

image is a set of Go libraries aimed at working in various way with containers' images and container image registries.

The containers/image library allows application to pull and push images from container image registries, like the upstream docker registry. It also implements "simple image signing".

The containers/image library also allows you to inspect a repository on a container registry without pulling down the image. This means it fetches the repository's manifest and it is able to show you a docker inspect-like json output about a whole repository or a tag. This library, in contrast to docker inspect, helps you gather useful information about a repository or a tag without requiring you to run docker pull.

The containers/image library also allows you to translate from one image format to another, for example docker container images to OCI images. It also allows you to copy container images between various registries, possibly converting them as necessary, and to sign and verify images.

The skopeo tool uses the containers/image library and takes advantage of its many features.

License

ASL 2.0

Contact