We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1d47b commit da06f72Copy full SHA for da06f72
Makefile
@@ -40,7 +40,7 @@ check-reqs:
40
41
## This function is specific to Jenkins infrastructure and isn't required in other contexts
42
docker-init: check-reqs
43
- @set -x; docker buildx create --use
+ @set -x; docker buildx create --use --bootstrap --name docker-ssh-agent --driver docker-container --config /etc/buildkitd.toml
44
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
45
46
build: check-reqs
0 commit comments