File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,13 @@ if rpm -q compat-usrmerge-tools; then
2424 rpm -e compat-usrmerge-tools
2525fi
2626
27+ # don't have duplicate licenses of the same type
28+ jdupes -1 -L -r /usr/share/licenses
29+ rpm -e jdupes
30+
31+ # Will be recreated by the next rpm(1) run as root user
32+ rm -v /usr/lib/sysimage/rpm/Index.db
33+
2734
2835# =======================================
2936# Clean up after zypper if it is present
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Wed Apr 9 18:36:22 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - reduce image size via hardlinks
5+
16-------------------------------------------------------------------
27Wed Jan 1 14:14:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2424 <specification >SLE BCI 15 SP7 Minimal Container Image</specification >
2525 </description >
2626 <preferences >
27- <type image =" docker" derived_from = " obsrepositories:/bci/bci-micro#15.7 " >
27+ <type image =" docker" >
2828 <containerconfig
2929 name =" bci/bci-minimal"
3030 tag =" %OS_VERSION_ID_SP%-%RELEASE%"
@@ -69,7 +69,12 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
6969 <package name =" libzio1" />
7070 </packages >
7171 <packages type =" bootstrap" >
72+ <package name =" bash" />
73+ <package name =" ca-certificates-mozilla-prebuilt" />
74+ <package name =" coreutils" />
75+ <package name =" skelcd-EULA-bci" />
7276 <package name =" sles-release" />
77+ <package name =" jdupes" />
7378 <package name =" rpm-ndb" />
7479 <package name =" perl-base" />
7580 </packages >
You can’t perform that action at this time.
0 commit comments