mirror of
https://github.com/lxc/lxc-templates.git
synced 2024-12-22 06:20:13 +00:00
0f383bc13b
It is still possible to create containers for jessie and stretch, although you need to manually specify the archive mirror and keyring: lxc-create -t debian -n stretch -- -r stretch \ --mirror=http://archive.debian.org/debian \ --keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg While the jessie container starts up, it doesn't automatically get an IP -- I didn't perform any further investigation. stretch works just fine. Debian releases wheezy and earlier fail to create the container in various ways. This commit just changes the presented list of releases; there is some existing logic for handling archived releases, but I didn't want to risk breaking things by tinkering with the existing code. Signed-off-by: Mathias Gibbens <gibmat@debian.org> |
||
---|---|---|
.. | ||
lxc-alpine.in | ||
lxc-altlinux.in | ||
lxc-archlinux.in | ||
lxc-centos.in | ||
lxc-cirros.in | ||
lxc-debian.in | ||
lxc-devuan.in | ||
lxc-fedora-legacy.in | ||
lxc-fedora.in | ||
lxc-gentoo.in | ||
lxc-kali.in | ||
lxc-openmandriva.in | ||
lxc-opensuse.in | ||
lxc-oracle.in | ||
lxc-plamo.in | ||
lxc-pld.in | ||
lxc-sabayon.in | ||
lxc-slackware.in | ||
lxc-sparclinux.in | ||
lxc-sshd.in | ||
lxc-ubuntu-cloud.in | ||
lxc-ubuntu.in | ||
lxc-voidlinux.in | ||
Makefile.am |