Skip to content

Feature: Add a possibility to pass additional args to buildx instance

It is not currently possible to pass additional parameters to the docker buildx create command. This MR adds this possibility.

Motivation

  1. Our builds fail with a network connection error if we use the docker-container driver needed for cache type registry because this driver spans up another docker container which we would have to pass the --driver-opt network=host option to gain network access.
  2. It would be possible to use the kubernetes driver with buildx.

Behaviour and Features

The following variable has been added:

Merge request reports