Currently we accept [repo:[tag]] everywhere in the cli...
But not in docker tag, docker commit and docker import where it's [REPO [TAG]]
Therefore, docker commit 23197317646327732 test:tag will create an image named test:tag, with the latest tag
We should use [REPO:[TAG]] everywhere.
We should do the split in the server, and so change the API to receive only on parameter.
Currently we accept
[repo:[tag]]everywhere in the cli...But not in
docker tag,docker commitanddocker importwhere it's[REPO [TAG]]Therefore,
docker commit 23197317646327732 test:tagwill create an image named test:tag, with the latest tagWe should use
[REPO:[TAG]]everywhere.We should do the split in the server, and so change the API to receive only on parameter.