Merge pull request #3292 from vbatts/comments
dockerclients: comment of the BOX tuple
This commit is contained in:
commit
527c44087b
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Reference in a new issue