Closed unickq closed 1 month ago
Facing the same issue
@thelazyoxymoron the solution for now is to use older version
services:
lute:
image: jzohrab/lute3:3.5.3
ports:
- 5010:5000
volumes:
- ./data:/lute_data
- ./backup:/lute_backup
But @jzohrab, please check your recent changes in 3.5.4 and 3.5.5
Thanks guys! I botched release 3.5.4 and I guess that docker used that bad version. Sorry, will rebuild today.
Need to fix the release process too to prevent future issues.
Thanks @unickq and @thelazyoxymoron -- I've just re-pushed image 3.5.5 and tested it out.
The problem was that during the build, it was fetching what it thought was the latest available Lute release from pypi, but actually a newer release was pushed, it just wasn't visible yet. Now the docker image build requires a specific version, so going forward this shouldn't happen again.
Cheers and thanks again. I'll leave this issue open for a while in case anyone else has the same problem.
Thanks for fixing it, @jzohrab
Just curious, why do you install your app with Pypi in docker? I mean instead of building it from sources.
Hi @unickq - I should change it back to building from source. :-) I switched to pypi for the wrong reasons, but then that prevents people from using the dockerfile to build their own images if they hack the code.
Changed back to build using source code, not pypi.
Launched in 3.5.6.
Description
On docker compose up for
Log