Remove intermediate containers when doing a local push

Change-type: patch
Closes: #1236
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-05-17 17:43:41 +01:00
parent 7da250914e
commit 05c3d2a5db

View File

@ -356,6 +356,7 @@ async function assignDockerBuildOpts(
},
t: generateImageName(task.serviceName),
nocache: opts.nocache,
forcerm: true,
};
if (task.external) {
task.dockerOpts.authconfig = await getAuthConfigObj(