aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/lxc: check that rootfs is not on tmpfsNatanael Copa2015-12-151-4/+4
| | | | fixes #4794
* main/lxc: clean up dependsNatanael Copa2015-11-301-3/+4
| | | | | | | only lxc-templates needs tar and bash We also need to add those to makedepends so they will be built before lxc during bootstrapping.
* main/lxc: add GNU tar depends for unprivileged containersStuart Cardall2015-11-301-1/+1
| | | | | | | The lxc download template for unprivileged containers requires 'tar --anchored' which is not possible with Busybox tar. Adds depends for GNU tar.
* main/lxc: update to 1.1.5Stuart Cardall2015-11-131-9/+13
| | | | | | | | | | | This is the fifth bugfix release for LXC 1.1. https://linuxcontainers.org/lxc/news/ setproctile patch is already commited upstream: https://github.com/lxc/lxc/commit/2681c0e7eae2c4008fc6bc79a4c128cbaca8beab download-template patch fixes the download directory if /tmp is mounted separately (& is therefore probably either a tmpfs / zram or mounted noexec).
* main/lxc: security fix for CVE-2015-1335Eivind Uggedal2015-09-301-1/+5
|
* main/lxc: fix jumboframes in containersNatanael Copa2015-08-281-1/+5
|
* main/lxc: upgrade to 1.1.3Natanael Copa2015-08-261-9/+5
|
* main/lxc: bumped pkgrelFrancesco Colista2015-07-071-1/+1
|
* main/lxc: add gzip depends (for lxc-checkconfig)Stuart Cardall2015-07-071-1/+1
| | | | fixes http://sprunge.us/AjHH (lxc-checkconfig missing zgrep)
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-4/+4
|
* main/lxc: fix /dev/shm in alpine templateNatanael Copa2015-04-241-1/+5
|
* main/lxc: upgrade to 1.1.2Natanael Copa2015-04-241-4/+4
|
* main/lxc: upgrade to 1.1.1Łukasz Jendrysik2015-03-231-4/+5
|
* main/lxc: upgrade to 1.1.0Natanael Copa2015-02-031-21/+9
|
* main/lxc: upgrade to 1.0.7Natanael Copa2014-12-071-17/+8
|
* main/lxc: add support for lxc's autostart featureNatanael Copa2014-12-021-4/+4
| | | | | | | | | | | this makes it possible to mark which containers you want to be autostarted in the container config and then use /etc/init.d/lxc start to start them all same with stop/reboot.
* main/lxc: fixes for alpine templateNatanael Copa2014-12-011-4/+12
| | | | | - make sure /dev/shm is world writable - create a defatul tty for console
* main/lxc: backport openvswitch bridge supportNatanael Copa2014-10-131-4/+18
| | | | remove unused patches while at it
* main/lxc: upgrade to 1.0.6Natanael Copa2014-09-291-4/+5
|
* main/lxc: upgrade to 1.0.5Natanael Copa2014-07-231-4/+4
|
* main/lxc: update to 1.0.4Stuart Cardall2014-06-191-9/+5
| | | | | | quite a few bug fixes in 1.0.4: https://linuxcontainers.org/news/
* main/lxc: backport support for all iX86 strings for lxc.archNatanael Copa2014-05-221-8/+8
| | | | ref #2843
* main/lxc: upgrade to 1.0.3Bartłomiej Piotrowski2014-04-241-5/+5
|
* main/lxc: set correct lxc_arch for x86Carlo Landmeter2014-04-151-4/+8
| | | | | | reported https://github.com/lxc/lxc/pull/201 refs #2843
* main/lxc: upgrade to 1.0.2Natanael Copa2014-03-271-4/+4
|
* main/lxc: - version bump to 1.0.1Stuart Cardall2014-03-121-5/+5
| | | | LXC version bump to 1.0.1 (with correct $pkgrel of 0)
* main/lxc: bump pkgrel and checksumNatanael Copa2014-03-101-4/+4
|
* main/lxc: improve init scriptNatanael Copa2014-02-271-4/+4
| | | | | Use lxc-wait instead of letting start-stop-daemon look for the pid. This should speed up the startup with up to 500ms.
* main/lxc: fix abuild smartnessCarlo Landmeter2014-02-211-1/+7
|
* main/lxc: upgrade to 1.0Carlo Landmeter2014-02-211-13/+6
|
* main/lxc: fix .so versionNatanael Copa2014-02-201-2/+6
| | | | Fix version to a format that apk-tools understands
* main/lxc: upgrade to 1.0.0_rc4Natanael Copa2014-02-201-74/+39
|
* main/lxc: correct deps and typoCarlo Landmeter2014-02-171-3/+3
|
* main/lxc: add lvm supportCarlo Landmeter2014-02-171-2/+13
|
* main/lxc: another build fix for muslNatanael Copa2014-02-041-1/+5
|
* main/lxc: lxc-alpine: mount tmpfs on /dev/shmKaarle Ritvanen2014-01-291-1/+5
|
* main/lxc: lxc-alpine: copy /etc/TZ to container if presentKaarle Ritvanen2014-01-261-1/+5
|
* main/lxc: fix musl build againTimo Teräs2013-12-251-1/+1
|
* main/lxc: add various fixes for alpine template and improve init.d messagesNatanael Copa2013-10-241-4/+26
| | | | ref #2293
* main/lxc: update download urlNatanael Copa2013-10-211-1/+1
|
* main/lxc: start service after networking and firewallNatanael Copa2013-10-151-4/+4
|
* main/lxc: fix uclibc build after musl fixTimo Teräs2013-10-101-4/+4
|
* main/lxc: fix musl build, add arm support to alpine templateTimo Teräs2013-10-091-1/+10
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* main/lxc: fix /dev/zero on container createNatanael Copa2013-08-281-1/+5
| | | | ref #2226
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/lxc: backport alpine template from gitNatanael Copa2013-07-251-1/+5
| | | | so we get --release support
* main/lxc: upgrade to 0.9.0Natanael Copa2013-04-151-39/+14
|
* main/lxc: misc fixes for lxc-alpine templateNatanael Copa2013-02-131-4/+4
|
* main/lxc: misc fixesNatanael Copa2013-02-091-7/+11
| | | | | | - fix typo fro previous commit - fix lxc-ls to work with busybox find - comment out lxc.network.name for now as it does not seem to work