We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4282d95 commit d589528Copy full SHA for d589528
Earthfile
@@ -273,12 +273,13 @@ iso:
273
274
netboot:
275
FROM opensuse/leap
276
+ ARG VERSION
277
ARG ISO_NAME=${OS_ID}
278
WORKDIR /build
279
COPY +iso/c3os.iso c3os.iso
280
COPY . .
281
RUN zypper in -y cdrtools
- RUN /build/scripts/netboot.sh c3os.iso $ISO_NAME
282
+ RUN /build/scripts/netboot.sh c3os.iso $ISO_NAME $VERSION
283
SAVE ARTIFACT /build/$ISO_NAME.squashfs squashfs AS LOCAL build/$ISO_NAME.squashfs
284
SAVE ARTIFACT /build/$ISO_NAME-kernel kernel AS LOCAL build/$ISO_NAME-kernel
285
SAVE ARTIFACT /build/$ISO_NAME-initrd initrd AS LOCAL build/$ISO_NAME-initrd
0 commit comments