On my machine, I have a 1 Gb docker image with several layers.I tag it many times with different tags. On my machine it still takes 1 Gb, as shown by "docker system df".But when I push them to artifactory, their size add up. 10 tags pushed result in 10 Gb taken on my project quota. Is there a way of using only one 1Gb of project quota, as it is what is really stored on the disk (or at least should) ?
↧