1
0
forked from pool/minimal-image

[info=d872638f46a90fdd27cc0c92f88b3051]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/minimal-image?expand=0&rev=74
This commit is contained in:
Dan Čermák 2024-03-22 17:31:47 +00:00 committed by Git OBS Bridge
parent dc2462674a
commit 39c1b0deea
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# The openSUSE Tumbleweed BCI openSUSE Tumbleweed Minimal Container image # SLE BCI-Minimal: Container image without Zypper
openSUSE Tumbleweed Minimal container based on the openSUSE Tumbleweed Base Container Image. 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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- add readme and logo urls
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák <dcermak@suse.com> Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák <dcermak@suse.com>

View File

@ -40,6 +40,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/> <label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
<label name="org.opencontainers.image.url" value="https://www.opensuse.org"/> <label name="org.opencontainers.image.url" value="https://www.opensuse.org"/>
<label name="io.artifacthub.package.readme-url" value="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/minimal-image/README.md"/> <label name="io.artifacthub.package.readme-url" value="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/minimal-image/README.md"/>
<label name="io.artifacthub.package.logo-url" value="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"/>
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/> <label name="org.openbuildservice.disturl" value="%DISTURL%"/>