Reputation: 11
I want to build lxc containers automatically, ideally in a GitLab CI pipeline, but I do not seem to find a way to make it work. I am currently using distrobuilder to build for example a timescale alpine LXC container. That in it self is not really convenient because if I want to upgrade the alpine config there is not streamline way to do it, but for now I am fine with that.
But I can not find a way to run distrobuilder in GitLab CI (so basically in docker) without using privileged runners, and for security reasons this is not an option. Has anybody found a convenient way to automatically build and deploy LXC container in a similar convenient way to docker.
Any help or pointers are greatly appreciated!
Upvotes: 0
Views: 30