**batonogov/pyinstaller-linux** and **batonogov/pyinstaller-windows** are a pair of Docker containers to ease compiling Python applications to binaries / exe files.
Current PyInstaller version used:
- 4.6.0 for Python 3.10.0
- 4.7.0 for Python 3.10.0
## Tags
`batonogov/pyinstaller-linux` both have few tags `:latest`, `:dev`.
`batonogov/pyinstaller-windows` both have few tags `:latest`, `:dev`.
`batonogov/pyinstaller-linux` both have few tags `:latest`, `:dev`, `python-3.8`, `python-3.9`.
`batonogov/pyinstaller-windows` both have few tags `:latest`, `:dev``python-3.8`, `python-3.9`.
The `:latest` tag runs Python 3.10.0 x86-64.
@@ -54,7 +54,7 @@ will generate a `spec` file for `your-script.py` in your current working directo
##### How do I change the PyInstaller version used?
Add `pyinstaller=4.1` to your `requirements.txt`.
Add `pyinstaller=4.5.1` to your `requirements.txt`.
##### Is it possible to use a package mirror?
@@ -118,7 +118,7 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000