I am running bitbucket build runner on a jetson Orin machine.
Since updating the runner some time ago,
I'm getting the following error.
Unable to run script in container 02ce19b0-d3e2-5dce-af36-42b1cbba2345_94d92430-6933-4092-bb65-9f9ad3a7c47d_clone. Container exited prematurely with code 1.
After investigating in several directions,
I noticed that the bitbucket-pipeline-docker-daemon image was versioned up.
And BUILDKIT became the default, which made the privilege option mandatory.
When running docker-daemon from bitbucket runner, I can't find a way to run it with privilege. What should I do?