I tried to install a single user JuliaBox as described in the README.md and got stuck at building the docker image. I think the problem is that there are links on status.julialang.org that don't seem to be valid. Running
curl -s -L https://status.julialang.org/download/linux-x86_64
results in
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>bin/linux/x64/0.7/julia-0.7.0-55ec9fea4b-linux64.tar.gz</Key>
<RequestId>3E660AE81BB2FA47</RequestId><HostId>jUHV3jmpbY6i80uPmrYd2uK50MRKuC1RWmRYhlPH7FdiONEniP4Wbl/MlMZXefNmIKYZcaswAAA=</HostId>
</Error>