New release

This commit is contained in:
adosztal 2018-08-02 10:14:07 +02:00
parent 609e04c265
commit 678f20b6e7
4 changed files with 45 additions and 1 deletions

View File

@ -19,6 +19,15 @@
"kvm": "allow"
},
"images": [
{
"filename": "BSDRP-1.90-full-amd64-serial.img",
"version": "1.90",
"md5sum": "78b7182bed93888d17d18a67d5fec3a7",
"filesize": 1000000000,
"download_url": "https://bsdrp.net/downloads",
"direct_download_url": "https://sourceforge.net/projects/bsdrp/files/BSD_Router_Project/1.90/amd64/BSDRP-1.90-full-amd64-serial.img.xz/download",
"compression": "xz"
},
{
"filename": "BSDRP-1.80-full-amd64-serial.img",
"version": "1.80",
@ -39,6 +48,12 @@
}
],
"versions": [
{
"name": "1.90",
"images": {
"hda_disk_image": "BSDRP-1.90-full-amd64-serial.img"
}
},
{
"name": "1.80",
"images": {

View File

@ -23,6 +23,14 @@
"kvm": "require"
},
"images": [
{
"filename": "cumulus-linux-3.6.2-vx-amd64.qcow2",
"version": "3.6.2",
"md5sum": "02b0621d68fb2e709b4bcc48748c7b6f",
"filesize": 1150746624,
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
"direct_download_url": "https://s3.amazonaws.com/cumulusfiles/CumulusLinux-3.6.2/cumulus-linux-3.6.2-vx-amd64.qcow2"
},
{
"filename": "cumulus-linux-3.6.1-vx-amd64.qcow2",
"version": "3.6.1",
@ -165,6 +173,12 @@
}
],
"versions": [
{
"name": "3.6.2",
"images": {
"hda_disk_image": "cumulus-linux-3.6.2-vx-amd64.qcow2"
}
},
{
"name": "3.6.1",
"images": {

View File

@ -26,6 +26,14 @@
"options": "-smp 2 -cpu core2duo"
},
"images": [
{
"filename": "exosvm-22.5.1.7.iso",
"version": "22.5.1.7",
"md5sum": "132ac87de368ab55d1f496f292338cd4",
"filesize": 51779584,
"download_url": "https://github.com/extremenetworks/Virtual_EXOS",
"direct_download_url": "https://github.com/extremenetworks/Virtual_EXOS/raw/master/vm-22.5.1.7.iso"
},
{
"filename": "exosvm-22.4.1.4.iso",
"version": "22.4.1.4",
@ -100,6 +108,13 @@
}
],
"versions": [
{
"name": "22.5.1.7",
"images": {
"hda_disk_image": "empty8G.qcow2",
"cdrom_image": "exosvm-22.5.1.7.iso"
}
},
{
"name": "22.4.1.4",
"images": {

View File

@ -6,7 +6,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-rec
install telnet curl openssh-client nano vim-tiny iputils-ping python build-essential \
libssl-dev libffi-dev python-pip python3-pip python-setuptools \
python-dev net-tools python3 software-properties-common \
&& apt-add-repository -y ppa:ansible/ansible-2.4 \
&& apt-add-repository -y ppa:ansible/ansible-2.6 \
&& apt-get update && apt-get -y --no-install-recommends install ansible \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --upgrade pip \