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/commands
Justin Chadwell a7e471b7b3 controller: only capture the result when invoked through a controller
This ensures that the code used to capture and evaluated a result is
only executed when built through the controller. Otherwise, no build
result should be recorded.

This ensures that new code added to capture and store the build result
for debugging isn't used when BUILDX_EXPERIMENTAL is not set.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
imagetools mutualize builder logic 2 years ago
bake.go controller: Extract nested CommonOptions on controller API 2 years ago
build.go controller: only capture the result when invoked through a controller 2 years ago
build_test.go build: avoid resolution of dockerfile if context is remote 2 years ago
create.go k8s: generate node name if not provided 2 years ago
create_test.go
debug-shell.go Add flags and subcommand 2 years ago
diskusage.go mutualize builder logic 2 years ago
inspect.go store: set nodegroup last activity 2 years ago
install.go
ls.go mutualize builder logic 2 years ago
prune.go mutualize builder logic 2 years ago
rm.go rm: do not check for context builders when removing inactive 2 years ago
root.go Add flags and subcommand 2 years ago
stop.go mutualize builder logic 2 years ago
uninstall.go
use.go
version.go