diff options
author | Urvashi Mohnani <umohnani@redhat.com> | 2018-11-07 08:53:10 +0000 |
---|---|---|
committer | Urvashi Mohnani <umohnani@redhat.com> | 2018-11-08 15:22:29 +0000 |
commit | 35438b6c86edf19916daa0ca031af57d3f1fcf2b (patch) | |
tree | 97ac719890f22bec7835ff9e45f85a1a94c9b80e /vendor.conf | |
parent | 85dbfb33f4c20ca75c86abd687fe0f8a31ce080e (diff) | |
download | podman-35438b6c86edf19916daa0ca031af57d3f1fcf2b.tar.gz podman-35438b6c86edf19916daa0ca031af57d3f1fcf2b.tar.bz2 podman-35438b6c86edf19916daa0ca031af57d3f1fcf2b.zip |
Set --force-rm for podman build to true by default
Since we use buildah containers for the build process, the
user will not know if we have any buildah containers lingering
due to a failed build. Setting this to true by default till
we figure out a better way to solve this.
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
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 85b784d9b..c3998b5f2 100644 --- a/vendor.conf +++ b/vendor.conf @@ -92,7 +92,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/containers/buildah 46c577c87d5a7ab30ef40cfa695cd2b96b32b117 +github.com/containers/buildah 795d43e60e5a1ab283981b79eeda1dd14a65a0bd github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master |