mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 01:31:23 +00:00
Added Python 2 & 3 containers
This commit is contained in:
parent
0dbc7d1e5c
commit
146ee5814c
17
appliances/python2.gns3a
Normal file
17
appliances/python2.gns3a
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Python2",
|
||||
"category": "guest",
|
||||
"description": "Python is an interpreted, interactive, object-oriented, open-source programming language that lets you work quickly and integrate systems more effectively.",
|
||||
"vendor_name": "Python Software Foundation",
|
||||
"vendor_url": "https://www.python.org",
|
||||
"documentation_url": "https://docs.python.org/2/",
|
||||
"product_name": "Python 2.x",
|
||||
"registry_version": 3,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "python:2"
|
||||
}
|
||||
}
|
17
appliances/python3.gns3a
Normal file
17
appliances/python3.gns3a
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Python3",
|
||||
"category": "guest",
|
||||
"description": "Python is an interpreted, interactive, object-oriented, open-source programming language that lets you work quickly and integrate systems more effectively.",
|
||||
"vendor_name": "Python Software Foundation",
|
||||
"vendor_url": "https://www.python.org",
|
||||
"documentation_url": "https://docs.python.org/3/",
|
||||
"product_name": "Python 3.x",
|
||||
"registry_version": 3,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "python:3"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user