From b7f7c065dd42772c68d363358400678c39a52bd2 Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Wed, 9 Apr 2025 10:15:22 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96:=20Update=20build=20recipes=20?= =?UTF-8?q?from=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minimal-image/config.sh | 7 +++++++ minimal-image/minimal-image.kiwi | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/minimal-image/config.sh b/minimal-image/config.sh index 60c0856bee..41533dc60a 100644 --- a/minimal-image/config.sh +++ b/minimal-image/config.sh @@ -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 diff --git a/minimal-image/minimal-image.kiwi b/minimal-image/minimal-image.kiwi index dd670af8a9..d0277efd69 100644 --- a/minimal-image/minimal-image.kiwi +++ b/minimal-image/minimal-image.kiwi @@ -24,7 +24,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions SLE BCI 15 SP7 Minimal Container Image - + + + + + + From 9b49600fdde7d2b47f28cef8b9d4e643c0f39b3e Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Wed, 9 Apr 2025 18:36:22 +0000 Subject: [PATCH 2/2] Update changelog for minimal-image --- minimal-image/minimal-image.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/minimal-image/minimal-image.changes b/minimal-image/minimal-image.changes index b342df2732..46d244e207 100644 --- a/minimal-image/minimal-image.changes +++ b/minimal-image/minimal-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 9 18:36:22 UTC 2025 - SUSE Update Bot + +- reduce image size via hardlinks + ------------------------------------------------------------------- Wed Jan 1 14:14:20 UTC 2025 - SUSE Update Bot