[lxc-devel] [lxd-demo-server/master] Update Container to Ubuntu 20.04LTS and lxd-demo-server to core20

nutterthanos on Github lxc-bot at linuxcontainers.org
Fri Oct 23 00:02:58 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 311 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201022/2a825905/attachment.bin>
-------------- next part --------------
From 61af557b3d3a6e0224464023fe3affb309827c90 Mon Sep 17 00:00:00 2001
From: nutterthanos <minecraftitsover90 at gmail.com>
Date: Fri, 23 Oct 2020 10:30:20 +1030
Subject: [PATCH 1/2] snapcraft: Switch default container to 20.04

---
 .snapcraft/lxd-demo.yaml.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.snapcraft/lxd-demo.yaml.tpl b/.snapcraft/lxd-demo.yaml.tpl
index 9d6b40a..28f4683 100644
--- a/.snapcraft/lxd-demo.yaml.tpl
+++ b/.snapcraft/lxd-demo.yaml.tpl
@@ -1,6 +1,6 @@
 # Source of the container
 ## Either an image (local or remote)
-image: ubuntu:18.04
+image: ubuntu:20.04
 ## Or an existing container
 #container: some-container
 

From 8f2bb609259b5b3ceba5af56abcfe6ca471d8417 Mon Sep 17 00:00:00 2001
From: nutterthanos <minecraftitsover90 at gmail.com>
Date: Fri, 23 Oct 2020 10:31:26 +1030
Subject: [PATCH 2/2] snapcraft: Switch to core20

---
 .snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.snapcraft.yaml b/.snapcraft.yaml
index 10e72e6..b5ce1e0 100644
--- a/.snapcraft.yaml
+++ b/.snapcraft.yaml
@@ -1,5 +1,5 @@
 name: lxd-demo-server
-base: core18
+base: core20
 version: git
 grade: stable
 summary: LXD demo server


More information about the lxc-devel mailing list