Skip to content

Commit a029005

Browse files
committed
Use staticfloat/centos-i386
Need to use my `centos6` image, not `toopher` until toopher/toopher-docker#6 is resolved
1 parent 77c24c7 commit a029005

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workerbase/build/centos6_9-x86/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# To build this docker image via `make`, run `make build-centos6_9-x86` in the `workerbase` directory
55
# To build this docker image manually, run `docker build --pull -t staticfloat/julia_workerbase_centos6_9:x86 .`
66

7-
FROM toopher/centos-i386:centos6
7+
FROM staticfloat/centos-i386:centos6
88

99
# This enables putting `linux32` before commands like `./configure` and `make`
1010
ARG L32=linux32

workerbase/centos6_9-x86.harbor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM toopher/centos-i386:centos6
1+
FROM staticfloat/centos-i386:centos6
22

33
# This enables putting `linux32` before commands like `./configure` and `make`
44
ARG L32=linux32

0 commit comments

Comments
 (0)