1
0
Fork 0
Commit Graph

9 Commits (master)

Author SHA1 Message Date
dump_stack() 0314b5ca93
feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
dump_stack() 8c49680675
feat: add container timeout parameter to kernel command 2023-05-26 17:01:53 +00:00
dump_stack() 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
dump_stack() 065aca24b0
fix: fill config value in case of default directory 2023-05-13 15:56:54 +00:00
dump_stack() baf282ec2c
fix: typo 2023-05-13 15:56:11 +00:00
dump_stack() 9d1bbcc288
feat: support changing dotdir 2023-05-13 15:45:21 +00:00
dump_stack() 935266c850
Add alecthomas/kong support for config 2023-01-30 20:42:22 +00:00
dump_stack() 5bad772125
Support custom docker commands
Resolves #17
2019-08-30 00:05:50 +00:00
dump_stack() 12b5bd2a99
Introduce global configuration file 2019-08-29 21:12:24 +00:00