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 589d4e4cf5 build: use buildkit's gitutil package to detect remote files
BuildKit's gitutil package behaves slightly differently than moby's
urlutil, so we should rely on BuildKit's gitutil when detecting URLs to
avoid cases of accidentally producing invalid build requests that can
confuse users.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
imagetools mutualize builder logic 2 years ago
bake.go bake: move SOURCE_DATE_EPOCH parsing to overrides 2 years ago
build.go build: use buildkit's gitutil package to detect remote files 2 years ago
build_test.go build: fixup resolvePaths for remote context path 2 years ago
create.go k8s: generate node name if not provided 2 years ago
create_test.go Fix tolerations not parsing its options correctly, add tests 3 years ago
diskusage.go mutualize builder logic 2 years ago
inspect.go store: set nodegroup last activity 2 years ago
install.go cli: fix builder persistent flag 3 years ago
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 controller: move controllers out of commands into separate package 2 years ago
stop.go mutualize builder logic 2 years ago
uninstall.go cli: fix builder persistent flag 3 years ago
use.go dockerutil pkg to manage docker api client and context 2 years ago
version.go cli: fix builder persistent flag 3 years ago