]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
move some EOL-distros configs to the archive folder master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Sep 2024 09:26:53 +0000 (11:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Sep 2024 09:27:01 +0000 (11:27 +0200)
at least we do not plan to upload an updated appliance from those.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
32 files changed:
archive/debian-11-bullseye-pmg-7-64/Makefile [new file with mode: 0644]
archive/debian-11-bullseye-pmg-7-64/dab.conf [new file with mode: 0644]
archive/debian-11-bullseye-std-64/Makefile [new file with mode: 0644]
archive/debian-11-bullseye-std-64/dab.conf [new file with mode: 0644]
archive/devuan-3-beowulf-std-64/Makefile [new file with mode: 0644]
archive/devuan-3-beowulf-std-64/dab.conf [new file with mode: 0644]
archive/devuan-4-chimaera-std-64/Makefile [new file with mode: 0644]
archive/devuan-4-chimaera-std-64/dab.conf [new file with mode: 0644]
archive/ubuntu-18.04-bionic-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-18.04-bionic-std-64/dab.conf [new file with mode: 0644]
archive/ubuntu-22.10-kinetic-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-22.10-kinetic-std-64/dab.conf [new file with mode: 0644]
archive/ubuntu-23.04-lunar-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-23.04-lunar-std-64/dab.conf [new file with mode: 0644]
archive/ubuntu-23.10-mantic-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-23.10-mantic-std-64/dab.conf [new file with mode: 0644]
debian-11-bullseye-pmg-7-64/Makefile [deleted file]
debian-11-bullseye-pmg-7-64/dab.conf [deleted file]
debian-11-bullseye-std-64/Makefile [deleted file]
debian-11-bullseye-std-64/dab.conf [deleted file]
devuan-3-beowulf-std-64/Makefile [deleted file]
devuan-3-beowulf-std-64/dab.conf [deleted file]
devuan-4-chimaera-std-64/Makefile [deleted file]
devuan-4-chimaera-std-64/dab.conf [deleted file]
ubuntu-18.04-bionic-std-64/Makefile [deleted file]
ubuntu-18.04-bionic-std-64/dab.conf [deleted file]
ubuntu-22.10-kinetic-std-64/Makefile [deleted file]
ubuntu-22.10-kinetic-std-64/dab.conf [deleted file]
ubuntu-23.04-lunar-std-64/Makefile [deleted file]
ubuntu-23.04-lunar-std-64/dab.conf [deleted file]
ubuntu-23.10-mantic-std-64/Makefile [deleted file]
ubuntu-23.10-mantic-std-64/dab.conf [deleted file]

diff --git a/archive/debian-11-bullseye-pmg-7-64/Makefile b/archive/debian-11-bullseye-pmg-7-64/Makefile
new file mode 100644 (file)
index 0000000..0907e7f
--- /dev/null
@@ -0,0 +1,32 @@
+BASEDIR:=$(shell dab basedir)
+
+CVD_FILES:=main.cvd bytecode.cvd daily.cvd safebrowsing.cvd
+
+all: info/init_ok ${CVD_FILES}
+       dab bootstrap --minimal
+       sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/' ${BASEDIR}/etc/ssh/sshd_config
+       touch ${BASEDIR}/proxmox_install_mode
+       dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container gpg ifupdown2
+       rm ${BASEDIR}/proxmox_install_mode
+       sed -i '/^deb.*\.proxmox\.com\/.*$$/d;$${/^$$/d;}' ${BASEDIR}/etc/apt/sources.list
+       cp ${CVD_FILES} ${BASEDIR}/var/lib/clamav/
+       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: clean
+       dab dist-clean
+       rm -f ${CVD_FILES}
+
+${CVD_FILES}:
+       curl -L --silent --show-error --fail --time-cond $@ --user-agent "CVDUPDATE/0.3.0 (9d591f58-b430-4d0c-99b2-febb1cee0872)" -o $@.tmp https://database.clamav.net/$@
+       [ -f $@.tmp ] && mv $@.tmp $@ || true
+       if command -v sigtool > /dev/null ; then sigtool -i $@; else echo "skipping verification of $@"; fi
diff --git a/archive/debian-11-bullseye-pmg-7-64/dab.conf b/archive/debian-11-bullseye-pmg-7-64/dab.conf
new file mode 100644 (file)
index 0000000..2209fe9
--- /dev/null
@@ -0,0 +1,15 @@
+Suite: bullseye
+CacheDir: ../cache
+Source: http://ftp.debian.org/debian SUITE main contrib
+Source: http://ftp.debian.org/debian SUITE-updates main contrib
+Source: http://security.debian.org/debian-security SUITE-security main contrib
+Source: http://download.proxmox.com/debian/pmg/ SUITE pmg-no-subscription
+Architecture: amd64
+Name: proxmox-mailgateway-7.3-standard
+Version: 7.3-1
+Section: mail
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://www.proxmox.com/en/proxmox-mail-gateway/overview
+Description: Proxmox Mailgateway 7.3
+ A full featured mail proxy for spam and virus filtering, optimized for
+ container environment.
diff --git a/archive/debian-11-bullseye-std-64/Makefile b/archive/debian-11-bullseye-std-64/Makefile
new file mode 100644 (file)
index 0000000..77eef61
--- /dev/null
@@ -0,0 +1,22 @@
+
+
+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 *~
diff --git a/archive/debian-11-bullseye-std-64/dab.conf b/archive/debian-11-bullseye-std-64/dab.conf
new file mode 100644 (file)
index 0000000..db751ca
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: bullseye
+CacheDir: ../cache
+#Source: http://ftp.debian.org/debian SUITE main contrib
+#Source: http://ftp.debian.org/debian SUITE-updates main contrib
+#Source: http://security.debian.org SUITE-security main contrib
+Architecture: amd64
+Name: debian-11-standard
+Version: 11.7-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
+Description: Debian 11 Bullseye (standard)
+ A small Debian Bullseye system including all standard packages.
diff --git a/archive/devuan-3-beowulf-std-64/Makefile b/archive/devuan-3-beowulf-std-64/Makefile
new file mode 100644 (file)
index 0000000..eee8103
--- /dev/null
@@ -0,0 +1,22 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap --minimal
+       dab install devuan-keyring
+       dab finalize
+
+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 *~
diff --git a/archive/devuan-3-beowulf-std-64/dab.conf b/archive/devuan-3-beowulf-std-64/dab.conf
new file mode 100644 (file)
index 0000000..5a13e83
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: beowulf
+CacheDir: ../cache
+Source: http://deb.devuan.org/merged SUITE main contrib
+Source: http://deb.devuan.org/merged SUITE-updates main contrib
+Source: http://deb.devuan.org/merged SUITE-security main contrib
+Architecture: amd64
+Name: devuan-3.0-standard
+Version: 3.0
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://devuan.org
+Description: Devuan 3.0 (standard)
+ A small Devuan Beowulf system including a minimal set of essential packages.
diff --git a/archive/devuan-4-chimaera-std-64/Makefile b/archive/devuan-4-chimaera-std-64/Makefile
new file mode 100644 (file)
index 0000000..eee8103
--- /dev/null
@@ -0,0 +1,22 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap --minimal
+       dab install devuan-keyring
+       dab finalize
+
+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 *~
diff --git a/archive/devuan-4-chimaera-std-64/dab.conf b/archive/devuan-4-chimaera-std-64/dab.conf
new file mode 100644 (file)
index 0000000..6e1cd30
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: chimaera
+CacheDir: ../cache
+Source: http://deb.devuan.org/merged SUITE main contrib
+Source: http://deb.devuan.org/merged SUITE-updates main contrib
+Source: http://deb.devuan.org/merged SUITE-security main contrib
+Architecture: amd64
+Name: devuan-4.0-standard
+Version: 4.0
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://devuan.org
+Description: Devuan 4.0 (standard)
+ A small Devuan Chimaera system including a minimal set of essential packages.
diff --git a/archive/ubuntu-18.04-bionic-std-64/Makefile b/archive/ubuntu-18.04-bionic-std-64/Makefile
new file mode 100644 (file)
index 0000000..26fffb0
--- /dev/null
@@ -0,0 +1,19 @@
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+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 *~
diff --git a/archive/ubuntu-18.04-bionic-std-64/dab.conf b/archive/ubuntu-18.04-bionic-std-64/dab.conf
new file mode 100644 (file)
index 0000000..a07b947
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: bionic
+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-18.04-standard
+Version: 18.04.1-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Bionic_Standard
+Description: Ubuntu Bionic (standard)
+ A small Ubuntu Bionic system including all standard packages.
diff --git a/archive/ubuntu-22.10-kinetic-std-64/Makefile b/archive/ubuntu-22.10-kinetic-std-64/Makefile
new file mode 100644 (file)
index 0000000..ec0d197
--- /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 bullseye
diff --git a/archive/ubuntu-22.10-kinetic-std-64/dab.conf b/archive/ubuntu-22.10-kinetic-std-64/dab.conf
new file mode 100644 (file)
index 0000000..8974385
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: kinetic
+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-22.10-standard
+Version: 22.10-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
+Description: Ubuntu 22.10 Kinetic (standard)
+ A small Ubuntu 22.10 Kinetic Kudu system including all standard packages.
diff --git a/archive/ubuntu-23.04-lunar-std-64/Makefile b/archive/ubuntu-23.04-lunar-std-64/Makefile
new file mode 100644 (file)
index 0000000..ec0d197
--- /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 bullseye
diff --git a/archive/ubuntu-23.04-lunar-std-64/dab.conf b/archive/ubuntu-23.04-lunar-std-64/dab.conf
new file mode 100644 (file)
index 0000000..2e57a6d
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: lunar
+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.04-standard
+Version: 23.04-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
+Description: Ubuntu 23.04 Lunar (standard)
+ A small Ubuntu 23.04 Lunar Lobster system including all standard packages.
diff --git a/archive/ubuntu-23.10-mantic-std-64/Makefile b/archive/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/archive/ubuntu-23.10-mantic-std-64/dab.conf b/archive/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.
diff --git a/debian-11-bullseye-pmg-7-64/Makefile b/debian-11-bullseye-pmg-7-64/Makefile
deleted file mode 100644 (file)
index 0907e7f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-BASEDIR:=$(shell dab basedir)
-
-CVD_FILES:=main.cvd bytecode.cvd daily.cvd safebrowsing.cvd
-
-all: info/init_ok ${CVD_FILES}
-       dab bootstrap --minimal
-       sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/' ${BASEDIR}/etc/ssh/sshd_config
-       touch ${BASEDIR}/proxmox_install_mode
-       dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container gpg ifupdown2
-       rm ${BASEDIR}/proxmox_install_mode
-       sed -i '/^deb.*\.proxmox\.com\/.*$$/d;$${/^$$/d;}' ${BASEDIR}/etc/apt/sources.list
-       cp ${CVD_FILES} ${BASEDIR}/var/lib/clamav/
-       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: clean
-       dab dist-clean
-       rm -f ${CVD_FILES}
-
-${CVD_FILES}:
-       curl -L --silent --show-error --fail --time-cond $@ --user-agent "CVDUPDATE/0.3.0 (9d591f58-b430-4d0c-99b2-febb1cee0872)" -o $@.tmp https://database.clamav.net/$@
-       [ -f $@.tmp ] && mv $@.tmp $@ || true
-       if command -v sigtool > /dev/null ; then sigtool -i $@; else echo "skipping verification of $@"; fi
diff --git a/debian-11-bullseye-pmg-7-64/dab.conf b/debian-11-bullseye-pmg-7-64/dab.conf
deleted file mode 100644 (file)
index 2209fe9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Suite: bullseye
-CacheDir: ../cache
-Source: http://ftp.debian.org/debian SUITE main contrib
-Source: http://ftp.debian.org/debian SUITE-updates main contrib
-Source: http://security.debian.org/debian-security SUITE-security main contrib
-Source: http://download.proxmox.com/debian/pmg/ SUITE pmg-no-subscription
-Architecture: amd64
-Name: proxmox-mailgateway-7.3-standard
-Version: 7.3-1
-Section: mail
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://www.proxmox.com/en/proxmox-mail-gateway/overview
-Description: Proxmox Mailgateway 7.3
- A full featured mail proxy for spam and virus filtering, optimized for
- container environment.
diff --git a/debian-11-bullseye-std-64/Makefile b/debian-11-bullseye-std-64/Makefile
deleted file mode 100644 (file)
index 77eef61..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-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 *~
diff --git a/debian-11-bullseye-std-64/dab.conf b/debian-11-bullseye-std-64/dab.conf
deleted file mode 100644 (file)
index db751ca..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: bullseye
-CacheDir: ../cache
-#Source: http://ftp.debian.org/debian SUITE main contrib
-#Source: http://ftp.debian.org/debian SUITE-updates main contrib
-#Source: http://security.debian.org SUITE-security main contrib
-Architecture: amd64
-Name: debian-11-standard
-Version: 11.7-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
-Description: Debian 11 Bullseye (standard)
- A small Debian Bullseye system including all standard packages.
diff --git a/devuan-3-beowulf-std-64/Makefile b/devuan-3-beowulf-std-64/Makefile
deleted file mode 100644 (file)
index eee8103..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap --minimal
-       dab install devuan-keyring
-       dab finalize
-
-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 *~
diff --git a/devuan-3-beowulf-std-64/dab.conf b/devuan-3-beowulf-std-64/dab.conf
deleted file mode 100644 (file)
index 5a13e83..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: beowulf
-CacheDir: ../cache
-Source: http://deb.devuan.org/merged SUITE main contrib
-Source: http://deb.devuan.org/merged SUITE-updates main contrib
-Source: http://deb.devuan.org/merged SUITE-security main contrib
-Architecture: amd64
-Name: devuan-3.0-standard
-Version: 3.0
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://devuan.org
-Description: Devuan 3.0 (standard)
- A small Devuan Beowulf system including a minimal set of essential packages.
diff --git a/devuan-4-chimaera-std-64/Makefile b/devuan-4-chimaera-std-64/Makefile
deleted file mode 100644 (file)
index eee8103..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap --minimal
-       dab install devuan-keyring
-       dab finalize
-
-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 *~
diff --git a/devuan-4-chimaera-std-64/dab.conf b/devuan-4-chimaera-std-64/dab.conf
deleted file mode 100644 (file)
index 6e1cd30..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: chimaera
-CacheDir: ../cache
-Source: http://deb.devuan.org/merged SUITE main contrib
-Source: http://deb.devuan.org/merged SUITE-updates main contrib
-Source: http://deb.devuan.org/merged SUITE-security main contrib
-Architecture: amd64
-Name: devuan-4.0-standard
-Version: 4.0
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://devuan.org
-Description: Devuan 4.0 (standard)
- A small Devuan Chimaera system including a minimal set of essential packages.
diff --git a/ubuntu-18.04-bionic-std-64/Makefile b/ubuntu-18.04-bionic-std-64/Makefile
deleted file mode 100644 (file)
index 26fffb0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap
-       dab finalize
-
-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 *~
diff --git a/ubuntu-18.04-bionic-std-64/dab.conf b/ubuntu-18.04-bionic-std-64/dab.conf
deleted file mode 100644 (file)
index a07b947..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: bionic
-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-18.04-standard
-Version: 18.04.1-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: http://pve.proxmox.com/wiki/Ubuntu_Bionic_Standard
-Description: Ubuntu Bionic (standard)
- A small Ubuntu Bionic system including all standard packages.
diff --git a/ubuntu-22.10-kinetic-std-64/Makefile b/ubuntu-22.10-kinetic-std-64/Makefile
deleted file mode 100644 (file)
index ec0d197..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-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 bullseye
diff --git a/ubuntu-22.10-kinetic-std-64/dab.conf b/ubuntu-22.10-kinetic-std-64/dab.conf
deleted file mode 100644 (file)
index 8974385..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: kinetic
-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-22.10-standard
-Version: 22.10-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
-Description: Ubuntu 22.10 Kinetic (standard)
- A small Ubuntu 22.10 Kinetic Kudu system including all standard packages.
diff --git a/ubuntu-23.04-lunar-std-64/Makefile b/ubuntu-23.04-lunar-std-64/Makefile
deleted file mode 100644 (file)
index ec0d197..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-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 bullseye
diff --git a/ubuntu-23.04-lunar-std-64/dab.conf b/ubuntu-23.04-lunar-std-64/dab.conf
deleted file mode 100644 (file)
index 2e57a6d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: lunar
-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.04-standard
-Version: 23.04-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://pve.proxmox.com/wiki/Linux_Container#pct_supported_distributions
-Description: Ubuntu 23.04 Lunar (standard)
- A small Ubuntu 23.04 Lunar Lobster system including all standard packages.
diff --git a/ubuntu-23.10-mantic-std-64/Makefile b/ubuntu-23.10-mantic-std-64/Makefile
deleted file mode 100644 (file)
index 7caf58d..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-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
deleted file mode 100644 (file)
index abaceb2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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.