commit | afaa530a5ee16b1e09d2096d4bbf7acc6cc6289a | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Tue Aug 15 08:56:15 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Mon Aug 21 09:39:03 2017 -0700 |
tree | fe8e05049876fac330f10e54e11f2732b408a49c | |
parent | 1c891c2a7696186301e7362759b2292fd2b0ca3a [diff] [blame] |
CORD-1729 Support "localhost" as build node for full POD / CiaB Change-Id: I406393b5594799f60eab83a2e3a1910f6974fc87
diff --git a/scripts/imagebuilder.py b/scripts/imagebuilder.py index 1c94f88..3bc4947 100755 --- a/scripts/imagebuilder.py +++ b/scripts/imagebuilder.py
@@ -828,6 +828,7 @@ self.preexisting.append({ 'id': pe_image['Id'], 'tags': raw_tags, + 'base': image.name.split(":")[0], }) image.image_id = pe_image['Id']