1
0

Remove bootstrap, download images on-demand

This commit is contained in:
2019-08-20 09:09:38 +00:00
parent 86ad71f230
commit 1ffd68601c
10 changed files with 160 additions and 130 deletions

View File

@ -53,6 +53,9 @@
- Added ability to change amount of memory/CPUs and set qemu timeout
in artifact definition (`.out-of-tree.toml`).
- Now images downloading while `kernel autogen`, bootstrap is not
required anymore.
### Changed
- Now if there's no base image found — out-of-tree will try to use
@ -79,6 +82,9 @@
- *Kernel factory* is removed completely in favor of incremental
Dockerfiles.
- `bootstrap` is not doing anything anymore. It'll be removed in next
release.
### Fixed
- Command `timeout` is not required anymore.