Giter VIP home page Giter VIP logo

Comments (11)

nickjj avatar nickjj commented on July 24, 2024

Hi,

Which OS / distro is this affecting?

Also pass is a command line password manager that uses GPG keys to handle encrypting and decrypting passwords.

The issue hints that this is only maybe related to installing Docker Compose from your distro's repos with apt, but this role doesn't do that. Docker Compose is installed through pip.

Did you install Docker and / or Docker Compose through your distro's repos before using this role?

from ansible-docker.

coute avatar coute commented on July 24, 2024

The issue was with Debian buster.
I installed docker and docker compose with the role only.

from ansible-docker.

coute avatar coute commented on July 24, 2024

I had an other problem with registries.
I used the docker__registries variable to set a private registry.
The roles is set with become: yes

I launched the playbook and the docker-login task worked. But docker credentials that is stored in .docker folder is only root accessible.

ls -lha /home/ansible/.docker/
total 12K
drwxr-xr-x 2 root    root    4.0K Jan 22 17:36 .
drwxr-xr-x 6 ansible ansible 4.0K Jan 22 17:36 ..
-rw------- 1 root    root     142 Jan 22 17:36 config.json

So the docker login command doesn't work after the installation with the ansible user.

from ansible-docker.

coute avatar coute commented on July 24, 2024

I had an other problem with registries.
I used the docker__registries variable to set a private registry.
The roles is set with become: yes

I launched the playbook and the docker-login task worked. But docker credentials that is stored in .docker folder is only root accessible.

ls -lha /home/ansible/.docker/
total 12K
drwxr-xr-x 2 root    root    4.0K Jan 22 17:36 .
drwxr-xr-x 6 ansible ansible 4.0K Jan 22 17:36 ..
-rw------- 1 root    root     142 Jan 22 17:36 config.json

So the docker login command doesn't work after the installation with the ansible user.

I used become_flags: "-i" in playbook to fix the issue.
The .docker folder has been created in root home folder.

from ansible-docker.

nickjj avatar nickjj commented on July 24, 2024

Which Buster ISO are you using, or cloud hosting provider if you can't pick it?

from ansible-docker.

coute avatar coute commented on July 24, 2024

AWS buster

from ansible-docker.

nickjj avatar nickjj commented on July 24, 2024

Can you link me to the exact AMI you're using?

from ansible-docker.

coute avatar coute commented on July 24, 2024

https://aws.amazon.com/marketplace/pp/B0859NK4HC?ref=cns_srchrow

from ansible-docker.

nickjj avatar nickjj commented on July 24, 2024

The X11 issue seems related to that specific ISO of Debian. I can't reproduce it on a few other cloud vendor's versions of Debian or what comes with Vagrant's Debian box or Docker's variant of Debian.

from ansible-docker.

coute avatar coute commented on July 24, 2024

I have made some tests on a Vagrant host with a buster image.
I found that a previous role in my playbook install python3-docker package with apt.
This package depends on golang-docker-credential-helpers
If I remove both of them, that fix the issue.
My bad.

from ansible-docker.

nickjj avatar nickjj commented on July 24, 2024

Ok, so it sounds like the X11 issue is resolved without any changes to this role due to the issue you linked having resolutions available by not having a previous version of Docker / Docker Compose installed.

Going to close this.

The file permission issue with the login credentials is a separate issue and I'm working on a patch for that.

from ansible-docker.

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.