Skip to content

Allow BuildKit frontend (syntax) to be easily overridden

Dduvall requested to merge main-Ib77887956feef9657a8103120072caf48602cc04 into main

It is sometimes necessary to override the frontend for a single pipeline
run, for example when testing another Blubber version or temporarily
reverting to a non-broken one.

Adding an --frontend option to kokkuri image build and corresponding
environment variable allows users to do this easily via a GitLab CI
variable when running pipelines manually.

Merge request reports