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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b6c400f18..23249a807 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.1 github.com/containers/buildah v1.9.0 - github.com/containers/image v2.0.0+incompatible + github.com/containers/image v2.0.1+incompatible github.com/containers/psgo v1.3.1 github.com/containers/storage v1.12.13 github.com/coreos/bbolt v1.3.3 // indirect -- cgit v1.2.3-54-g00ecf