buildx/controller/pb
Sebastiaan van Stijn b948b07e2d
remove uses of github.com/docker/docker/builder/remotecontext package
This package is part of the classic builder, and was currently only used
for the IsURL utility, which is a very rudimentary check for a string having
a "https://" or "http://" scheme.

This patch copies the code as non-exported functions where they're used to
remove the dependency.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-05-26 11:06:02 +02:00
..
attest.go controller: handle attestation options across api 2023-02-23 15:46:37 +00:00
cache.go controller: strongly type the controller api 2023-02-23 15:43:15 +00:00
controller.pb.go build: support statuscode response for print requests 2024-04-15 10:38:54 -07:00
controller.proto build: support statuscode response for print requests 2024-04-15 10:38:54 -07:00
export.go build: allow multiple exports if supported by buildkit 2024-02-28 13:16:15 -08:00
generate.go controller: move controllers out of commands into separate package 2023-01-31 17:51:33 +00:00
path.go remove uses of github.com/docker/docker/builder/remotecontext package 2024-05-26 11:06:02 +02:00
path_test.go fix lint issues after update 2023-10-19 12:31:24 +02:00
progress.go build: display build details link 2023-06-06 18:54:31 +02:00
secrets.go controller: strongly type the controller api 2023-02-23 15:43:15 +00:00
ssh.go controller: strongly type the controller api 2023-02-23 15:43:15 +00:00