Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/add-lxc-ubuntu-18.04' into '2.0'
Browse files Browse the repository at this point in the history
fix: ubuntu 18.04 LXC image for security issue

See merge request apps/container-station/container-apps!5
  • Loading branch information
walkerlee committed Oct 15, 2019
2 parents 4012fed + 210cb34 commit 338a911
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@
"location": "http://download.qnap.com/QPKG/container/ubuntu-xenial_16.04_20171130_amd64.tar.gz",
"type": "lxc"
},
{
"description": "Fast, free and incredibly easy to use, the Ubuntu operating system powers millions of desktop PCs, laptops and servers around the world.",
"repository": "qnap",
"inspect": "{}",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ubuntu_icon.png",
"displayName": "Ubuntu",
"name": "ubuntu-bionic",
"version": "18.04",
"location": "http://download.qnap.com/QPKG/container/ubuntu-bionic_18.04_20191009_amd64.tar.gz",
"type": "lxc"
},
{
"description": "Debian is a Linux distribution that is composed entirely of free and open-source software (most of which is under the GNU General Public License) and packaged by a group called the Debian project.",
"repository": "qnap",
Expand All @@ -87,7 +99,7 @@
"displayName": "Debian",
"name": "debian-buster",
"version": "10",
"location": "http://download.qnap.com/QPKG/container/debian-buster_10_amd64.tar.gz",
"location": "http://download.qnap.com/QPKG/container/debian-buster_10_20191009_amd64.tar.gz",
"type": "lxc"
},
{
Expand Down Expand Up @@ -127,6 +139,18 @@
"type": "lxc",
"kernelVersion": "4.2.8"
},
{
"description": "Fast, free and incredibly easy to use, the Ubuntu operating system powers millions of desktop PCs, laptops and servers around the world.",
"repository": "qnap",
"inspect": "{}",
"arch": "armhf",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ubuntu_icon.png",
"displayName": "Ubuntu",
"name": "ubuntu-bionic-armhf",
"version": "18.04",
"location": "http://download.qnap.com/QPKG/container/ubuntu-bionic_18.04_20191009_armhf.tar.gz",
"type": "lxc"
},
{
"description": "The Debian Project is an association of individuals who have made common cause to create a free operating system.",
"repository": "qnap",
Expand All @@ -136,7 +160,7 @@
"displayName": "Debian",
"name": "debian-buster-armhf",
"version": "10",
"location": "http://download.qnap.com/QPKG/container/debian-buster_10_armhf.tar.gz",
"location": "http://download.qnap.com/QPKG/container/debian-buster_10_20191009_armhf.tar.gz",
"type": "lxc"
},
{
Expand Down Expand Up @@ -547,6 +571,18 @@
"location": "http://download.qnap.com/QPKG/container/ubuntu-xenial_16.04_20180808_arm64.tar.gz",
"type": "lxc"
},
{
"description": "Fast, free and incredibly easy to use, the Ubuntu operating system powers millions of desktop PCs, laptops and servers around the world.",
"repository": "qnap",
"inspect": "{}",
"arch": "arm64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ubuntu_icon.png",
"displayName": "Ubuntu",
"name": "ubuntu-bionic-arm64",
"version": "18.04",
"location": "http://download.qnap.com/QPKG/container/ubuntu-bionic_18.04_20191009_arm64.tar.gz",
"type": "lxc"
},
{
"description": "The Debian Project is an association of individuals who have made common cause to create a free operating system.",
"repository": "qnap",
Expand All @@ -556,7 +592,7 @@
"displayName": "Debian",
"name": "debian-buster-arm64",
"version": "10",
"location": "http://download.qnap.com/QPKG/container/debian-buster_10_arm64.tar.gz",
"location": "http://download.qnap.com/QPKG/container/debian-buster_10_20191009_arm64.tar.gz",
"type": "lxc"
},
{
Expand Down

0 comments on commit 338a911

Please sign in to comment.