Use Kaniko to build docker images
I am using Kaniko to build docker images since a couple of years. Particularly for my Ruby on Rails projects. I collected some insights, which might be useful for you: https://tobiasmaier.info/posts/2022/11/01/kaniko.html (e.g. how to share secrets for gemserver, multi-stage builds)
Post a comment