1
0
Fork 0
Commit Graph

8 Commits (31b0945a153bd2337f948b4f382cfcf2e13b94cf)

Author SHA1 Message Date
dump_stack() 31b0945a15
fix: use the default config dirs provider 2023-05-21 20:31:47 +00:00
dump_stack() d551cc8fc4
refactor: use the same name as in config 2023-05-18 18:27:51 +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() de5ebd6455
feat: mount container volumes based on kernel info 2023-05-14 21:39:41 +00:00
dump_stack() 42be5161d8
feat: define container volumes as a structure 2023-05-14 21:24:01 +00:00
dump_stack() bb676fa491
fix: incorrect comment about valid releases 2023-05-14 07:27:07 +00:00
dump_stack() 78626c10af
feat: get container path relative to config dir 2023-05-14 07:24:49 +00:00
dump_stack() ebc597ff0b
refactor: move container functions to submodule 2023-05-13 10:14:45 +00:00