docker-library / julia

Docker Official Image packaging for julia

Home Page:http://julialang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

503 Service Unavailable during Docker Build

djholiver opened this issue · comments

When attempting to build a 1.6.3 or 1.7 image (I havent checked others) the above error is thrown during Docker build after the first two layers complete suggesting the server is down.

Can you give all the commands you ran and any relevant files or logs for reproducing the issue

We have logs of all our builds here https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/julia/ as a reference point

Hmm, I imagine it's something with your host's network environment?

https://status.docker.com
Docker's systems are all good, and I'm not able to reproduce any issue with that step

$ docker pull julia:1.6.3
1.6.3: Pulling from library/julia
07aded7c29c6: Pull complete 
eb1990a9d94e: Pull complete 
ea61129cb244: Pull complete 
Digest: sha256:9c8ed941cf065b3fd14b08e91949cd2351d5639b3a0043359a062ea2b295ed92
Status: Downloaded newer image for julia:1.6.3
docker.io/library/julia:1.6.3

For more assistance, I'd suggest a dedicated support forum, such as the Docker Community Forums, the Docker Community Slack, or Stack Overflow.