diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-04 18:05:04 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-05 14:38:11 +0000 |
commit | 20cae6b502de7b41bb9a630f9ad8e15698e65437 (patch) | |
tree | c3591e5b8aea1089c8c2da9c6b485d994f50cd68 /vendor.conf | |
parent | 14cf6d219eaff206be715197523578ef1f7ce878 (diff) | |
download | podman-20cae6b502de7b41bb9a630f9ad8e15698e65437.tar.gz podman-20cae6b502de7b41bb9a630f9ad8e15698e65437.tar.bz2 podman-20cae6b502de7b41bb9a630f9ad8e15698e65437.zip |
Vendor in latest buildah code
This fix the issues when you are trying to build from a non existant
image or the registries in registries.conf do not include the registry.
./bin/podman build -t dan -f Dockerfile.suse ~
STEP 1: FROM opensuse:tumbleweed
error creating build container: image "opensuse:tumbleweed" not found in /etc/containers/registries.conf registries: image not known
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
v#
Closes: #897
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index c69357d56..695499324 100644 --- a/vendor.conf +++ b/vendor.conf @@ -88,7 +88,7 @@ k8s.io/kube-openapi 275e2ce91dec4c05a4094a7b1daee5560b555ac9 https://github.com/ k8s.io/utils 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e https://github.com/kubernetes/utils github.com/mrunalp/fileutils master github.com/varlink/go master -github.com/projectatomic/buildah 01a443f7382025264e27ec95ea203ab9314677a2 +github.com/projectatomic/buildah f90b6c0fff687c3f1453475ef4f4b1fd5727fd36 github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master |