Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Using more common sign extension for detached gpg signatures in container ↵ | Daniel Baumann | 2020-03-08 | 1 | -5/+5 | |
| | | | | | | curl create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting call of post hooks in container start program to make them ↵ | Daniel Baumann | 2020-03-08 | 1 | -9/+9 | |
| | | | | | | actually work, thanks to Simon Spoehel <simon@spoehel.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Harmonizing hooks. | Daniel Baumann | 2020-03-01 | 2 | -3/+45 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding post-start hook to set nvidia device ownership. | Daniel Baumann | 2020-03-01 | 1 | -0/+8 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting permissions of pre-start.unlink-console.sh hook. | Daniel Baumann | 2020-03-01 | 1 | -0/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20200121.v20200121 | Daniel Baumann | 2020-01-21 | 2 | -1/+10 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Updating copyright notices for 2020. | Daniel Baumann | 2020-01-21 | 49 | -49/+49 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding verbose option for container start command. | Daniel Baumann | 2020-01-16 | 3 | -3/+10 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Fixing FTBFS with newer asciidoc versions. | Daniel Baumann | 2019-11-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20191104.v20191104 | Daniel Baumann | 2019-11-04 | 2 | -1/+9 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding default hook to unlink console prior start when bindmounting /dev ↵ | Daniel Baumann | 2019-11-04 | 2 | -0/+11 | |
| | | | | | | (e.g. in GPU computing cases). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Tightening Address lookup in container list command for systemd-networkd to ↵ | Daniel Baumann | 2019-09-19 | 1 | -1/+1 | |
| | | | | | | not display MACAdresses instead of IPs. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20190811.v20190811 | Daniel Baumann | 2019-08-11 | 2 | -1/+18 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Fixing the debconf script to use the bind-ro string when preseeding. | Simon Spöhel | 2019-08-11 | 1 | -0/+7 | |
| | | | | | Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Fixing a bug where only the last item in lists passed via CLI was evaluated. | Simon Spöhel | 2019-08-11 | 1 | -9/+9 | |
| | | | | | Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Fixing a bug where directories were not created for --bind-ro. | Simon Spöhel | 2019-08-11 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing stray veth links when stopping containers with force. | Daniel Baumann | 2019-08-11 | 1 | -0/+11 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing stray veth links when starting containers with force. | Daniel Baumann | 2019-08-11 | 1 | -0/+7 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Updating interfaces example configuration in host-setup documentation. | Daniel Baumann | 2019-08-11 | 1 | -4/+4 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Simplifying trap handling in debconf container create script. | Daniel Baumann | 2019-08-11 | 1 | -8/+6 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Cosmetically fixing internal preseed file when using the progress-linux package. | Daniel Baumann | 2019-07-17 | 1 | -2/+2 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting whitespace error in include handling that broke debconf container ↵ | Daniel Baumann | 2019-04-13 | 1 | -1/+1 | |
| | | | | | | create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20190413.v20190413 | Daniel Baumann | 2019-04-13 | 2 | -1/+17 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Using trap function to unmount bind mounts etc. on exit with or without error. | Daniel Baumann | 2019-04-13 | 1 | -105/+123 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Unmount bind mounts in reverse order to allow nested bind mounts. | Nik Lutz | 2019-04-12 | 1 | -2/+4 | |
| | | | | | Signed-off-by: Nik Lutz <nik@netstyle.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting typo when disabling IPv6 RA in debconf container create script, ↵ | Daniel Baumann | 2019-04-12 | 1 | -1/+1 | |
| | | | | | | thanks to Simon Spöhel <simon@spoehel.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting syntax error in container bash-completion. | Daniel Baumann | 2019-04-12 | 1 | -0/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Including gnupg explicitly in debconf container create command, thanks to ↵ | Daniel Baumann | 2019-04-12 | 1 | -0/+3 | |
| | | | | | | Nik Lutz <nik@netstyle.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing explicit protocol for IP adresses in container list command. | Daniel Baumann | 2019-04-12 | 1 | -5/+5 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20190319.v20190319 | Daniel Baumann | 2019-03-19 | 2 | -1/+14 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding initial support for IPv6 in debconf container create script. | Daniel Baumann | 2019-03-19 | 4 | -71/+401 | |
| | | | | | | | Note that this also removes support for non-CIDR IPv4 subnetmasks, e.g. '255.255.255.0' now has to be specified as '24'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Using C.UTF-8 in container enter command as fallback locale. | Daniel Baumann | 2019-03-09 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20190304.v20190304 | Daniel Baumann | 2019-03-04 | 2 | -1/+12 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting variable name in makefile. | Daniel Baumann | 2019-03-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Correcting version strings in changelog. | Daniel Baumann | 2019-03-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Readding curl container create script. | Daniel Baumann | 2019-03-02 | 5 | -0/+690 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Readding limit command. | Daniel Baumann | 2019-03-02 | 6 | -11/+433 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Readding key command. | Daniel Baumann | 2019-03-02 | 4 | -0/+247 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Releasing version 20190301.v20190301 | Daniel Baumann | 2019-03-02 | 2 | -1/+26 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Moving container-images.sh to website. | Daniel Baumann | 2019-03-02 | 1 | -64/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Moving asciicast to the website. | Daniel Baumann | 2019-03-02 | 2 | -138/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing a few fixmes that are not needed anymore. | Daniel Baumann | 2019-03-02 | 6 | -29/+3 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Updating list of container shortcut commands. | Daniel Baumann | 2019-03-02 | 13 | -14/+21 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Updating list of container commands to be logged. | Daniel Baumann | 2019-03-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing curl container create script until its completly tested. | Daniel Baumann | 2019-03-02 | 5 | -690/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing limit command until its completly tested. | Daniel Baumann | 2019-03-02 | 6 | -434/+11 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing key command until its completly tested. | Daniel Baumann | 2019-03-02 | 4 | -247/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding support for using mmdebstrap in container debootstrap create script. | Daniel Baumann | 2019-03-02 | 3 | -10/+27 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding same internal name strings in all scripts. | Daniel Baumann | 2019-02-26 | 2 | -0/+2 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing some dead code in container create scripts. | Daniel Baumann | 2019-02-26 | 2 | -6/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |