Skip to content

Commit

Permalink
Test build for #1658
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Sep 13, 2024
1 parent df29384 commit df298c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions busybox-image/busybox-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
</repository>
<packages type="bootstrap">
<package name="sles-release"/>
<package name="coreutils"/>
<package name="busybox"/>
<package name="busybox-links"/>
<package name="ca-certificates-mozilla-prebuilt"/>
Expand Down
1 change: 1 addition & 0 deletions micro-image/micro-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<package name="coreutils"/>
<package name="skelcd-EULA-bci"/>
<package name="sles-release"/>
<package name="coreutils"/>
</packages>

</image>
1 change: 1 addition & 0 deletions minimal-image/minimal-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
</packages>
<packages type="bootstrap">
<package name="sles-release"/>
<package name="coreutils"/>
<package name="rpm-ndb"/>
<package name="perl-base"/>
</packages>
Expand Down
2 changes: 1 addition & 1 deletion sle15-kernel-module-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#!BuildVersion: 15.5
FROM bci/bci-base:15.5

RUN set -euo pipefail; zypper -n in --no-recommends kernel-devel kernel-syms gcc kmod make patch gawk rpm-build sles-release; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends kernel-devel kernel-syms gcc kmod make patch gawk rpm-build sles-release coreutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.sle15-kernel-module-devel
Expand Down

0 comments on commit df298c7

Please sign in to comment.