Skip to content

Support for Non-Standard Repository Names in Image Pull #11869

Open
@VrindaMarwah

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.

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions