Added
* Support for base images (`FROM scratch`) was added, https://github.com/cekit/cekit/issues/487
Read more about this feature in the [documentation](https://docs.cekit.io/en/3.7.0/handbook/scratch.html).
Fixed
* Muti-stage build fixes for the OSBS builder, https://github.com/cekit/cekit/issues/649
* Clarification in the [multi-stage builds documentation](https://docs.cekit.io/en/3.7.0/handbook/multi-stage.html) of what keys in image definition are useful in this type of build, https://github.com/cekit/cekit/issues/647
* Proper support for [package managers](https://docs.cekit.io/en/3.7.0/descriptor/image.html#package-manager) in builder images when executing multi-stage builds, https://github.com/cekit/cekit/issues/646
* Fixed handling of overrides when executing multistage builds. Now these are applied to every image (builder images and resulting image), https://github.com/cekit/cekit/issues/648
* Fixed handling of [image source artifacts](https://docs.cekit.io/en/3.7.0/descriptor/image.html#image-source-artifacts), https://github.com/cekit/cekit/issues/642
Changed
* Default license text was removed from generated `Dockerfile`, https://github.com/cekit/cekit/issues/405