I'm trying to use the --privileged tag on a self hosted runner but I keep getting an error stating that it's not allowed. I've run the same step on bitbucket's docker and it runs fine. To keep things basic, I'm currently using code cut and pasted from the support page detailing the use of runtime v3. The only difference I can see is that my runners keep insisting on downloading bitbucket-pipelines-docker-daemon v25.0.5 while on the hosted environment it appears to be running docker v28.5.1
My bitbucket-pipelines.yml is as follows: