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

rabbitmq image pulled from dockerhub #4

Open
acancell-redhat opened this issue Sep 3, 2024 · 0 comments
Open

rabbitmq image pulled from dockerhub #4

acancell-redhat opened this issue Sep 3, 2024 · 0 comments

Comments

@acancell-redhat
Copy link

acancell-redhat commented Sep 3, 2024

The manifests referring to rabbitmq currently does not mention any registry in the image name, therefore by default dockerhub is used, risking to hit the dockerhub pull limit.

A registry might be explicitly used in the image name selection, in order to use an alternative registry without a pull limit.

Example of a current workaround:
grep -r 'rabbitmq:3.11.19-management' | awk '{print $1}' | tr -d ':' | xargs -I {} sed -i 's%rabbitmq:3.11.19-management%public.ecr.aws/docker/library/rabbitmq:3.11-management%g' {}

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

1 participant