* [pve-devel] [PATCH container] setup: fix #3673: allow ubuntu impish (release 21.10) containers
@ 2021-10-12 10:32 Oguz Bektas
2021-10-12 12:49 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2021-10-12 10:32 UTC (permalink / raw)
To: pve-devel
didn't notice any issue with basic privileged/unprivileged
configurations, so we can just add it here.
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
src/PVE/LXC/Setup/Ubuntu.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/LXC/Setup/Ubuntu.pm b/src/PVE/LXC/Setup/Ubuntu.pm
index 4e5e8e3..467e9d2 100644
--- a/src/PVE/LXC/Setup/Ubuntu.pm
+++ b/src/PVE/LXC/Setup/Ubuntu.pm
@@ -12,6 +12,7 @@ use PVE::LXC::Setup::Debian;
use base qw(PVE::LXC::Setup::Debian);
my $known_versions = {
+ '21.10' => 1, # impish
'21.04' => 1, # hirsute
'20.10' => 1, # groovy
'20.04' => 1, # focal LTS
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-12 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 10:32 [pve-devel] [PATCH container] setup: fix #3673: allow ubuntu impish (release 21.10) containers Oguz Bektas
2021-10-12 12:49 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox