Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions minimal-image/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ if rpm -q compat-usrmerge-tools; then
rpm -e compat-usrmerge-tools
fi

# don't have duplicate licenses of the same type
jdupes -1 -L -r /usr/share/licenses
rpm -e jdupes

# Will be recreated by the next rpm(1) run as root user
rm -v /usr/lib/sysimage/rpm/Index.db


#=======================================
# Clean up after zypper if it is present
Expand Down
5 changes: 5 additions & 0 deletions minimal-image/minimal-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 9 18:36:22 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>

- reduce image size via hardlinks

-------------------------------------------------------------------
Wed Jan 1 14:14:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>

Expand Down
7 changes: 6 additions & 1 deletion minimal-image/minimal-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<specification>SLE BCI 15 SP7 Minimal Container Image</specification>
</description>
<preferences>
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#15.7">
<type image="docker">
<containerconfig
name="bci/bci-minimal"
tag="%OS_VERSION_ID_SP%-%RELEASE%"
Expand Down Expand Up @@ -69,7 +69,12 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<package name="libzio1"/>
</packages>
<packages type="bootstrap">
<package name="bash"/>
<package name="ca-certificates-mozilla-prebuilt"/>
<package name="coreutils"/>
<package name="skelcd-EULA-bci"/>
<package name="sles-release"/>
<package name="jdupes"/>
<package name="rpm-ndb"/>
<package name="perl-base"/>
</packages>
Expand Down