使用Nexus Docker注册表重新标记多个Docker映像

时间:2019-12-13 10:04:59

标签: docker docker-registry nexus3

我的Docker注册表当前是以这种方式组织的:

myrepository.mydomain.com
   product1
      module1
         tags
            1.0
            2.0
      module2
         tags
            1.0
            2.0
   product2
      module1
         tags
            1.0
            2.0
      module2
         tags
            1.0
            2.0

我想通过重新标记产品中的所有图像来重新组织图像。例如:

myrepository.mydomain.com
   product1_new_name
      module1
         tags
            1.0
            2.0
      module2
         tags
            1.0
            2.0
   product2
      module1
         tags
            1.0
            2.0
      module2
         tags
            1.0
            2.0

有没有一种方法可以不必单独重新标记每个图像?

0 个答案:

没有答案