[pve-devel] [PATCH container] setup: fix #3673: allow ubuntu impish (release 21.10) containers
Oguz Bektas
o.bektas at proxmox.com
Tue Oct 12 12:32:17 CEST 2021
didn't notice any issue with basic privileged/unprivileged
configurations, so we can just add it here.
Signed-off-by: Oguz Bektas <o.bektas at 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
More information about the pve-devel
mailing list