From c1b792c1e0326b95e1d37733731f2d8a130bebbd Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 18 Jul 2019 16:50:34 +0200 Subject: 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 --- hack/ostree_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hack') 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 -- cgit v1.2.3-54-g00ecf