Rootless Container Build on Kubernetes
Running CI tasks on your Kubernetes infrastructure is relatively easy nowadays. The integrations for Github Actions1 and Gitlab CI can be set up in mere minutes. And if that doesn’t suit your needs, there is always Jenkins, which even has a Kubernetes native Operator now! Many pipelines require building containers. In a lot of environments build jobs come with a docker installation. If your jobs are containerised you are probably using Docker in Docker....