Code Monkey home page Code Monkey logo

Comments (4)

llnk avatar llnk commented on May 30, 2024 7

Ok so I think I have figured out what happened.
If you install docker-compose with apt-get on Ubuntu 18 (IDK if it happens also on Ubuntu 20), apt will install docker compose version 1.17: and your command fails with this version.

To solve the issue I had to remove docker compose, and install it from docker directly with curl. Now I am with version 1.26 and it works fine.

Maybe it's better to specify that docker-compose must be installed with curl and not with apt-get

from immuni-backend-exposure-ingestion.

ocardia avatar ocardia commented on May 30, 2024 1

Hey @llnk, I did run it right now by copy-pasting what you posted (although it looks exactly as instructed in the doc), and I succeed in building it.

What's your docker-compose version? I see docker-compose version 1.25.5, build 8a1c60f6 on my side.

Also, sanity check: did you do any change or was it a fresh, just pulled repo?

Eventually, consider that even the CI is running the same exact command, thus some more details on how to reproduce your issue would be great! Keep us posted!

from immuni-backend-exposure-ingestion.

llnk avatar llnk commented on May 30, 2024

Hi Ocardia,
to give more context: I am with a fresh & clean installation of Ubuntu 18.04 virtualized with Virtual Box (on Windows 10 but I don't the host OS matters much).

Before installing the stuff I run

apt-get update && apt-get upgrade

After that I just cloned the repo and run the docker cmd.

Regarding the version of docker-compose, please see the output:

test@test-VirtualBox:~/immuni/immuni-backend-exposure-ingestion/docker$ docker-compose version
docker-compose version 1.17.1, build unknown
docker-py version: 2.5.1
CPython version: 2.7.17
OpenSSL version: OpenSSL 1.1.1  11 Sep 2018

And that maybe is interesting since I see that I am on version 1.17 while you are on 1.25...

from immuni-backend-exposure-ingestion.

ocardia avatar ocardia commented on May 30, 2024

Hey @llnk, I'm glad you managed to get it working!

I do agree adding this note to the docs would be helpful for others too. Let me re-open the issue so as to track this documentation enhancement.

It's a small change, hopefully it could be squeezed in soon enough.

Thanks.

from immuni-backend-exposure-ingestion.

Related Issues (8)

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.