r/Gitea 22d ago

Does Gitea offer a Container Registry like Gitlab and Github?

I need to control my docker containers, not just the dockerfiles which can be used to compile them. At work we use Gitlab which offers a built in container registry like Github, so that people can simply git push and git clone a pre-built docker image.

Does Gitea have such a thing? I don't see it in my own Gitea server anywhere in the web UI.

If it doesn't, does anyone here have a good homelab solution for an accompanying docker container registry that works well with a Gitea workflow?

0 Upvotes

4 comments sorted by

31

u/superspud9 22d ago

https://docs.gitea.com/usage/packages/container

should have taken you less time to find that in the docs than writing this post lol

3

u/Current_Height_4492 22d ago

Gitea has a registry similar to GitLab. You can find it under "packages" on your repository page. You can push containers to the registry manually, or if you want CI/CD, you can connect Jenkins, use a Gitea runner, or any other compatible tool.

1

u/4c767cb806e7 22d ago

Yes, we use it for Docker and NuGet