1
0
Fork 0
Commit Graph

21 Commits (master)

Author SHA1 Message Date
dump_stack() 451566d27f
fix: do not rebuild existing containers w/o files 2024-02-21 18:16:51 +00:00
dump_stack() 0314b5ca93
feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
dump_stack() a6944050cc
feat: implement openSUSE 42+ support 2023-06-15 16:30:12 +00:00
dump_stack() b24008ad3f
fix: typo 2023-05-25 12:48:25 +00:00
dump_stack() a930b8d9b8
fix: typo 2023-05-25 12:46:21 +00:00
dump_stack() e18ddf8a11
fix: install kernel-firmware package on centos6 2023-05-25 12:42:16 +00:00
dump_stack() 9a5a42202e
feat: add linux-firmware to centos container 2023-05-25 12:05:32 +00:00
dump_stack() e2d66db16f
feat: add kernel install to distro interface 2023-05-23 22:36:46 +00:00
dump_stack() daaef89050
feat: add kernels list to distro interface 2023-05-23 22:00:20 +00:00
dump_stack() c6e06d8e3e
feat: multiple commands to run in container 2023-05-23 20:46:09 +00:00
dump_stack() 7ca989fd8d
feat: use distro info to create the container 2023-05-23 16:54:45 +00:00
dump_stack() f2ce20e53b
feat: change interface from ID()/Release() to Distro() with both 2023-05-23 16:26:36 +00:00
dump_stack() a1999115db
refactor: move container generation to distro modules 2023-05-23 13:20:48 +00:00
dump_stack() fa5d0adb39
feat: implement global docker timeout 2023-05-22 14:41:00 +00:00
dump_stack() c076db3505
fix: avoid stderr 2023-05-22 06:01:40 +00:00
dump_stack() f0c82f9289
feat: implement list of available distros 2023-05-18 22:02:41 +00:00
dump_stack() 120fcdc56b
feat: initial implementation of distro interface 2023-05-18 21:37:07 +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() 4eed03ec2a
fix: install/remove kernel in one layer 2023-05-18 10:50:24 +00:00
dump_stack() 3cd901b1be
fix: add appstream repo for centos8, refactor 2023-05-18 10:37:59 +00:00