Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build failing #3080

Closed
gravitystorm opened this issue Feb 3, 2021 · 3 comments
Closed

Docker build failing #3080

gravitystorm opened this issue Feb 3, 2021 · 3 comments

Comments

@gravitystorm
Copy link
Collaborator

So immediately after merging #2409 , the build is now failing with:

Run docker-compose build
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Building db
Sending build context to Docker daemon  57.68MB

Step 1/3 : FROM postgres:11
11: Pulling from library/postgres
unauthorized: authentication required
Service 'db' failed to build
Error: Process completed with exit code 1.

@migurski any thoughts?

@gravitystorm
Copy link
Collaborator Author

Never mind - seems to have been a transient failure!

@Firefishy
Copy link
Member

Yes, likely just a transient issue.

postgres:11 is from here https://hub.docker.com/_/postgres and is an official base image.
hub.docker.com recently introduced rate limits, but unlikely this was the reason: https://docs.docker.com/docker-hub/download-rate-limit/

@migurski
Copy link
Contributor

migurski commented Feb 3, 2021

Hope it remains just transient; I’ll keep an eye on Docker-related things here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants