Since Friday 13/9/2024, a bitbucket pipeline is failing on step "docker compose up -d" with error:
Error response from daemon: authorization denied by plugin pipelines: --mounts is not allowed
I don't have any answer to this, but can add another datapoint that this started happening on our integration test step which also used docker compose with volumes. I am wondering if this is a result of their impending upgrade and if they changed the whitelist for allowable volumes to be attached on the backend, but the upgrade the pipeline runtime has not occurred (as it is scheduled for tomorrow) and so this is now failing...
Not sure about what they changed in the docker end for the latest release, that's yet to be found out. For now we have pinned our docker:dind image to docker:25-dind as suggested by Atlassian support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, reverting docker-compose to v2.29.2 (from v2.29.4) worked for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.