code.dlang.org name collision
Jacob Carlborg
doob at me.com
Fri Dec 22 10:02:50 UTC 2017
On 2017-12-21 21:13, Steven Schveighoffer wrote:
> What do you all think?
What Docker is doing on the public Docker registry [1] is that all
images are namespaced based on the account name. Instead of just "dwt"
it would be "jacob-carlborg/dwt". In addition to that they have what
they call "official images" [2]. These are images residing in the top
level name space, for example: "ubuntu".
On the other hand, RubyGems has over 133,000+ packages without any form
of namespacing.
[1] https://hub.docker.com/
[2] https://docs.docker.com/docker-hub/official_repos/
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list