Email or username:

Password:

Forgot your password?
Top-level
Shauna GM

@raph @bagder Basically: people (and automated scripts) are going to be looking on DockerHub for images that are no longer there. In the best case scenario, this will break a ton of scripts and be a huge hassle for a long time as people slowly update where they're getting images from. In the worst case scenario, you'll have malicious namespace squatting in the deleted accounts. (DockerHub's said they'll keep namespaces safe/reserved but there's not a lot of trust right now for obvious reasons.)

3 comments
Raph

@shauna @bagder got it, thank you for explaining 🙏 so newer projects, that don't have humans or scripts looking at a particular registry yet, could move to another container registry, and all would be well? There are no particular down sides *not* being on DockerHub?

Shauna GM

@raph @bagder That's my understanding. I don't use Docker/DockerHub much though, and certainly don't have any major projects that are getting hundreds of thousands of public downloads, so take my explanations with a pinch of salt. :)

Raph

@shauna @bagder Sounds good, this is already helpful. We're about to release two web apps that use Docker so this is a timely conversation 😅

Go Up