Publish your own packages on OpenCommit
Publication date: 2026-08-04
You can now publish your own container images on OpenCommit, powered by the built-in package registry.
Sharing images with your collaborators, or with the world, is now as simple as building and pushing:
docker build -t opencommit.eu/<your-org>/<your-image>:latest .
docker push opencommit.eu/<your-org>/<your-image>:latest
Because every project on OpenCommit has its own package space, images stay organized next to your source code, and access follows the same permissions you already use for your repositories.
We’re starting with container images. Other package formats will follow in the future. You’re always welcome to submit a support ticket with your prefered order at https://opencommit.eu/opencommit/support/issues.
One thing to keep in mind: we’re still a small platform, run by a non-profit with limited resources. Disk space isn’t cheap, especially nowadays. Unlike the big commercial hosts we don’t have unlimited storage at our disposal. To keep the service sustainable for everyone, we’ve set a hard limit of 2TB for container images for now.
Please treat the new service with care: only push what you actually need, clean up images you no longer use, and avoid storing large or redundant layers. If the demand is there, we’ll happily revisit the limit as the platform grows.