buildkit/cmd/buildctl
Ian Campbell cc3f1137b1 buildctl: quote quotes in dot dump of llb
The command, used as the dot label, can contain quotes which need escaping when
used within the quoted string.

Formatting with `%q` rather than `\"%s\"` does this for us.

I don't believe digests or the shapes can ever contain quotes (or other unusual
characters) but switch them to `%q` as well for consistency.

Signed-off-by: Ian Campbell <ijc@docker.com>
2018-07-03 12:07:27 +01:00
..
debug buildctl: quote quotes in dot dump of llb 2018-07-03 12:07:27 +01:00
build.go llb: force platform in llb and allow constraints 2018-06-22 16:49:03 -07:00
build_test.go vendor: update containerd to v1.0.2 2018-02-13 16:00:09 -08:00
buildctl_test.go buildctl: add test for usage 2018-02-09 17:16:00 -08:00
debug.go worker: add labels 2017-12-20 16:28:47 +09:00
diskusage.go Add grpc opentracing support to the binaries 2018-01-08 17:49:34 -08:00
diskusage_test.go set more tests to parallel 2017-12-08 18:19:08 -08:00
main.go client: take a context.Context to New(). 2018-06-11 14:28:08 +01:00
prune.go Add grpc opentracing support to the binaries 2018-01-08 17:49:34 -08:00
prune_test.go client: add integration tests for prune 2018-01-04 23:09:05 -08:00
trace.go buildctl: fix nil panic 2018-01-23 11:48:49 +09:00