Compare commits
4 Commits
b0ee84e6e1
...
ac32110ac1
Author | SHA256 | Date | |
---|---|---|---|
ac32110ac1
|
|||
5d20bc38e3
|
|||
e085a97d98
|
|||
58c8be887a
|
@@ -9,9 +9,13 @@ FROM registry.suse.com/bci/bci-base:$SLE_VERSION AS base
|
|||||||
COPY --from=micro / /installroot/
|
COPY --from=micro / /installroot/
|
||||||
RUN sed -i -e 's%^# rpm.install.excludedocs = no.*%rpm.install.excludedocs = yes%g' /etc/zypp/zypp.conf
|
RUN sed -i -e 's%^# rpm.install.excludedocs = no.*%rpm.install.excludedocs = yes%g' /etc/zypp/zypp.conf
|
||||||
#!ArchExclusiveLine: x86_64
|
#!ArchExclusiveLine: x86_64
|
||||||
RUN zypper --installroot /installroot --non-interactive install --no-recommends ironic-ipa-ramdisk-x86_64 python311-devel python311 python311-pip tar gawk git curl xz fakeroot shadow sed cpio; zypper -n clean; rm -rf /var/log/*;
|
RUN if [ "$(uname -m)" = "x86_64" ];then \
|
||||||
|
zypper --installroot /installroot --non-interactive install --no-recommends ironic-ipa-ramdisk-x86_64 python311-devel python311 python311-pip tar gawk git curl xz fakeroot shadow sed cpio; zypper -n clean; rm -rf /var/log/*; \
|
||||||
|
fi
|
||||||
#!ArchExclusiveLine: aarch64
|
#!ArchExclusiveLine: aarch64
|
||||||
RUN zypper --installroot /installroot --non-interactive install --no-recommends ironic-ipa-ramdisk-aarch64 python311-devel python311 python311-pip tar gawk git curl xz fakeroot shadow sed cpio; zypper -n clean; rm -rf /var/log/*;
|
RUN if [ "$(uname -m)" = "aarch64" ];then \
|
||||||
|
zypper --installroot /installroot --non-interactive install --no-recommends ironic-ipa-ramdisk-aarch64 python311-devel python311 python311-pip tar gawk git curl xz fakeroot shadow sed cpio; zypper -n clean; rm -rf /var/log/*; \
|
||||||
|
fi
|
||||||
#RUN zypper --installroot /installroot --non-interactive install --no-recommends sles-release;
|
#RUN zypper --installroot /installroot --non-interactive install --no-recommends sles-release;
|
||||||
RUN cp /usr/bin/getopt /installroot/
|
RUN cp /usr/bin/getopt /installroot/
|
||||||
|
|
||||||
|
@@ -129,7 +129,7 @@
|
|||||||
<package name="kernel-firmware"/>
|
<package name="kernel-firmware"/>
|
||||||
<package name="kernel-default"/>
|
<package name="kernel-default"/>
|
||||||
<package name="NetworkManager"/>
|
<package name="NetworkManager"/>
|
||||||
<package name="nm-configurator-030"/>
|
<package name="nm-configurator"/>
|
||||||
<package name="timezone"/>
|
<package name="timezone"/>
|
||||||
<package name="haveged"/>
|
<package name="haveged"/>
|
||||||
<!-- ironic-python-agent specific -->
|
<!-- ironic-python-agent specific -->
|
||||||
|
@@ -92,7 +92,7 @@ BuildRequires: wpa_supplicant
|
|||||||
BuildRequires: dhcp-client
|
BuildRequires: dhcp-client
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: NetworkManager
|
BuildRequires: NetworkManager
|
||||||
BuildRequires: nm-configurator-030
|
BuildRequires: nm-configurator
|
||||||
BuildRequires: logrotate
|
BuildRequires: logrotate
|
||||||
BuildRequires: plymouth-dracut
|
BuildRequires: plymouth-dracut
|
||||||
BuildRequires: plymouth-theme-bgrt
|
BuildRequires: plymouth-theme-bgrt
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user