Container Registry multi-level image names support
7 unresolved threads
Adds support for multiple container images under the same project/group namespace.
Ex: registry.example.com/group/project/any-image-name:optional-tag
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.
master
(if it does - rebase it please)