Comment on Docker Hub limiting unauthenticated users to 10 pulls per hour
Dunstabzugshaubitze@feddit.org 1 month ago
distribution.github.io/distribution/
is an opensource implementation of a registry.
you could also self host something like gitlab, which bundles this or sonatype nexus which can serve as a repository for several kinds of artifacts including container images.
PassingThrough@lemm.ee 1 month ago
Gitea and therefore Forgejo also have container registry functionality, I use that for private builds.
macattack@lemmy.world 1 month ago
Jumping on the forgejo love train
possiblylinux127@lemmy.zip 1 month ago
Codeberg as woodpecker CI
Dunstabzugshaubitze@feddit.org 1 month ago
oh, thats good to know, forgejo seems way nicer for self hosting than the limited gitlab open source core.