commit | 12b886a6a2af359077c7e0c51eda00cca8ab9e5c | [log] [tgz] |
---|---|---|
author | Wei-Yu Chen <aweimeow.tw@gmail.com> | Sun May 06 15:38:47 2018 +0800 |
committer | Wei-Yu Chen <aweimeow.tw@gmail.com> | Sun May 06 15:40:12 2018 +0800 |
tree | 206ed3131d198fbd569be32597ec5c348ff4e14f | |
parent | d0b22398d76801f0a5c9d395d7e852746805e686 [diff] |
image_build_tag variable not defined during execution Change-Id: I8c319bc281f2569547b54f6b97178246248af4f5
diff --git a/scripts/imagebuilder.py b/scripts/imagebuilder.py index b48edea..1b1426d 100755 --- a/scripts/imagebuilder.py +++ b/scripts/imagebuilder.py
@@ -1242,7 +1242,7 @@ if self.dc is not None: - build_tag = "%s:%s" % (image.name, image.tags[0]) + image_build_tag = "%s:%s" % (image.name, image.tags[0]) buildargs = image.buildargs() context_tar = image.context_tarball()