Validation failed in API: imageUuid

I can not use private docker image in rancher.

We a local docker registry(artifactory) provide by JFrog.
And our image name format is ${domain name}/${team name}/${software name}/${software version}
eg. docker.artifactory.xxxxx.net/xxxcommerce/redis/3.2.0:latest

We know docker hub can not support this format, but docker-engine and JFrog can support mutilple “/”.
and we find Rancher can not support, how to fix this issue? we really need our current image name format.

If you’ve created a private registry, this is the format that we’re expecting image names to be. It seems that the image name format would be incompatible with what we’re expecting

http://docs.rancher.com/rancher/latest/en/configuration/registries/#using-registries

Could you open an enhancement request in Github to support these type of image names?

Is there an enhancement request already?

This is fixed and will be part of our 1.2 release.

https://github.com/rancher/rancher/issues/5025