We Need to Talk About Docker Hub
linuxserver.io
We Need to Talk About Docker Hub
1–10 of 153 posts
Re: We Need to Talk About Docker Hub
#2Re: We Need to Talk About Docker Hub
#3Re: We Need to Talk About Docker Hub
#4Run your own registry.
JFrog charges loads of money for Artifactory, btw
Re: We Need to Talk About Docker Hub
#5[flagged]
So are the OCI standards that grew out of Docker and now are mostly used separate from (official) Docker.
Is there even a vendor neutral VM image format?
Re: We Need to Talk About Docker Hub
#6If you want free stuff, is your strategy to smear them into giving you more free stuff?
Storage, compute, and traffic, isn't free. You've been the beneficiary of charity for years.
Yes, the open source community has relied on this implicit charity as a parasite, by exploiting whatever free services they could. And now we're paying the price, as you say, by having DockerHub as the default provider.
My suggestion is therefore that we need independent solutions, that are fully funded as a charity, and stop relying on freemium services from corporations that fundamentally don't care about the public good.
Re: We Need to Talk About Docker Hub
#7Run your own registry.
FROM Debian
CMD apt-get install thing
CMD curl blabla/install.sh
Pretty much converts to:
aws-cli ec2 launch-instance
ssh user@server apt-get install thing
ssh user@server curl blabla/install.sh
In general, everytime you dispense of a high level abstraction, the solution is not to replicate the high level abstraction, but to build directly at a lower level abstraction.
If you want to replace burgers, just buy a slab of meat and put it in the fire or bake your own bread. You don't need to make preservants and buy artificial sweeteners, etc...
Re: We Need to Talk About Docker Hub
#8[flagged]
Re: We Need to Talk About Docker Hub
#9Run your own registry.
This also applies to any package manager repository you might be using. JFrog charges loads of money for Artifactory, btw
The format is not hard to implement either for basic storage.
Re: We Need to Talk About Docker Hub
#10We control our image registry. So should you.