dockerclients: comment of the BOX tuple

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-11-08 13:21:23 -05:00
parent 7f72fd2f80
commit c312ad1a1b

View file

@ -11,6 +11,7 @@ from termcolor import colored
def remove_control_characters(s):
return "".join(ch for ch in unicode(s) if unicodedata.category(ch)[0]!="C")
# These tuples are the box&version and whether it requires V1 registry protocol
BOXES = [
("AntonioMeireles/coreos-stable --box-version=835.8.0", False),
("AntonioMeireles/coreos-stable --box-version=766.3.0", False),