Skip to content

Commit 7268610

Browse files
authored
Merge pull request #2409 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents 368b220 + 9b49600 commit 7268610

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

minimal-image/config.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ if rpm -q compat-usrmerge-tools; then
2424
rpm -e compat-usrmerge-tools
2525
fi
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

minimal-image/minimal-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Wed Jan 1 14:14:20 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

minimal-image/minimal-image.kiwi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)