mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-18 07:50:38 +00:00
Drop wicked, long live to systemd-networkd (#223)
* ♻️ Cleanup wicked references * ⚙️ Be consistent and set systemd-network settings also initramfs * ♻️ Re-use same image for netboot * Revert "♻️ Cleanup wicked references" This reverts commit d21850c24460189251974fed4a0b65c7a6f2f9ae. * Revert "Revert "♻️ Cleanup wicked references"" This reverts commit 7cec03561e388d771ff317fd9b937f30af8c0be9. * 🐧 Add openssh to opensuse * 🐧 Add sudo explictly to openSUSE Before it was automatically pulled in by other packages * 🤖 Run bundles tests on GHA
This commit is contained in:
committed by
Itxaka
parent
2db9a0afe0
commit
f99be3c159
@@ -312,13 +312,13 @@ iso:
|
||||
SAVE ARTIFACT /build/$ISO_NAME.iso.sha256 kairos.iso.sha256 AS LOCAL build/$ISO_NAME.iso.sha256
|
||||
|
||||
netboot:
|
||||
FROM opensuse/leap
|
||||
ARG OSBUILDER_IMAGE
|
||||
FROM $OSBUILDER_IMAGE
|
||||
ARG VERSION
|
||||
ARG ISO_NAME=${OS_ID}
|
||||
WORKDIR /build
|
||||
COPY +iso/kairos.iso kairos.iso
|
||||
COPY . .
|
||||
RUN zypper in -y cdrtools
|
||||
RUN /build/scripts/netboot.sh kairos.iso $ISO_NAME $VERSION
|
||||
SAVE ARTIFACT /build/$ISO_NAME.squashfs squashfs AS LOCAL build/$ISO_NAME.squashfs
|
||||
SAVE ARTIFACT /build/$ISO_NAME-kernel kernel AS LOCAL build/$ISO_NAME-kernel
|
||||
|
Reference in New Issue
Block a user