dockerclients: comment of the BOX tuple
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
7f72fd2f80
commit
c312ad1a1b
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