diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-05-03 08:59:19 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-03 13:12:46 +0000 |
commit | fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3 (patch) | |
tree | e2a140a0493f23a8e3a1a6cfff04a826ef9fe12e /vendor.conf | |
parent | e6ec1aaffe791a265ca7716813de47dacc4b70e8 (diff) | |
download | podman-fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3.tar.gz podman-fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3.tar.bz2 podman-fae5033a01b78d3e8f23c1c9438bc5534dfe0fa3.zip |
Make podman commit to localhost rather then docker.io
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #715
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor.conf b/vendor.conf index 33a437adf..2f276ef48 100644 --- a/vendor.conf +++ b/vendor.conf @@ -87,8 +87,8 @@ k8s.io/client-go 7cd1d3291b7d9b1e2d54d4b69eb65995eaf8888e https://github.com/kub k8s.io/kube-openapi 275e2ce91dec4c05a4094a7b1daee5560b555ac9 https://github.com/kubernetes/kube-openapi k8s.io/utils 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e https://github.com/kubernetes/utils github.com/mrunalp/fileutils master -github.com/varlink/go master https://github.com/varlink/go -github.com/projectatomic/buildah master https://github.com/projectatomic/buildah +github.com/varlink/go master +github.com/projectatomic/buildah master github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master |