The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd-demo-server/pull/24

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From 61af557b3d3a6e0224464023fe3affb309827c90 Mon Sep 17 00:00:00 2001
From: nutterthanos <minecraftitsove...@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 <minecraftitsove...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to