|
a1999115db
|
refactor: move container generation to distro modules
|
2023-05-23 13:20:48 +00:00 |
|
|
fa5d0adb39
|
feat: implement global docker timeout
|
2023-05-22 14:41:00 +00:00 |
|
|
c076db3505
|
fix: avoid stderr
|
2023-05-22 06:01:40 +00:00 |
|
|
f0c82f9289
|
feat: implement list of available distros
|
2023-05-18 22:02:41 +00:00 |
|
|
120fcdc56b
|
feat: initial implementation of distro interface
|
2023-05-18 21:37:07 +00:00 |
|
|
73f5df2425
|
feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched
from
[[targets]]
distro = { id = "Ubuntu", release = "18.04" }
release_mask = ".*"
to
[[targets]]
distro = { id = "Ubuntu", release = "18.04" }
kernel = { regex = ".*" }
|
2023-05-18 18:48:09 +00:00 |
|
|
d551cc8fc4
|
refactor: use the same name as in config
|
2023-05-18 18:27:51 +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 |
|
|
407c1a7975
|
refactor: move oracle linux install/cleanup to module
|
2023-05-18 11:42:25 +00:00 |
|
|
ef35743579
|
refactor: move oraclelinux/ubuntu kernels match to modules
|
2023-05-18 11:28:06 +00:00 |
|
|
71c2b2001c
|
refactor: move oracle linux runs/envs to module
|
2023-05-18 11:08:23 +00:00 |
|