Hacker News new | ask | show | jobs
by viraptor 2617 days ago
Your own repo, AWS ECR, whatever GCP's version is called, and many others.
1 comments

There are actually very few alternatives for the autobuild part. The only alternative that I'm aware of is Quay, others require you to roll out your own build & push process.
I use drone.io self hosted to build all my images. They then get pushed to a self-hosted hub.
GCP's Cloud Build is also a simple option.
It's not that hard to roll your own (I'm doing that). It's not trivial, but if you need autobuild rather than just tags, it's not a huge time investment either. Some systems have all the necessary stuff exposed as plugins too (for example buildkite)
Autobuilding is really just a free GitLab pipeline.