Merge pull request #3292 from vbatts/comments

dockerclients: comment of the BOX tuple
This commit is contained in:
Joseph Schorr 2018-11-08 13:38:05 -05:00 committed by GitHub
commit 527c44087b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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),