2024-05-15 21:41:23 +02:00
|
|
|
# openSUSE Tumbleweed BCI Minimal: Base Container image without Zypper
|
2024-05-07 21:10:04 +02:00
|
|
|
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
|
2024-01-17 15:32:32 +01:00
|
|
|
|
2024-05-08 18:28:51 +02:00
|
|
|
|
|
|
|
## Description
|
|
|
|
This image comes without Zypper, but it does have the RPM package manager installed.
|
2024-05-07 21:10:04 +02:00
|
|
|
While RPM can install and remove packages, it lacks support for repositories and automated dependency resolution.
|
2024-05-08 18:28:51 +02:00
|
|
|
It is therefore intended for creating deployment containers, and then installing the desired
|
2024-05-07 21:10:04 +02:00
|
|
|
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.
|
2024-03-22 18:31:47 +01:00
|
|
|
|
2024-04-05 11:33:10 +02:00
|
|
|
## 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/).
|