Side note: what did happen to Travis? I was just googling them yesterday because they were everywhere. They even came with the GitHub education package. Did GitHub just eat them?
Docker is deleting Open Source organisations - what you need to know
71–80 of 764 posts
Re: Docker is deleting Open Source organisations - what you need to know
#72> Start publishing images to GitHub And when GitHub starts similar shenanigans, move out to where? I am old enough to know the we can't trust BigTech and their unpredictable behaviors. Eventually we need to start a Codeberg like alternative using Prototype funds to be self reliant. 1: https://codeberg.org/ 2: https://prototypefund.de/
It actually sounds reasonable to me? They have an open source program, the article says its open source definition is "too strict" because it says you must have "no pathway to commercialization". I mean why should you expect someone to host gigabytes of docker images for you, for free?
What a load of crap. Free Software's "0th freedom" is the ability to use the program for whatever purpose you wish. The definition of Open Source is even looser than that. They are asking their "Open Source" users to make their software non-free, by restricting its use cases.
Anyway, the writing has been on the wall for a long while. If you haven't moved off Docker Hub yet, now is the time.
Re: Docker is deleting Open Source organisations - what you need to know
#73Docker the tool has been a massive benefit to software development, every now and then I have a moan about the hassle of getting something bootstrapped to run on Docker, but it's still worlds better than the old ways of managing dependencies and making sure everyone on a project is aligned on what versions of things are installed. Unfortunately Docker the company appears to be dying, this is the latest in a long line…
ideally a coop of some variety This is the role I feel like podman, the tool developed by Red Hat, is filling.
Image hosting is expensive at scale, and someone's got to pay for the compute/storage/network...
Re: Docker is deleting Open Source organisations - what you need to know
#74Big players can carry the costs, but what can small ones really do once money runs out?
Re: Docker is deleting Open Source organisations - what you need to know
#75It was always unbelievable too me how much they hosted for free. I recklessly pushed over 100gbs of containers the last years, all free. Never made sense to me, even google doesn't do this anymore.
There are techniques to compress and dedup redundancies... I doubt it is real 100gbs on their disks...
Re: Docker is deleting Open Source organisations - what you need to know
#76Earlier quoted context omitted.
ideally a coop of some variety This is the role I feel like podman, the tool developed by Red Hat, is filling.
Podman is great and is first class citizen on Fedora. It also integrates nicely with SystemD. My only gripe with it is not many developers provide podman configuration on their install pages like they do with docker compose
Re: Docker is deleting Open Source organisations - what you need to know
#77Earlier quoted context omitted.
ideally a coop of some variety This is the role I feel like podman, the tool developed by Red Hat, is filling.
Its not as easy nor as simple as docker + docker compose.
Re: Docker is deleting Open Source organisations - what you need to know
#78Has there been any work on making these centralised public repositories distributed?
Re: Docker is deleting Open Source organisations - what you need to know
#79All free tiers everywhere are going away, because someone always figures out how to run a crypto miner on them.
How can you mine crypto using Docker Hub?
Re: Docker is deleting Open Source organisations - what you need to know
#80Docker the tool has been a massive benefit to software development, every now and then I have a moan about the hassle of getting something bootstrapped to run on Docker, but it's still worlds better than the old ways of managing dependencies and making sure everyone on a project is aligned on what versions of things are installed. Unfortunately Docker the company appears to be dying, this is the latest in a long line…
However, their core offering must be the leader if they want to survive. Devs must want to use "docker run" instead of "podman run" for example. Docker needs to be the obvious #1 for starting a container on a single machine.