зеркало из https://github.com/microsoft/docker.git
contrib/docker-build: don't remove the base image if the first build step fails
This commit is contained in:
Родитель
ee82870ff7
Коммит
deb55e416e
|
@ -96,7 +96,7 @@ def main():
|
|||
else:
|
||||
print "Skipping uknown op " + op
|
||||
except:
|
||||
docker(["rmi"] + steps)
|
||||
docker(["rmi"] + steps[1:])
|
||||
raise
|
||||
print base
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче