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

Change busybox image registry to avoid rate limit errors #845

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

petrutlucian94
Copy link
Contributor

@petrutlucian94 petrutlucian94 commented Nov 26, 2024

Our tests use busybox and nginx images from dockerhub, however the CI jobs often fail due to rate limit errors.

We'll use images from GHCR instead, where the CI jobs are authenticated.

While at it, we'll configure our registry mirror to cache images from rocks.canonical.com.

Our tests use a busybox image from dockerhub, however the CI jobs
often fail due to rate limit errors.

We'll use an image from GHCR instead, where the CI jobs are
authenticated.
@petrutlucian94 petrutlucian94 requested a review from a team as a code owner November 26, 2024 12:50
Copy link
Member

@ktsakalozos ktsakalozos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

Copy link
Contributor

@bschimke95 bschimke95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The tests use images from rocks.canonical.com. We'll configure our
proxy to cache images from this registry to reduce the number of
image pulls.
@petrutlucian94 petrutlucian94 force-pushed the avoid_docker_rate_limit branch from dcc5de7 to 889c9d0 Compare November 26, 2024 13:55
@petrutlucian94 petrutlucian94 merged commit 334d79e into canonical:main Nov 27, 2024
15 of 17 checks passed
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 this pull request may close these issues.

3 participants