Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Ubuntu:20.20 #25

Open
nerdyness opened this issue May 13, 2020 · 2 comments
Open

Incompatible with Ubuntu:20.20 #25

nerdyness opened this issue May 13, 2020 · 2 comments

Comments

@nerdyness
Copy link

Hi there,

You reference the package python-pip in several Dockerfiles however since you're including FROM ubuntu:latest it uses Ubuntu 20.20 which no longer supports Python2. There is a python3-pip however the like service is very much Python 2.

Even if I pin the Docker image to FROM ubuntu:18.04 I get some exceptions and thus the healthcheck keeps killing my containers.

@ahabman
Copy link

ahabman commented May 22, 2020

I also had to pin the ubuntu version. Both 18.04 and 19.10 worked for me. No errors.

@nerdyness
Copy link
Author

Hi @ahabman, I should have been clearer in my description. If you pin the ubuntu version in the docker image the container builds with no errors.

However if you then run said image, the code throws some python exceptions and thus the load balancer terminates the container and spins up a new task. In either case, the workshop probably needs some work. I'm happy to help out, you can ping me on Chime (krisstef@) for further clarification 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants