Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micro-image for openSUSE:Factory checked in at 2024-03-25 21:08:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micro-image (Old) and /work/SRC/openSUSE:Factory/.micro-image.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micro-image" Mon Mar 25 21:08:09 2024 rev:8 rq:1160853 version:2024 Changes: -------- --- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes 2024-01-18 21:53:13.988391386 +0100 +++ /work/SRC/openSUSE:Factory/.micro-image.new.1905/micro-image.changes 2024-03-25 21:10:27.262153379 +0100 @@ -1,0 +2,5 @@ +Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller <[email protected]> + +- add readme and logo urls + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ micro-image.kiwi ++++++ --- /var/tmp/diff_new_pack.1sl51z/_old 2024-03-25 21:10:28.206188041 +0100 +++ /var/tmp/diff_new_pack.1sl51z/_new 2024-03-25 21:10:28.210188188 +0100 @@ -40,6 +40,7 @@ <label name="org.opencontainers.image.source" value="%SOURCEURL%"/> <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/micro-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-micro:%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.openbuildservice.disturl" value="%DISTURL%"/> ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.1sl51z/_old 2024-03-25 21:10:28.250189656 +0100 +++ /var/tmp/diff_new_pack.1sl51z/_new 2024-03-25 21:10:28.254189803 +0100 @@ -1,4 +1,14 @@ -# The openSUSE Tumbleweed BCI openSUSE Tumbleweed Micro Container image +# SLE BCI-Micro: Suitable for deploying static binaries -A micro environment for containers based on the openSUSE Tumbleweed Base Container Image. +This image is similar to SLE BCI-Minimal but without the RPM package manager. +The primary use case for the image is deploying static binaries produced +externally or during multi-stage builds. As there is no straightforward +way to install additional dependencies inside the container image, +we recommend deploying a project using the SLE BCI-Minimal image only +when the final build artifact bundles all dependencies and has no +external runtime requirements (like Python or Ruby). + +## License + SPDX-License-Identifier: MIT +(No newline at EOF)
