jfrog / docker2artifactory

Apache License 2.0
29 stars 14 forks source link

Allow migration to multiple Artifactory repositories #18

Open arturo-aparicio opened 4 years ago

arturo-aparicio commented 4 years ago

Currently, when migrating, all images will be placed into the same repository in Artifactory. In some cases, such as when migrating from DTR or Quay, users would like to keep the organization on a per-repository basis.

For example when you have the following in DTR: myuser/myimage:1.0 myteam/otherimage:1.0

This should result in the creation of the Artifactory Docker repositories myuser and myteam in Artifactory with a single image in each one of them.

In short, this feature will:

  1. This feature will be mutually exclusive with the existing repo argument
  2. This feature will create Docker repositories in Artifactory if they don't already exist
  3. This feature will migrate to multiple DOcker repositories in Artifactory, depending on the name