Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.