From f1618f5ec8b22d638e2ae51d1541e554c2a631bd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Jul 2015 14:23:26 -0600 Subject: [PATCH] providers/docker: don't remove image on reload for build cache --- plugins/providers/docker/action.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/providers/docker/action.rb b/plugins/providers/docker/action.rb index 7ce88d0ae..bb376fb3d 100644 --- a/plugins/providers/docker/action.rb +++ b/plugins/providers/docker/action.rb @@ -117,7 +117,6 @@ module VagrantPlugins b2.use Call, IsBuild do |env2, b3| if env2[:result] - b3.use ConfigValidate b3.use EnvSet, force_halt: true b3.use action_halt b3.use HostMachineSyncFoldersDisable