mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 17:18:11 +00:00
While we try to keep the containerd and docker seccomp profiles in sync, they may not always be; this switches the executor to use the docker seccomp profile, so that buildkit (when vendored in docker) will use the same default seccomp profile as is used for containers. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>