Skip to content

Commit 04dffc4

Browse files
author
Matt Godbolt
committed
Another guess at why startups are failing...
1 parent 585b447 commit 04dffc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,10 @@ wait # wait for mount point
101101

102102
[ -n "$PACKER_SETUP" ] && exit
103103

104-
docker pull -a mattgodbolt/compiler-explorer
104+
### MORE TODO! Seems to hang and timeout
105+
docker pull mattgodbolt/compiler-explorer:gcc
106+
docker pull mattgodbolt/compiler-explorer:d
107+
docker pull mattgodbolt/compiler-explorer:cppx
108+
docker pull mattgodbolt/compiler-explorer:go
109+
docker pull mattgodbolt/compiler-explorer:rust
105110
docker pull nginx

0 commit comments

Comments
 (0)