Open tmills opened 7 years ago
Dang, it looks like we're doing the right thing with https://github.com/gliderlabs/docker-alpine/issues/207#issuecomment-241308729
Other threads on the www suggesting using a mirror, but it's strange that this server is up?
Oh, actually this comment makes sense: https://github.com/gliderlabs/docker-alpine/issues/207#issuecomment-325156744
Perhaps it's a messed up container cache issue. Try this.
This would explain why things are working for me. If all else fails, you can also take the nuclear option to rebuild from a fresh canvas: https://github.com/MatthewVita/zshrc/blob/master/.zshrc#L81-L88
This workaround works: https://github.com/gliderlabs/docker-alpine/issues/191#issuecomment-314148406
but not sure how reliable it is to put urls with specific version numbers inside the docker file.
In trying to build any of the containers on my work desktop (xubuntu 16.06) I get errors in the docker build process when trying to update the packages. I know the servers are working because I can successfully download the files in question with wget manually. I tried setting proxy settings everywhere (linux, docker config files, docker build command line). Maybe there is a way to set them in the alpine container?