Sébastien Delafond
9b07574ece
Add -r/--release to kali template
...
Signed-off-by: Sébastien Delafond <sdelafond@gmail.com>
2020-01-13 15:56:28 +01:00
Sébastien Delafond
3b68a0dee8
Update configure.ac for kali
...
Signed-off-by: Sébastien Delafond <sdelafond@gmail.com>
2020-01-13 15:45:58 +01:00
Christian Brauner
0e20f5db0f
Merge pull request #23 from andreasbaumann/archlinux
...
added systemd-sysvcompat (/sbin/init missing when starting container)
2019-11-06 00:02:11 +01:00
Andreas Baumann
2b9c1833c1
added systemd-sysvcompat (/sbin/init missing when starting container)
...
Signed-off-by: Andreas Baumann <mail@andreasbaumann.cc>
2019-10-31 16:43:42 +01:00
Stéphane Graber
558e61606f
Release lxc-templates 3.0.4
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2019-06-21 18:56:43 -04:00
Re4son
1f6af7d595
Add kali-linux distro
...
Signed-off-by: Re4son <re4son@kali.org>
2019-05-25 07:43:57 +10:00
Christian Brauner
13f7bd7f44
Merge pull request #16 from CC-Hsu/patch-1
...
Add new dependency for wget for lxc-slackware template
2019-04-03 13:09:42 +02:00
Christian Brauner
c34126d343
Merge pull request #18 from tenforward/plamo
...
plamo: Support https as download scheme and default to https
2019-04-02 16:33:03 +02:00
KATOH Yasufumi
937758dba9
plamo: Support https as download scheme and default to https
...
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
2019-04-02 16:01:13 +09:00
Christian Brauner
71c91d48ed
Merge pull request #17 from tenforward/plamo
...
plamo: Workaround for building plamo 32bit 6.x container on current 7.x
2019-03-14 23:39:16 +01:00
KATOH Yasufumi
5f76c3c34c
plamo: Workaround for building plamo 32bit 6.x container on current 7.x
...
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
2019-03-14 18:08:59 +09:00
CC-Hsu
0815f1a102
Add new dependency for wget for lxc-slackware template
...
Two more packages: libpsl and pcre2.
These libraries are needed by wget command, which is used in the built-in package manager, slackpkg.
Signed-off-by: CCHsu <a12321aabb@gmail.com>
2019-02-25 23:04:19 +08:00
Stéphane Graber
22824aff8f
Release lxc-templates 3.0.3
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-11-22 19:47:26 -05:00
Stéphane Graber
a5eea201a1
sabayon: Don't fail on existing directories
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-11-09 13:41:28 -05:00
Christian Brauner
3cf05db0d9
Merge pull request #13 from tenforward/plamo
...
plamo: Update the default version to 7.x
2018-10-05 10:31:54 +02:00
KATOH Yasufumi
e67a9da9ef
plamo: Update the default version to 7.x
...
Now, 7.x is our stable version.
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
2018-10-05 16:56:17 +09:00
Stéphane Graber
ffccfe483b
Merge pull request #12 from kunkku/alpine-setpcap
...
alpine: make dropping setpcap optional
2018-09-29 17:34:52 +02:00
Kaarle Ritvanen
73de1660d4
alpine: make dropping setpcap optional
...
capability required e.g. by strongswan
Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
2018-09-29 18:30:52 +03:00
Stéphane Graber
e8519f553f
Release lxc-templates 3.0.2
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-08-16 16:19:16 -04:00
Stéphane Graber
8b5308b5d8
Merge pull request #10 from hwoarang/fix-opensuse
...
Fix openSUSE Leap 15
2018-06-26 12:12:37 -04:00
Markos Chandras
53ab98b87e
templates: lxc-opensuse.in: Fix openSUSE Leap 15 cache url
...
The repo layout has changed in Leap 15 so we need to adapt it. Moreover,
the required packages for Leap 15 mimic those for Tumbleweed.
Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 16:58:41 +01:00
Markos Chandras
39ba2322d8
templates: lxc-opensuse.in: Ensure cache is fully populated
...
We build our LXC rootfs based on a minimal openSUSE cache. However,
since we are only using this cache to bootstrap the rootfs, we need to
make sure that all packages are present there otherwise we see failures
like the following one
expanding package dependencies...
expansion error
nothing provides net-tools
nothing provides iproute2
Failed to download 'opensuse base'
Most of the needed packages are being pulled in indirectly as
dependencies of other packages but we should be more explicit since
dependencies could change in the future. Finally, we pass
'--no-recommends' in order to have better control of what packages are
being pulled into the cache.
Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 16:10:05 +01:00
Markos Chandras
2dc3dc54a5
templates: opensuse: Drop support for EOL distributions
...
All releases prior to 42.X have reached EOL so we can drop these
codepaths in order to simplify the code. This also fixes an indentation
issue.
Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 15:43:46 +01:00
Christian Brauner
ad989b77a4
Merge pull request #9 from hwoarang/add-leap-15
...
templates: opensuse: Add support for openSUSE Leap 15
2018-06-08 10:56:45 +02:00
Markos Chandras
fe50a94b2b
templates: opensuse: Add support for openSUSE Leap 15
...
We add support for the newly released openSUSE Leap 15. Moreover we fix
some indentation issues and also switch the default distro to Leap 15
since 42.1 has been EOL'd long time ago.
Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-08 09:23:02 +01:00
Christian Brauner
706561d441
Merge pull request #8 from LicoMonch/master
...
fedora: support Fedora 28
2018-06-06 17:02:07 +02:00
Andreas Freudenberg
92fd4dd9ad
fedora: support Fedora 28
...
Signed-off-by: Andreas Freudenberg <andreas.freudenberg@licomonch.net>
2018-06-06 16:55:21 +02:00
Stéphane Graber
5c81c94886
Release lxc-templates 3.0.1
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-06-01 14:01:08 -04:00
Christian Brauner
07632524ae
Merge pull request #3 from mar-kolya/sshd-template-fixes
...
Sshd template fixes
2018-05-12 02:55:31 +02:00
Nikolay Martynov
dcd92c8556
Pass $name
to init.lxc
...
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
2018-05-11 20:40:19 -04:00
Nikolay Martynov
5e7e741c1b
Use lxc.autodev
...
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
2018-05-11 20:40:17 -04:00
Stéphane Graber
69ac044bbe
Release lxc-templates 3.0.0
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-03-26 23:42:58 -04:00
Christian Brauner
c9c9203a2d
Merge pull request #1 from tenforward/plamo
...
plamo: Add support for Plamo 7.x
2018-03-01 11:12:38 +01:00
KATOH Yasufumi
c21d6188c0
plamo: Add support for Plamo 7.x
...
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
2018-03-01 18:22:44 +09:00
Stéphane Graber
67d7a42fcb
Release 3.0.0.beta1
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-02-28 19:07:22 -05:00
Stéphane Graber
cb2e0841e6
Drop busybox (still in main repo)
...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-02-28 19:05:25 -05:00
Christian Brauner
711ed73634
initial commit
...
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-02-21 18:15:08 +01:00