Skip to content

Commit 3410e51

Browse files
authored
Merge pull request #3379 from SUSE/for-deploy-16.0
🤖: Update build recipes for 16.0
2 parents 899bef4 + 027e552 commit 3410e51

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

micro-fips-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY --from=target / /target
2626

2727
RUN set -euo pipefail; \
2828
export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
29-
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends bash ca-certificates-mozilla-prebuilt coreutils skelcd-EULA-BCI SLES-release patterns-base-fips libopenssl3
29+
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends SLES-release bash ca-certificates-mozilla-prebuilt coreutils libopenssl3 patterns-base-fips skelcd-EULA-BCI
3030

3131
RUN set -euo pipefail; zypper -n install jdupes \
3232
&& jdupes -1 -L -r /target/usr/

micro-fips-image/micro-fips-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Jan 27 17:06:43 UTC 2026 - SUSE Update Bot <[email protected]>
3+
4+
- reorder packages alphabetically
5+
16
-------------------------------------------------------------------
27
Thu Jan 1 14:16:03 UTC 2026 - SUSE Update Bot <[email protected]>
38

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+
Tue Jan 27 17:06:43 UTC 2026 - SUSE Update Bot <[email protected]>
3+
4+
- reorder packages alphabetically
5+
16
-------------------------------------------------------------------
27
Sat Jan 3 15:35:56 UTC 2026 - SUSE Update Bot <[email protected]>
38

minimal-image/minimal-image.kiwi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
6161
<source path="obsrepositories:/"/>
6262
</repository>
6363
<packages type="delete">
64-
<package name="grep"/>
6564
<package name="diffutils"/>
66-
<package name="info"/>
6765
<package name="fillup"/>
66+
<package name="grep"/>
67+
<package name="info"/>
6868
<package name="libzio1"/>
6969
</packages>
7070
<packages type="bootstrap">

0 commit comments

Comments
 (0)