]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
ubuntu: add 23.10 mantic minotaur release
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Oct 2023 08:49:01 +0000 (09:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Oct 2023 08:49:01 +0000 (09:49 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
ubuntu-23.10-mantic-std-64/Makefile [new file with mode: 0644]
ubuntu-23.10-mantic-std-64/dab.conf [new file with mode: 0644]

diff --git a/ubuntu-23.10-mantic-std-64/Makefile b/ubuntu-23.10-mantic-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-23.10-mantic-std-64/dab.conf b/ubuntu-23.10-mantic-std-64/dab.conf
new file mode 100644 (file)
index 0000000..abaceb2
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: mantic
+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-23.10-standard
+Version: 23.10-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
+Description: Ubuntu 23.10 Mantic (standard)
+ A small Ubuntu 23.10 Mantic Minotaur system including all standard packages.