You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/controller
Justin Chadwell d8f6d554a8 controller: refactor build inputs to external struct
This patch continues the move to attempt to merge the build.Options
struct into the controllerapi.Options message.

To do this, we extract all the input parameters into a dedicated message
(adding the missing ones, except for the InStream parameter which will
require some additional fiddling around). We also rework the
NamedContexts to allow containing States (by transmitting them as
DefinitionOps), and adding a Linked field to the common options.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
build controller: refactor build inputs to external struct 2 years ago
control monitor: Enable to exec into the container 2 years ago
local monitor: Enable to exec into the container 2 years ago
pb controller: refactor build inputs to external struct 2 years ago
processes monitor: Enable to exec into the container 2 years ago
remote monitor: Enable to exec into the container 2 years ago
controller.go lint: ban fmt.Errorf in preference of errors.Errorf 2 years ago