Skip to content

Commit b7f7c06

Browse files
SUSE Update Botdirkmueller
authored andcommitted
🤖: Update build recipes from templates
1 parent 368b220 commit b7f7c06

2 files changed

Lines changed: 13 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.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)