Coder Social home page Coder Social logo

Bitbucket Pipelines: Error response from daemon: authorization denied by plugin pipelines: --privileged=true is not allowed about docker-with-compose HOT 4 CLOSED

tiangolo avatar tiangolo commented on May 1, 2024
Bitbucket Pipelines: Error response from daemon: authorization denied by plugin pipelines: --privileged=true is not allowed

from docker-with-compose.

Comments (4)

tiangolo avatar tiangolo commented on May 1, 2024 1

@Ousret did you get the same error or a different error?

If it's different, then please create another issue, with a self-contained example to replicate the problem.

from docker-with-compose.

tiangolo avatar tiangolo commented on May 1, 2024

Hmmm, strange, not sure what that error might mean. I also don't use Bitbucket Pipelines myself so I wouldn't have a way to debug it, I wouldn't easily face the same problem. 🤔

But if you discover anything else, please let me know.

from docker-with-compose.

Ousret avatar Ousret commented on May 1, 2024

Hi,

We faced something of the same importance. (gitlab-ci, docker executor) The tag:latest induced a series of breaking changes.
Our problem is regarding generating docker-stack.yml for our clusters at work.

e.g.

docker-compose -f docker-compose.yml -f docker-compose.deploy.yml \
config > docker-stack.yml
  • version: '3.8' is not present on the generated stack.yml (the target host fallback to version: 1 which is problematic. even though it is on our (input) files.
  • volumes descriptions have changed unexpectedly so there are re-created (not found)

before (stack.yml)

volumes:
  app-jwt-store: {}

after:

volumes:
  app-jwt-store:
    name: stack-name_app-jwt-store

Probably due to upstream changes. Not docker-compose as it is pinned in the image.

from docker-with-compose.

github-actions avatar github-actions commented on May 1, 2024

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.

from docker-with-compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.