Support for Non-Standard Repository Names in Image Pull #11869
Open
Description
What would you like to be added
Docker's standard naming convention for images is:
<registry>/<namespace>/<repository>:<tag>
For e.g docker.io/kubernetesui/dashboard:v2.7.0
However, some container registries (e.g., Pulp) might store images in a non-standard naming convention, such as referencing only the tag (v2.7.0) without including the full / hierarchy.
Does Kubespray support pulling images from such registries where the repository names differ from the standard Docker naming convention? If not, are there any workarounds or recommendations for using Kubespray with such repositories?
Why is this needed
Some container registries (e.g., Pulp) might store images in a non-standard naming convention, such as referencing only the tag (v2.7.0) without including the full / hierarchy.