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

Building docker images using local registry #541

Closed
anishakj opened this issue May 7, 2021 · 0 comments · Fixed by #542
Closed

Building docker images using local registry #541

anishakj opened this issue May 7, 2021 · 0 comments · Fixed by #542

Comments

@anishakj
Copy link
Contributor

anishakj commented May 7, 2021

Description

There is a pull rate limit recently introduced by dockerhub, therefore any automated jenkins builds start failing with

17:55:16 Step 3/21 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} as go-builder
17:55:16 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
17:55:16 Makefile:34: recipe for target 'build-image' failed
17:55:16 make: *** [build-image] Error 1

Importance

Should-have

Location

Dockerfile and Makefile

Suggestions for an improvement

Builds should pass

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

Successfully merging a pull request may close this issue.

1 participant