buildkit/client
Erik Sipsma 43a74261b3 Remove symlink, not target, in FileOp.Rm.
Before this change, if the path provided to FileOp.Rm was a symlink then
the target of the symlink would be removed instead of the symlink
itself. Now, the symlink will be removed instead. However, any symlinks
present in the parent dirs of the specified path will still be resolved
before calling os.Remove; this change only results in the base of the
specified path not being followed.

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
2021-11-18 12:44:12 -08:00
..
buildid allow frontends to be run directly on the control client side 2018-08-14 11:50:08 +01:00
connhelper new connection helper: podman-container://<CONTAINER> 2020-08-06 15:38:16 +09:00
llb Add initial MergeOp implementation. 2021-11-18 11:10:48 -08:00
ociindex all: unify the specs-go package import alias to ocispecs 2021-08-11 08:29:09 +09:00
build.go make GrpcClient implement gateway.client.Client 2020-09-13 20:41:18 +00:00
build_test.go fix: provide only available capabilities to insecure environment 2021-10-15 19:57:32 +03:00
client.go client: allow setting custom dialer for session endpoint 2021-10-17 20:21:28 -07:00
client_test.go Remove symlink, not target, in FileOp.Rm. 2021-11-18 12:44:12 -08:00
client_unix.go go fmt: add //go:build 2021-10-28 13:26:43 +02:00
client_windows.go client: update dialer to contextDialer 2020-07-19 09:28:36 -07:00
diskusage.go Add initial MergeOp implementation. 2021-11-18 11:10:48 -08:00
exporters.go exporter: add tar exporter 2019-03-27 09:40:24 -07:00
filter.go client: generalize the filter passing 2018-07-25 18:19:31 -07:00
graph.go support local cache exporter and importer 2019-01-19 02:38:26 +09:00
prune.go Add initial MergeOp implementation. 2021-11-18 11:10:48 -08:00
solve.go client: allow setting custom dialer for session endpoint 2021-10-17 20:21:28 -07:00
workers.go all: unify the specs-go package import alias to ocispecs 2021-08-11 08:29:09 +09:00