|
852680e944
|
feat: remove default timeout
|
2023-05-26 16:57:57 +00:00 |
|
|
673b273593
|
feat: set the default container timeout to 8min
|
2023-05-26 16:22:02 +00:00 |
|
|
603f1c3654
|
fix: always update containerfile if it is to build
|
2023-05-26 14:22:14 +00:00 |
|
|
abcf2c1013
|
fix: support updating containers
|
2023-05-24 16:43:25 +00:00 |
|
|
bff4422098
|
feat: update existing container in case of containerfile changes
|
2023-05-24 09:08:31 +00:00 |
|
|
daaef89050
|
feat: add kernels list to distro interface
|
2023-05-23 22:00:20 +00:00 |
|
|
c1ec4add81
|
refactor: move kernelinfo to distro module
|
2023-05-23 21:33:50 +00:00 |
|
|
c6e06d8e3e
|
feat: multiple commands to run in container
|
2023-05-23 20:46:09 +00:00 |
|
|
7ca989fd8d
|
feat: use distro info to create the container
|
2023-05-23 16:54:45 +00:00 |
|
|
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 |
|
|
2fe3103603
|
refactor: add volume list
|
2023-05-22 14:28:28 +00:00 |
|
|
b02da8adeb
|
fix: typo
|
2023-05-21 20:39:52 +00:00 |
|
|
31b0945a15
|
fix: use the default config dirs provider
|
2023-05-21 20:31:47 +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 |
|
|
de5ebd6455
|
feat: mount container volumes based on kernel info
|
2023-05-14 21:39:41 +00:00 |
|
|
42be5161d8
|
feat: define container volumes as a structure
|
2023-05-14 21:24:01 +00:00 |
|
|
bb676fa491
|
fix: incorrect comment about valid releases
|
2023-05-14 07:27:07 +00:00 |
|
|
78626c10af
|
feat: get container path relative to config dir
|
2023-05-14 07:24:49 +00:00 |
|
|
ebc597ff0b
|
refactor: move container functions to submodule
|
2023-05-13 10:14:45 +00:00 |
|