]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
add Ubuntu 24.04 Noble standard appliance master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 4 May 2024 07:11:20 +0000 (09:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 May 2024 09:11:42 +0000 (11:11 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
ubuntu-24.04-noble-std-64/Makefile [new file with mode: 0644]
ubuntu-24.04-noble-std-64/dab.conf [new file with mode: 0644]

diff --git a/ubuntu-24.04-noble-std-64/Makefile b/ubuntu-24.04-noble-std-64/Makefile
new file mode 100644 (file)
index 0000000..7caf58d
--- /dev/null
@@ -0,0 +1,26 @@
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       ###
+       # NOTE: zstd appliances are only supported on PVE >= 7.0, take care on upload!
+       ###
+       dab finalize --compressor zstd-max
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
+
+upload: TARGET=$(shell dab targetname)
+upload:
+       tar cf - $(TARGET).* | ssh repoman upload --type apl --dist bookworm
diff --git a/ubuntu-24.04-noble-std-64/dab.conf b/ubuntu-24.04-noble-std-64/dab.conf
new file mode 100644 (file)
index 0000000..6e3846e
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: noble
+CacheDir: ../cache
+#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
+#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
+#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
+Architecture: amd64
+Name: ubuntu-24.04-standard
+Version: 24.04-2
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
+Description: Ubuntu 24.04 Noble (standard)
+ A small Ubuntu 24.04 Noble Numbat system including all standard packages.