Loading Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYINSTALLER_VERSION=5.9.0 ARG PYINSTALLER_VERSION=5.11.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple Loading Dockerfile-py3-windows +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.11.3 ARG PYINSTALLER_VERSION=5.9.0 ARG PYINSTALLER_VERSION=5.11.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading README.md +9 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ | TAG | Python version | Pyinstaller version | | ---------------------- | -------------- | ------------------- | | `:latest`/`:3.1.0` | 3.11.3 | 5.9.0 | | `:latest`/`:3.1.1` | 3.11.3 | 5.11.0 | | `:3.1.0` | 3.11.3 | 5.9.0 | | `:python-3.11`/`:3.0.2`| 3.11.2 | 5.8.0 | | `:3.0.1` | 3.11.1 | 5.7.0 | | `:python-3.10` | 3.10.10 | 5.7.0 | Loading Loading @@ -67,10 +68,13 @@ Yes, by supplying the `PYPI_URL` and `PYPI_INDEX_URL` environment variables that ## History ### 2023 Now release information will be [here](https://github.com/batonogov/docker-pyinstaller/releases). Release History <details> <summary>2023</summary> ### [3.1.0] - 08.04.2023 - Linux container now uses Python base image Loading @@ -94,6 +98,8 @@ Now release information will be [here](https://github.com/batonogov/docker-pyins - Updated Pyintaller 5.5.0 -> 5.7.0 - Updated Python 3.10.8 -> 3.11.1 </details> <details> <summary>2022</summary> Loading Loading
Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYINSTALLER_VERSION=5.9.0 ARG PYINSTALLER_VERSION=5.11.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple Loading
Dockerfile-py3-windows +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.11.3 ARG PYINSTALLER_VERSION=5.9.0 ARG PYINSTALLER_VERSION=5.11.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading
README.md +9 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ | TAG | Python version | Pyinstaller version | | ---------------------- | -------------- | ------------------- | | `:latest`/`:3.1.0` | 3.11.3 | 5.9.0 | | `:latest`/`:3.1.1` | 3.11.3 | 5.11.0 | | `:3.1.0` | 3.11.3 | 5.9.0 | | `:python-3.11`/`:3.0.2`| 3.11.2 | 5.8.0 | | `:3.0.1` | 3.11.1 | 5.7.0 | | `:python-3.10` | 3.10.10 | 5.7.0 | Loading Loading @@ -67,10 +68,13 @@ Yes, by supplying the `PYPI_URL` and `PYPI_INDEX_URL` environment variables that ## History ### 2023 Now release information will be [here](https://github.com/batonogov/docker-pyinstaller/releases). Release History <details> <summary>2023</summary> ### [3.1.0] - 08.04.2023 - Linux container now uses Python base image Loading @@ -94,6 +98,8 @@ Now release information will be [here](https://github.com/batonogov/docker-pyins - Updated Pyintaller 5.5.0 -> 5.7.0 - Updated Python 3.10.8 -> 3.11.1 </details> <details> <summary>2022</summary> Loading