- 02 Jan, 2017 1 commit
-
-
Reto Gantenbein authored
Signed-off-by:Reto Gantenbein <reto.gantenbein@linuxmonk.ch>
-
- 01 Jan, 2017 1 commit
-
-
Reto Gantenbein authored
Signed-off-by:Reto Gantenbein <reto.gantenbein@linuxmonk.ch>
-
- 31 Dec, 2016 2 commits
-
-
Reto Gantenbein authored
Heavily refactored version of the Fedora container creation template. Removed compatibility to unsupported Fedora releases including sysvinit and yum stuff. Added new commandline arguments found in other templates: --mirror : To set custom HTTP(s) Fedora download mirror --packages : List of custom packages to install into a new container --debug : Run with shell script with 'set -x' There are also some new environment variables which can be used to customize the template behaviour. See --help output. Supports Fedora >=24. By default Fedora 25 will be installed except on Fedora hosts, where the host release is taken. To simplify the code path (or at least not make it more complex) all non-Fedora hosts will now use the LiveOS-image based bootstrap environment even when they would natively support rpm, yum or even dnf (e.g. Gentoo, CentOS). Mainly runs systemd services by default (journald, networkd, resolved logind). Signed-off-by:Reto Gantenbein <reto.gantenbein@linuxmonk.ch>
-
Reto Gantenbein authored
Signed-off-by:Reto Gantenbein <reto.gantenbein@linuxmonk.ch>
-
- 19 Dec, 2016 1 commit
-
-
Christian Brauner authored
Add --enable-gnutls option
-
- 18 Dec, 2016 1 commit
-
-
Fabrice Fontaine authored
Previously HAVE_LIBGNUTLS was never set in config.h even if gnutls was detected as AC_CHECK_LIB default action-if-found was overriden by enable_gnutls=yes This patch adds an --enable-gnutls option and will call AC_CHECK_LIB with the default action to write HAVE_LIBGNUTLS in config.h Signed-off-by:Fabrice Fontaine <fabrice.fontaine@orange.com>
-
- 16 Dec, 2016 1 commit
-
-
Serge Hallyn authored
confile: support the network link string pattern matching
-
- 15 Dec, 2016 5 commits
-
-
Christian Brauner authored
do not set insecure passwords
-
Christian Brauner authored
OpenSUSE systemd fixes
-
Evgeni Golov authored
Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
Evgeni Golov authored
Given commit 330ae3d3: lxccontainer: detect if we should send SIGRTMIN+3 This is required by systemd to cleanly shutdown. Other init systems should not have SIGRTMIN+3 in the blocked signals set. we should stop poking around with sigpwr.target for systemd. Signed-off-by:
Evgeni Golov <evgeni@debian.org>
-
Evgeni Golov authored
it might not even be there… Signed-off-by:Evgeni Golov <evgeni@debian.org>
-
- 13 Dec, 2016 1 commit
-
-
fli authored
Enable lxc network config support the following type and link: lxc.network.type = phys lxc.network.link = eth+ Here, the suffix '+' will trigger a string pattern matching and when lxc find any network interfaces name prefixed with "eth" such as "eth0", "eth1", "ethxxxx" and so on, it will try to move them into the container's namespace; If it didn't find any matching, it would do nothing for this configure line. Signed-off-by:fli <fupan.li@windriver.com>
-
- 12 Dec, 2016 8 commits
-
-
Christian Brauner authored
templates: update openSUSE release to 42.2
-
Christian Brauner authored
Debian: powerpc and architecture fixes
-
Terzeus S. Dominguez authored
Removed libgcc_s1 because it breaks container building for openSUSE. Related: openSUSE/obs-build#188 Signed-off-by:Terzeus S. Dominguez <tsdmgz@gmail.com>
-
Santiago Ruano Rincón authored
Signed-off-by:
Santiago Ruano Rincón <santiago@debian.org> Signed-off-by:
Evgeni Golov <evgeni@debian.org>
-
Santiago Ruano Rincón authored
Signed-off-by:
Santiago Ruano Rincón <santiago@debian.org> Signed-off-by:
Evgeni Golov <evgeni@debian.org>
-
Terzeus S. Dominguez authored
Uncommented lxc.aa_profile = unconfined. Otherwise, container fails to start up. Signed-off-by:Terzeus S. Dominguez <tsdmgz@gmail.com>
-
Terzeus S. Dominguez authored
Signed-off-by:Terzeus S. Dominguez <tsdmgz@gmail.com>
-
Terzeus S. Dominguez authored
Aside from adding a 42.2 option, $DISTRO comparisons for Leap have been changed [ exp ] => [[ exp ]] to accomodate pattern matching for future releases. Signed-off-by:Terzeus S. Dominguez <tsdmgz@gmail.com>
-
- 10 Dec, 2016 2 commits
-
-
Stéphane Graber authored
conf, attach: save errno across call to close
-
Wolfgang Bumiller authored
Save errno across some calls to close() since it can be interrupted. Signed-off-by:Wolfgang Bumiller <wry.git@bumiller.com>
-
- 09 Dec, 2016 1 commit
-
-
Stéphane Graber authored
attach: close lsm label file descriptor
-
- 08 Dec, 2016 3 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
templates: fix getty service startup
-
- 06 Dec, 2016 3 commits
-
-
Stéphane Graber authored
tools: account for different architectures
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
attach batch mode with -b flag which prints csv output with a timestamp
-
- 05 Dec, 2016 1 commit
-
-
martin authored
Signed-off-by:martin <martin@attivio.com>
-
- 03 Dec, 2016 1 commit
-
-
Christian Brauner authored
tests; Don't cause test failures on cleanup errors
-
- 02 Dec, 2016 4 commits
-
-
Stéphane Graber authored
conf: clearly report to either use drop or keep
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
tools: lxc-start: set configfile after load_config
-
Wolfgang Bumiller authored
Same change as in 6118210e which was missing in lxc-start and back then is_defined() wasn't being called. Signed-off-by:
Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 01 Dec, 2016 1 commit
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 29 Nov, 2016 3 commits
-
-
Stéphane Graber authored
state: use async signal safe fun in lxc_wait()
-
Stéphane Graber authored
log: make sure that date is correctly formatted
-
Stéphane Graber authored
tree-wide: random macro cleanups
-