Skip to content

chore: avoid unnecessary image pulls while testing #136

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

Closed
johnstcn opened this issue Apr 23, 2024 · 1 comment
Closed

chore: avoid unnecessary image pulls while testing #136

johnstcn opened this issue Apr 23, 2024 · 1 comment
Assignees
Labels

Comments

@johnstcn
Copy link
Member

While running integration tests:

        integration_test.go:919: "error: GET https://index.docker.io/v2/library/alpine/manifests/latest: TOOMANYREQUESTS: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit"
        integration_test.go:444: 
                Error Trace:    /workspaces/envbuilder/integration/integration_test.go:444
                Error:          Received unexpected error:
                                error: GET https://index.docker.io/v2/library/alpine/manifests/latest: TOOMANYREQUESTS: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
                Test:           TestBuildFailsFallback/NoImageOrDockerfile

We should stand up a test registry server and build a local test image so that we don't end up spamming Docker Hub.

@johnstcn johnstcn added the ci label Apr 23, 2024
@johnstcn johnstcn self-assigned this Apr 23, 2024
@johnstcn
Copy link
Member Author

Fixed by #138

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

No branches or pull requests

2 participants