cdrx/docker-pyinstaller

Provide versioned tags of previous images

Lindenk opened this issue · 2 comments

The latest version of pyinstaller seems to have an issue running built executables on windows 7 and 10 (pyinstaller/pyinstaller#4510). While this issue is rather fringe, it's caused a breaking change for me and I can't roll back to an earier image or specify a image version because they aren't tagged.

So, would you mind if I submitted a pull request to apply a version number to images built and uploaded to docker hub? In the meantime I'll need to fork and build my own version of this build image.

Scratch that I just realized the building/tagging script isn't part of this repository. Maybe we can set up CI?

More specficially, I (presumably) either need python updated to 3.8 or to build this image at commit
cccdf6c to workaround the issue.