▲ | metadat 4 days ago | |
This should have always been a thing! Brilliant. Docker registries have their place but are overall over-engineered and an antithesis to the hacker mentality. | ||
▲ | password4321 4 days ago | parent | next [-] | |
As a VC-funded company Docker had to make money somehow. | ||
▲ | dreis_sw 3 days ago | parent | prev | next [-] | |
I recommend using GitHub's registry, ghcr.io, with GitHub Actions. I invested just 20 minutes to setup a .yaml workflow that builds and pushes an image to my private registry on ghcr.io, and 5 minutes to allow my server to pull images from it. It's a very practical setup. | ||
▲ | ezekg 3 days ago | parent | prev [-] | |
I think the complexity lies in the dance required to push blobs to the registry. I've built an OCI-compliant pull-only registry before and it wasn't that complicated. |