devtron
devtron copied to clipboard
Allow user to pass docker build `Options` from UI
Summary
allow user to pass docker build Options from UI
Motivation
- in certain cases user would like to control build behaviour using options like
--target, --platform - for running devtron in multi mode we want ability to pass
--targetflag in dockerfile like https://github.com/devtron-labs/devtron/blob/binary-executor-ea/Dockerfile
Proposal
allow user to pass these params from the UI
AB#458