Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-23 | Adding initial image support in container debconf build-scripts. | Daniel Baumann | 3 | -24/+202 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-10-23 | Renaming internal bootstrap function to be more generic in debconf build-script. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-10-23 | Removing curl pre-http2 option handling. | Daniel Baumann | 1 | -9/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-10-15 | Removing machine-id from cache to fix re-using it amongst all generated ↵ | Daniel Baumann | 1 | -0/+3 | |
containers, thanks to Sakirnth Nagarasa <sakirnth@debian.org>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-10-02 | Also passing root as sandbox user to mmdebstrap in build scripts. | Daniel Baumann | 2 | -2/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-10-02 | Also passing explicit directory output-format to mmdebstrap in build scripts. | Daniel Baumann | 2 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-09-17 | Adding force and interactive options to container restart command. | Daniel Baumann | 1 | -0/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-07-04 | Reverting adding LinkLocalAddressing=no to ipv6 interfaces as its only ↵ | Daniel Baumann | 1 | -2/+0 | |
desirable on container bridges but breaks a few other things in normal containers. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-07-04 | Updating links about related articles in compute-tools manpage. | Daniel Baumann | 1 | -0/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-05 | Setting default for cnt.auto to last-on in debconf build scripts. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-05 | Renaming force option in container stop command to kill in order to properly ↵ | Daniel Baumann | 2 | -3/+10 | |
separate the three different stop modi (interactive, force, kill). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-05 | Adding default interactive mode for container stop command. | Daniel Baumann | 2 | -1/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-05 | Correcting container status bash-completion to complete on all containers ↵ | Daniel Baumann | 1 | -1/+1 | |
rather than only stopped ones. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-04 | Adding LinkLocalAddressing=no to ipv6 interfaces. | Daniel Baumann | 1 | -0/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-04 | Adding new 'stub' network interface method in debconf build-script, thanks ↵ | Daniel Baumann | 3 | -2/+47 | |
to Sakirnth Nagarasa <sakirnth@gmail.com> for the use-case and idea. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-06-04 | Adding missing dhcp option in select question of the debconf build script. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-30 | Adding --name option in container-info manpage. | Daniel Baumann | 1 | -0/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-09 | Correcting wrong preseed-file handling for new links directory in container ↵ | Daniel Baumann | 1 | -1/+1 | |
build script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-08 | Explicitly prefering links subdirectory over other locations withint debconf ↵ | Daniel Baumann | 1 | -3/+10 | |
hierarchy in debconf build scripts. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-08 | Excluding /etc/compute-tools/debconf/links from being shown in preseed file ↵ | Daniel Baumann | 1 | -2/+3 | |
selection dialog to declutter automatization symlinks from real templates. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-08 | Using versioned sort when sorting debconf templates. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-08 | Adding comments about debconf hierarchy in debconf build script. | Daniel Baumann | 1 | -0/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-05 | Readding old ifupdown documentation for the time being. | Daniel Baumann | 2 | -3/+236 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-01 | Updating copyright notices for 2022. | Daniel Baumann | 42 | -42/+42 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-01 | Correcting wrong shortlink for container restart command (rs instead of rt). | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-05-01 | Adding container rebuild command. | Daniel Baumann | 3 | -0/+112 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2022-04-30 | Updating documentation for systemd-networkd. | Simon Spöhel | 1 | -93/+77 | |
Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-12-10 | Adding interactive option to container update command to ease skipping ↵ | Daniel Baumann | 1 | -0/+3 | |
containers. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-11-13 | Replacing individual needrestart overrides by globally blacklisting ↵ | Daniel Baumann | 2 | -3/+6 | |
container-tools service units. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-11-03 | Adding needrestart restart scripts. | Daniel Baumann | 1 | -0/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-11-02 | Also removing config file stub when exiting debconf build script. | Daniel Baumann | 1 | -0/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-11-02 | Renaming internal config variable to more suitable debconf in debconf build ↵ | Daniel Baumann | 1 | -10/+10 | |
script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-11-02 | Sorting preseed-file options in debconf build script. | Daniel Baumann | 1 | -4/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-11-02 | Adding 'exit' in debconf build script, thanks to Katharina. | Daniel Baumann | 1 | -1/+5 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-27 | Updating container update options in bash-completion. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-27 | Adding boliderplate variables in post-start.chown-nvidia.sh example hook for ↵ | Daniel Baumann | 1 | -0/+4 | |
consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-27 | Supporting /etc/compute-tools/container.conf.d. | Daniel Baumann | 3 | -9/+15 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-27 | Suffixing keys with keyid in container keyring samples for transparency and ↵ | Daniel Baumann | 2 | -0/+0 | |
uniqueness of the keys. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-27 | Adding container update command. | Daniel Baumann | 3 | -0/+130 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Correcting synopsis in container-run manpage. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Using sig instead of sign as gpg signature extension for container images. | Daniel Baumann | 2 | -10/+10 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Support fetching remote keys from keyserver in container key command. | Daniel Baumann | 1 | -2/+21 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Adding sensible default lookups for container key bash-completion. | Daniel Baumann | 1 | -3/+19 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Updating example key in container key manpage examples. | Daniel Baumann | 1 | -3/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Updating default keyserver for container key command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Adding example public keys. | Daniel Baumann | 2 | -0/+66 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Adding container get command. | Daniel Baumann | 4 | -4/+202 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Making previous container curl create script a container get script. | Daniel Baumann | 5 | -27/+22 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Renaming container create command to container build. | Daniel Baumann | 20 | -102/+102 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2021-07-26 | Updating container-image example build script for current debian releases. | Daniel Baumann | 1 | -3/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |