Skip to content

Container Registry multi-level image names support

What does this MR do?

Adds support for multiple container images under the same project/group namespace.

Ex: registry.example.com/group/project/any-image-name:optional-tag

Why was this MR needed?

Currently a project's registry can only host a single container image with multiple tags.

While this is appropriate for most use cases and is in line with the 12-factor principles, some valid approaches depend on multiple images. Also, the expected behavior of a Registry is to enable multi-level image names.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#17801

Merge request reports