diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-07-18 16:50:34 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-07-22 14:35:03 +0200 |
commit | c1b792c1e0326b95e1d37733731f2d8a130bebbd (patch) | |
tree | 1b6a3a66aeff04560712ba973b6c5d925ded50c6 /hack | |
parent | d6b41eb393c154eaff79b4fdcb04c7510a6fdb20 (diff) | |
download | podman-c1b792c1e0326b95e1d37733731f2d8a130bebbd.tar.gz podman-c1b792c1e0326b95e1d37733731f2d8a130bebbd.tar.bz2 podman-c1b792c1e0326b95e1d37733731f2d8a130bebbd.zip |
vendor github.com/containers/image@v2.0.1
* progress bar: use spinners for unknown blob sizes
* use 'containers_image_ostree' as build tag
* ostree: default is no OStree support
* Add "Env" to ImageInspectInfo
* config.go: improve debug message
* config.go: log where credentials come from
* Fix typo in docs/containers-registries.conf.5.md
* docker: delete: support all MIME types
* Try harder in storageImageDestination.TryReusingBlob
* docker: allow deleting OCI images
* ostree: improve error message
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/ostree_tag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh index b08441ef9..06a5bc68c 100755 --- a/hack/ostree_tag.sh +++ b/hack/ostree_tag.sh @@ -2,5 +2,5 @@ if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then echo containers_image_ostree_stub else - echo ostree + echo containers_image_ostree fi |