Skip to content

Commit 51ae917

Browse files
Tag is mandatory for container in .gns3a
Ref #145
1 parent b947be5 commit 51ae917

6 files changed

+7
-6
lines changed

appliances/chromium.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"maintainer_email": "[email protected]",
1212
"docker": {
1313
"adapters": 1,
14-
"image": "gns3/chromium",
14+
"image": "gns3/chromium:latest",
1515
"console_type": "vnc"
1616
}
1717
}

appliances/ipterm.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"symbol": "linux_guest.svg",
1414
"docker": {
1515
"adapters": 1,
16-
"image": "gns3/ipterm"
16+
"image": "gns3/ipterm:latest"
1717
}
1818
}

appliances/openvswitch-management.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"usage": "The eth0 is the management interface. By default all other interfaces are connected to the br0",
1414
"docker": {
1515
"adapters": 16,
16-
"image": "gns3/openvswitch",
16+
"image": "gns3/openvswitch:latest",
1717
"environment": "MANAGEMENT_INTERFACE=1"
1818
}
1919
}

appliances/openvswitch.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"usage": "By default all interfaces are connected to the br0",
1414
"docker": {
1515
"adapters": 16,
16-
"image": "gns3/openvswitch"
16+
"image": "gns3/openvswitch:latest"
1717
}
1818
}

appliances/webterm.gns3a

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"symbol": "firefox.svg",
1414
"docker": {
1515
"adapters": 1,
16-
"image": "gns3/webterm",
16+
"image": "gns3/webterm:latest",
1717
"console_type": "vnc"
1818
}
1919
}

schemas/appliance.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
},
107107
"image": {
108108
"type": "string",
109-
"title": "Docker image in the Docker Hub"
109+
"title": "Docker image in the Docker Hub",
110+
"pattern": ".+:.+"
110111
},
111112
"start_command": {
112113
"type": "string",

0 commit comments

Comments
 (0)