Git Product home page Git Product logo

Comments (4)

ahembree avatar ahembree commented on June 26, 2024

Are you running Ubuntu 20.04 by chance? I recently started using GitHub Actions and have found an SSL issue with Compose on Ubuntu 20.04. It's not an issue with SSL for the proxy, but rather an SSL issue with Docker and Ansible itself

Edit: never mind it's not specific to Ubuntu 20.04, there's similar output in this Action run for Ubuntu 22.04: https://github.com/ahembree/ansible-hms-docker/actions/runs/7149198838/job/19471134635#step:4:1

from ansible-hms-docker.

fobiat avatar fobiat commented on June 26, 2024

I am using 22.04 yes

Edit: I'm going to try on CentOS Stream

from ansible-hms-docker.

ahembree avatar ahembree commented on June 26, 2024

This appears to be an issue with the docker python module, which unfortunately is out of my control so we can only wait for a patch: docker/docker-py#3194 (comment)

If you run sudo pip3 freeze | grep docker, you should see that the docker version is 7.0.0, which is the one that is broken. You can downgrade to the version that works by running sudo pip3 uninstall docker and then sudo pip3 install docker==6.1.3. I'll be updating the code to install this specific version shortly.

from ansible-hms-docker.

ahembree avatar ahembree commented on June 26, 2024

This should now be resolved in d6a55b2. Run git pull while in the ansible-hms-docker folder to get the update

from ansible-hms-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.