Skip to content

Draft: feat(docker): more configuration options for docker builds

Allows configuring:

  • dockerfile path
  • custom --build-arg's
  • different docker build context
  • build time --label

Fixes:

  • Docker build shell arguments passed with double quote " to prevent shell argument white space issues
  • Documentation of custom build types docker property and separation of the types
Edited by Kaspar Vollenweider

Merge request reports