-
Notifications
You must be signed in to change notification settings - Fork 3
/
Dockerfile.static
94 lines (92 loc) · 6.97 KB
/
Dockerfile.static
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
FROM wspace-corpus/c/bvisness AS c_bvisness
FROM wspace-corpus/c/cedricschwyter AS c_cedricschwyter
FROM wspace-corpus/c/hogelog AS c_hogelog
FROM wspace-corpus/c/koturn AS c_koturn
FROM wspace-corpus/c/kspalaiologos-asm2ws AS c_kspalaiologos-asm2ws
FROM wspace-corpus/c/manarice-lime AS c_manarice-lime
FROM wspace-corpus/c/meth0dz AS c_meth0dz
FROM wspace-corpus/c/rdebath AS c_rdebath
FROM wspace-corpus/c/rispoli-txt2ws AS c_rispoli-txt2ws
FROM wspace-corpus/c/sandeep023 AS c_sandeep023
# FROM wspace-corpus/c/shinh-elvm AS c_shinh-elvm
FROM wspace-corpus/c/siritori AS c_siritori
FROM wspace-corpus/c/stellwag-wspacegen AS c_stellwag-wspacegen
FROM wspace-corpus/c/strangepan-i-c-whitespace AS c_strangepan-i-c-whitespace
FROM wspace-corpus/c/subgeniuskitty-vvhitespace AS c_subgeniuskitty-vvhitespace
# FROM wspace-corpus/c/tejaskasetty AS c_tejaskasetty
FROM wspace-corpus/c/threeifbywhiskey-blacktime AS c_threeifbywhiskey-blacktime
FROM wspace-corpus/c/threeifbywhiskey-satan AS c_threeifbywhiskey-satan
FROM wspace-corpus/c/zackeua AS c_zackeua
FROM wspace-corpus/go/135yshr-wspacego AS go_135yshr-wspacego
FROM wspace-corpus/go/kinu AS go_kinu
FROM wspace-corpus/go/makiuchid-whitenote AS go_makiuchid-whitenote
FROM wspace-corpus/go/pocke-gows AS go_pocke-gows
FROM wspace-corpus/go/qeedquan AS go_qeedquan
FROM wspace-corpus/go/samuelpratt AS go_samuelpratt
FROM wspace-corpus/go/simomu AS go_simomu
FROM wspace-corpus/go/technohippy AS go_technohippy
FROM wspace-corpus/go/tempxla-go-wspace AS go_tempxla-go-wspace
# FROM wspace-corpus/go/thaliaarchi-nebula AS go_thaliaarchi-nebula
FROM wspace-corpus/go/zorchenhimer AS go_zorchenhimer
FROM wspace-corpus/rust/censoredusername-whitespace-rs AS rust_censoredusername-whitespace-rs
FROM wspace-corpus/rust/collidedscope-albus AS rust_collidedscope-albus
FROM wspace-corpus/rust/cedricschwyter-spacey AS rust_cedricschwyter-spacey
# FROM wspace-corpus/rust/faultier-albino AS rust_faultier-albino
FROM wspace-corpus/rust/guricerin AS rust_guricerin
FROM wspace-corpus/rust/hamidrezakp AS rust_hamidrezakp
FROM wspace-corpus/rust/jayshua AS rust_jayshua
FROM wspace-corpus/rust/kaisugi AS rust_kaisugi
FROM wspace-corpus/rust/keirua AS rust_keirua
FROM wspace-corpus/rust/lalrpop AS rust_lalrpop
FROM wspace-corpus/rust/luminighty AS rust_luminighty
FROM wspace-corpus/rust/nareshganduri AS rust_nareshganduri
FROM wspace-corpus/rust/omurakazuaki AS rust_omurakazuaki
FROM wspace-corpus/rust/thaliaarchi-yspace AS rust_thaliaarchi-yspace
FROM wspace-corpus/rust/zrneely AS rust_zrneely
FROM scratch
WORKDIR /wspace
COPY --from=c_bvisness /whitespace c/bvisness/
COPY --from=c_cedricschwyter /interpreter c/cedricschwyter/
COPY --from=c_hogelog /wspace c/hogelog/
COPY --from=c_koturn /whitespace.out c/koturn/
COPY --from=c_kspalaiologos-asm2ws /wsi c/kspalaiologos-asm2ws/
COPY --from=c_manarice-lime /lwsvm /lwsa c/manarice-lime/
COPY --from=c_meth0dz /whitespace c/meth0dz/
# COPY --from=c_rdebath /wsc c/rdebath/
COPY --from=c_rdebath /ws2c /wsa c/rdebath/
COPY --from=c_rispoli-txt2ws /txt2ws c/rispoli-txt2ws/
COPY --from=c_strangepan-i-c-whitespace /whitespace c/strangepan-i-c-whitespace/
COPY --from=c_sandeep023 /white c/sandeep023/
COPY --from=c_siritori /wsvm /wscc /wsas /ws_trans /wb_dump c/siritori/
COPY --from=c_stellwag-wspacegen /wspacegen /wsdbg /wsi c/stellwag-wspacegen/
COPY --from=c_subgeniuskitty-vvhitespace /vvc /vvi c/subgeniuskitty-vvhitespace/
# COPY --from=c_tejaskasetty /ws c/tejaskasetty/
COPY --from=c_threeifbywhiskey-blacktime /blacktime c/threeifbywhiskey-blacktime/
COPY --from=c_threeifbywhiskey-satan /satan c/threeifbywhiskey-satan/
COPY --from=c_zackeua /wlang /whitespacecpp c/zackeua/
COPY --from=go_135yshr-wspacego /wspacego go/135yshr-wspacego/
COPY --from=go_kinu /whitespace go/kinu/
COPY --from=go_makiuchid-whitenote /wspace go/makiuchid-whitenote/
COPY --from=go_pocke-gows /gows go/pocke-gows/
COPY --from=go_qeedquan /whitespace go/qeedquan/
COPY --from=go_samuelpratt /whitespace-go go/samuelpratt/
COPY --from=go_simomu /ws go/simomu/
COPY --from=go_technohippy /go-whitespace go/technohippy/
COPY --from=go_tempxla-go-wspace /go-wspace go/tempxla-go-wspace/
# COPY --from=go_thaliaarchi-nebula /nebula go/thaliaarchi-nebula/
COPY --from=go_zorchenhimer /wi go/zorchenhimer/
COPY --from=rust_censoredusername-whitespace-rs /wsc rust/censoredusername-whitespace-rs/
COPY --from=rust_collidedscope-albus /albus rust/collidedscope-albus/
COPY --from=rust_cedricschwyter-spacey /spacey rust/cedricschwyter-spacey/
# COPY --from=rust_faultier-albino /albino /albino-run /albino-build /albino-exec /albino-gen rust/faultier-albino/
COPY --from=rust_guricerin /whitespace-rs rust/guricerin/
COPY --from=rust_hamidrezakp /ws rust/hamidrezakp/
COPY --from=rust_jayshua /whitespace rust/jayshua/
COPY --from=rust_kaisugi /wi rust/kaisugi/
COPY --from=rust_keirua /compiler rust/keirua/
COPY --from=rust_lalrpop /whitespace rust/lalrpop/
# No entrypoint for rust/luminighty
COPY --from=rust_nareshganduri /whitespace-vm rust/nareshganduri/
COPY --from=rust_omurakazuaki /whitespace rust/omurakazuaki/
COPY --from=rust_thaliaarchi-yspace /yspace rust/thaliaarchi-yspace/
COPY --from=rust_zrneely /whitespace rust/zrneely/