Actually tag the actual images we make

Well, making an image and not tagging it is just lame, because then it's
just, well, a uuid. And nobody likes uuids.

Change-Id: If8cfd530499aa9574703ac2a95eb306bc10d9b6b
This commit is contained in:
Monty Taylor 2018-07-12 17:09:28 -05:00
parent b405f744b8
commit bcf471e37d
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ def build(args):
"Building container for {script}".format(script=script))
with docker_container(
info.base_container,
tag=script,
prefix=args.prefix,
volumes=[tmp_volume],
comment='CMD ["/usr/local/bin/{script}"]'.format(