Skip to content

rabbitmq image pulled from dockerhub #4

Open
@acancell-redhat

Description

@acancell-redhat

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' {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions