diff --git a/README.md b/README.md index 3483fad..877914d 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,11 @@ SLE BCI-Minimal comes without Zypper, but it does have the RPM package manager installed. While RPM can install and remove packages, it lacks support for repositories and automated dependency resolution. The SLE BCI-Minimal image is therefore intended for creating deployment containers, and then installing the desired RPM packages inside the containers. While you can install the required dependencies, you need to download and resolve them manually. However, this approach is not recommended as it is prone to errors. -## License - SPDX-License-Identifier: MIT \ No newline at end of file +## Licensing +`SPDX-License-Identifier: MIT` + +The build recipe and this documentation is licensed as MIT. +The container itself contains various software components under various open source licenses listed in the associated +Software Bill of Materials (SBOM). + +This image is based on [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/). diff --git a/minimal-image.changes b/minimal-image.changes index f55959d..cce52fd 100644 --- a/minimal-image.changes +++ b/minimal-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 17:37:20 UTC 2024 - Dirk Mueller + +- add a shared licensing footer to the base container READMEs + ------------------------------------------------------------------- Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller