Skip to content

Commit b634290

Browse files
authored
Merge pull request #3007 from SUSE/for-deploy-16.0
🤖: Update build recipes for 16.0
2 parents cddbc39 + 7d16305 commit b634290

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

sle16-kernel-module-devel-image/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
5555
LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
5656
LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
5757
LABEL io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"
58+
59+
#!ArchExclusiveLine: aarch64
60+
RUN set -euo pipefail; if [ "$(uname -m)" = "aarch64" ] && zypper -n install kernel-64kb-devel; then zypper -n clean -a; fi
61+
RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \
62+
rm -rf {/target,}/run/*; \
63+
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \
64+
rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
65+
rm -f {/target,}/var/cache/ldconfig/aux-cache; \
66+
command -v zypper >/dev/null 2>&1 || rm -f /var/lib/zypp/AutoInstalled

sle16-kernel-module-devel-image/sle16-kernel-module-devel-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Oct 6 15:26:03 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- install kernel-64kb-devel in the kernel development container for aarch64
5+
16
-------------------------------------------------------------------
27
Mon Sep 29 09:31:32 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)