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

FYI: Docker base system ubuntu 18.10 creates an error, maybe update? #58

Open
michael-riha opened this issue Feb 24, 2020 · 6 comments
Open

Comments

@michael-riha
Copy link

Hello Gentlemen,

first of all, I love your project and I will fork it in the future since I started from a greenfield with the same approach which makes, now in the end hardly sense, to invent the wheel again.

As I am using Docker and I wanted to build your Container today I found that since a few days
apt packages are not maintained anymore for Ubuntu 18.10, so maybe this would be a good opportunity to upgrade?

E: The repository 'http://archive.ubuntu.com/ubuntu cosmic Release' does not have a Release file.

@dromer
Copy link

dromer commented Mar 15, 2020

The 18.10 release image is officially not supported any more: https://hub.docker.com/_/ubuntu

Better change it to something more current (hopefully 20.04 will be stable soon, then that should be a decent target)

@matthew1000
Copy link
Collaborator

Hi Michael, great you like the project. Priorities have changed and we're not working on it as much as we'd like to, but hopefully that will change at some point.

Yep agreed moving to 20.4 when it launches will make a lot of sense.

@dromer
Copy link

dromer commented Mar 19, 2020

Btw I tried 20.04 which comes with python3.8 by default.

Seems a big review of the pipenv is needed and possibly some refactoring (it didn't exactly "work as expected").

@matthew1000
Copy link
Collaborator

Good to know, thanks. I'll try and find some time to give it a go.

Python & pipenv is never easy!

@dromer
Copy link

dromer commented Mar 19, 2020

Honestly I prefer a decent requirements.txt or setup.py (pip install brave anyone?) :#

@dromer
Copy link

dromer commented Mar 19, 2020

Actually it was fixed by installing libjpeg-dev (needed by pillow).

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

3 participants