Skip to content

Commit

Permalink
Tag is mandatory for container in .gns3a
Browse files Browse the repository at this point in the history
Ref #145
  • Loading branch information
julien-duponchelle committed Jul 4, 2016
1 parent b947be5 commit 51ae917
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appliances/chromium.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"maintainer_email": "[email protected]",
"docker": {
"adapters": 1,
"image": "gns3/chromium",
"image": "gns3/chromium:latest",
"console_type": "vnc"
}
}
2 changes: 1 addition & 1 deletion appliances/ipterm.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"symbol": "linux_guest.svg",
"docker": {
"adapters": 1,
"image": "gns3/ipterm"
"image": "gns3/ipterm:latest"
}
}
2 changes: 1 addition & 1 deletion appliances/openvswitch-management.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"usage": "The eth0 is the management interface. By default all other interfaces are connected to the br0",
"docker": {
"adapters": 16,
"image": "gns3/openvswitch",
"image": "gns3/openvswitch:latest",
"environment": "MANAGEMENT_INTERFACE=1"
}
}
2 changes: 1 addition & 1 deletion appliances/openvswitch.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"usage": "By default all interfaces are connected to the br0",
"docker": {
"adapters": 16,
"image": "gns3/openvswitch"
"image": "gns3/openvswitch:latest"
}
}
2 changes: 1 addition & 1 deletion appliances/webterm.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"symbol": "firefox.svg",
"docker": {
"adapters": 1,
"image": "gns3/webterm",
"image": "gns3/webterm:latest",
"console_type": "vnc"
}
}
3 changes: 2 additions & 1 deletion schemas/appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
},
"image": {
"type": "string",
"title": "Docker image in the Docker Hub"
"title": "Docker image in the Docker Hub",
"pattern": ".+:.+"
},
"start_command": {
"type": "string",
Expand Down

0 comments on commit 51ae917

Please sign in to comment.