Skip to content

CI: Do Docker Image Building with Kaniko

Simon Spannagel requested to merge kaniko into master

As per docker-image-build CI tool documentation the currently still used approach of sending the compile job to runners tagged docker-image-build is deprecated and an explicit Kaniko job should be started. This can then run on any GitLab CI runner, not only on specially tagged ones.

Tested in a scheduled pipeline to work just as the old approach.

Merge request reports