import cifetch code and add layers command

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-03-17 11:47:59 +01:00
parent d8fbf24c25
commit 6a00ce47d2
14 changed files with 1370 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ skopeo [![Build Status](https://travis-ci.org/projectatomic/skopeo.svg?branch=ma
_Please be aware `skopeo` is still work in progress_
`skopeo` is a command line utility which is able to _inspect_ a repository on a Docker registry.
`skopeo` is a command line utility which is able to _inspect_ a repository on a Docker registry and fetch images layers.
By _inspect_ I mean 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 tool, in contrast to `docker inspect`, helps you gather useful information about
a repository or a tag before pulling it (using disk space) - e.g. - which tags are available for the given repository? which labels the image has?
@@ -113,6 +113,7 @@ $ make test-integration
```
TODO
-
- update README with `layers` command
- list all images on registry?
- registry v2 search?
- make skopeo docker registry v2 only