1
0
Commit Graph

9 Commits

Author SHA1 Message Date
0314b5ca93 feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
8c49680675 feat: add container timeout parameter to kernel command 2023-05-26 17:01:53 +00:00
bcf8de336f feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
065aca24b0 fix: fill config value in case of default directory 2023-05-13 15:56:54 +00:00
baf282ec2c fix: typo 2023-05-13 15:56:11 +00:00
9d1bbcc288 feat: support changing dotdir 2023-05-13 15:45:21 +00:00
935266c850 Add alecthomas/kong support for config 2023-01-30 20:42:22 +00:00
5bad772125 Support custom docker commands
Resolves #17
2019-08-30 00:05:50 +00:00
12b5bd2a99 Introduce global configuration file 2019-08-29 21:12:24 +00:00