Project

Profile

Help

Story #2189

Updated by mhrivnak over 7 years ago

When there are multiple docker_manifest units in a repository all sharing the same tag name, tag, and a docker_tag unit referencing one of those manifests, it should be possible to update that docker_tag unit to refer to a different docker_manifest unit already in the repository (one which has the correct tag). 

 When there is a docker_manifest unit in the repository but no docker_tag unit for it (perhaps because it or its manifest has previously been deleted), it should be possible to create a docker_tag unit for that manifest. 

 Currently these operations are only possible with the help of an external docker v2 registry, and using the disassociate and sync operations.

Back