remove old files
This commit is contained in:
parent
48bbcfdd85
commit
d997986122
3 changed files with 0 additions and 36 deletions
|
@ -1,12 +0,0 @@
|
|||
FROM cosmo-bootstrap AS builder
|
||||
RUN --mount=type=tmpfs,target=/tmp : \
|
||||
&& . ./env \
|
||||
&& ./expand ./makeit b//assimilate.com \
|
||||
&& ./expand cp -t /usr/bin b//assimilate.com b//assimilate.com.dbg \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/build/bootstrap/ape.elf /bin/ape
|
||||
COPY --chmod=0755 --from=builder /usr/bin/assimilate.com /usr/bin/assimilate.com.dbg /bin/
|
||||
ENTRYPOINT ["/bin/ape", "/bin/assimilate.com"]
|
|
@ -1,12 +0,0 @@
|
|||
FROM cosmo-bootstrap AS builder
|
||||
RUN --mount=type=tmpfs,target=/tmp : \
|
||||
&& . ./env \
|
||||
&& ./expand ./makeit t//awk/awk.com \
|
||||
&& ./expand cp -t /usr/bin t//awk/awk.com t//awk/awk.com.dbg \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/build/bootstrap/ape.elf /bin/ape
|
||||
COPY --chmod=0755 --from=builder /usr/bin/awk.com /usr/bin/awk.com.dbg /bin/
|
||||
ENTRYPOINT ["/bin/ape", "/bin/awk.com"]
|
|
@ -1,12 +0,0 @@
|
|||
FROM cosmo-bootstrap AS builder
|
||||
RUN --mount=type=tmpfs,target=/tmp : \
|
||||
&& . ./env \
|
||||
&& ./expand ./makeit t//sed/sed.com \
|
||||
&& ./expand cp -t /usr/bin t//sed/sed.com t//sed/sed.com.dbg \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/build/bootstrap/ape.elf /bin/ape
|
||||
COPY --chmod=0755 --from=builder /usr/bin/sed.com /usr/bin/sed.com.dbg /bin/
|
||||
ENTRYPOINT ["/bin/ape", "/bin/sed.com"]
|
Loading…
Add table
Reference in a new issue