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/util
Justin Chadwell 3c3e4a6d5f
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: CrazyMax <crazy-max@users.noreply.github.com>
2 years ago
..
buildflags controller: refactor build inputs to external struct 2 years ago
cobrautil cli: add completion to list builder names 2 years ago
confutil driver(docker-container): fix incorrect path when writing certs 2 years ago
desktop build: display build details link 2 years ago
dockerutil dockerutil pkg to manage docker api client and context 2 years ago
gitutil git: update gitutil test utilities 2 years ago
imagetools imagetools(create): set correct media type when combining manifests 2 years ago
ioset monitor: Enable to exec into the container 2 years ago
logutil logutil: print error from WithError if found 2 years ago
platformutil separate manual and automatically detected platforms 5 years ago
progress build: display build details link 2 years ago
resolver allow multi-node push and imagetools to use custom registry config 3 years ago
tracing enable opentelemetry support 4 years ago
userfunc Dockerfile: update golangci-lint to 1.48.0 (go 1.19 support) 2 years ago
waitmap util: add waitmap for target synchronization 3 years ago