mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 21:07:55 +00:00
Ubuntu appliance and support for official docker appliances
This commit is contained in:
parent
4f8e4644e3
commit
fddde6574a
@ -6,36 +6,14 @@
|
|||||||
"vendor_url": "http://alpinelinux.org",
|
"vendor_url": "http://alpinelinux.org",
|
||||||
"documentation_url": "http://wiki.alpinelinux.org",
|
"documentation_url": "http://wiki.alpinelinux.org",
|
||||||
"product_name": "Alpine Linux",
|
"product_name": "Alpine Linux",
|
||||||
"registry_version": 1,
|
"registry_version": 4,
|
||||||
"status": "experimental",
|
"status": "stable",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "User is root. Password is gns3",
|
|
||||||
"symbol": "linux_guest.svg",
|
"symbol": "linux_guest.svg",
|
||||||
"qemu": {
|
"docker": {
|
||||||
"adapter_type": "e1000",
|
|
||||||
"adapters": 1,
|
"adapters": 1,
|
||||||
"ram": 32,
|
"image": "alpine",
|
||||||
"arch": "x86_64",
|
"console_type": "telnet"
|
||||||
"console_type": "telnet",
|
}
|
||||||
"kvm": "allow"
|
|
||||||
},
|
|
||||||
"images": [
|
|
||||||
{
|
|
||||||
"filename": "alpine-linux-3.2.3.qcow2",
|
|
||||||
"version": "3.2.3",
|
|
||||||
"md5sum": "b82d895ecba270ecc5e5b445ec53ee02",
|
|
||||||
"filesize": 143065088,
|
|
||||||
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
|
||||||
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/alpine-linux-3.2.3.qcow2"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"versions": [
|
|
||||||
{
|
|
||||||
"name": "3.2.3",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "alpine-linux-3.2.3.qcow2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
18
appliances/ubuntu.gns3a
Normal file
18
appliances/ubuntu.gns3a
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "Ubuntu",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. It is based on free software and named after the Southern African philosophy of ubuntu (literally, \"human-ness\"), which often is translated as \"humanity towards others\" or \"the belief in a universal bond of sharing that connects all humanity\".",
|
||||||
|
"vendor_name": "Canonical",
|
||||||
|
"vendor_url": "http://www.ubuntu.com",
|
||||||
|
"product_name": "Ubuntu",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"symbol": "linux_guest.svg",
|
||||||
|
"docker": {
|
||||||
|
"adapters": 1,
|
||||||
|
"image": "ubuntu-debootstrap",
|
||||||
|
"console_type": "telnet"
|
||||||
|
}
|
||||||
|
}
|
@ -110,8 +110,7 @@
|
|||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Docker image in the Docker Hub",
|
"title": "Docker image in the Docker Hub"
|
||||||
"pattern": ".+:.+"
|
|
||||||
},
|
},
|
||||||
"start_command": {
|
"start_command": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
1750
symbols/ubuntu.svg
Normal file
1750
symbols/ubuntu.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 53 KiB |
10
symbols/ubuntu.txt
Normal file
10
symbols/ubuntu.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Ubuntu Circle of Friends set for web:
|
||||||
|
Copyright 2017 Canonical Ltd.
|
||||||
|
|
||||||
|
This work is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
||||||
|
|
||||||
|
Use of Canonical Trade Marks is subject to Canonical's IP Rights Policy. Canonical's IP Right Policy can be found at https://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy%
|
||||||
|
|
||||||
|
|
||||||
|
Computer Background:
|
||||||
|
Public Domain Computer from GNS3
|
Loading…
Reference in New Issue
Block a user