You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
333 B
13 lines
333 B
FROM scratch
|
|
|
|
COPY seed/stage0-posix seed/*.* /
|
|
COPY steps /steps
|
|
COPY <<EOF /steps/bootstrap.cfg
|
|
CONFIGURATOR=False
|
|
SWAP_SIZE=0
|
|
FINAL_JOBS=8
|
|
EOF
|
|
RUN --network=none \
|
|
--mount=type=bind,src=./distfiles,dst=/external/distfiles,rw \
|
|
--mount=type=tmpfs,dst=/external/repo \
|
|
["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"]
|
|
|