Loading .github/workflows/docker-image-linux-ghcr.yml +4 −4 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bookworm build-args: PYTHON_VERSION=3.12.7-slim-bookworm tags: | ${{ steps.meta.outputs.tags }}-slim ${{ steps.meta.outputs.tags }}-slim-bookworm Loading @@ -105,7 +105,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bullseye build-args: PYTHON_VERSION=3.12.7-slim-bullseye tags: | ${{ steps.meta.outputs.tags }}-slim-bullseye labels: | Loading @@ -128,7 +128,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bookworm build-args: PYTHON_VERSION=3.12.7-bookworm tags: | ${{ steps.meta.outputs.tags }} ${{ steps.meta.outputs.tags }}-bookworm Loading @@ -153,7 +153,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bullseye build-args: PYTHON_VERSION=3.12.7-bullseye tags: | ${{ steps.meta.outputs.tags }}-bullseye labels: | Loading .github/workflows/docker-image-linux.yml +4 −4 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bookworm build-args: PYTHON_VERSION=3.12.7-slim-bookworm tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bookworm Loading @@ -55,7 +55,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bullseye build-args: PYTHON_VERSION=3.12.7-slim-bullseye tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bullseye Loading @@ -72,7 +72,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bookworm build-args: PYTHON_VERSION=3.12.7-bookworm tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }} ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bookworm Loading @@ -91,6 +91,6 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bullseye build-args: PYTHON_VERSION=3.12.7-bullseye tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bullseye Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line ARG PYTHON_VERSION=3.12.6 ARG PYTHON_VERSION=3.12.7 FROM python:${PYTHON_VERSION} SHELL ["/bin/bash", "-i", "-c"] Loading Dockerfile-py3-linux-slim +1 −1 Original line number Diff line number Diff line ARG PYTHON_VERSION=3.12.6-slim ARG PYTHON_VERSION=3.12.7-slim FROM python:${PYTHON_VERSION} SHELL ["/bin/bash", "-i", "-c"] 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-devel ARG PYTHON_VERSION=3.12.6 ARG PYTHON_VERSION=3.12.7 ARG PYINSTALLER_VERSION=6.10.0 # we need wine for this all to work, so we'll use the PPA Loading Loading
.github/workflows/docker-image-linux-ghcr.yml +4 −4 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bookworm build-args: PYTHON_VERSION=3.12.7-slim-bookworm tags: | ${{ steps.meta.outputs.tags }}-slim ${{ steps.meta.outputs.tags }}-slim-bookworm Loading @@ -105,7 +105,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bullseye build-args: PYTHON_VERSION=3.12.7-slim-bullseye tags: | ${{ steps.meta.outputs.tags }}-slim-bullseye labels: | Loading @@ -128,7 +128,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bookworm build-args: PYTHON_VERSION=3.12.7-bookworm tags: | ${{ steps.meta.outputs.tags }} ${{ steps.meta.outputs.tags }}-bookworm Loading @@ -153,7 +153,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bullseye build-args: PYTHON_VERSION=3.12.7-bullseye tags: | ${{ steps.meta.outputs.tags }}-bullseye labels: | Loading
.github/workflows/docker-image-linux.yml +4 −4 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bookworm build-args: PYTHON_VERSION=3.12.7-slim-bookworm tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bookworm Loading @@ -55,7 +55,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-slim-bullseye build-args: PYTHON_VERSION=3.12.7-slim-bullseye tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bullseye Loading @@ -72,7 +72,7 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bookworm build-args: PYTHON_VERSION=3.12.7-bookworm tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }} ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bookworm Loading @@ -91,6 +91,6 @@ jobs: linux/ppc64le linux/s390x push: true build-args: PYTHON_VERSION=3.12.6-bullseye build-args: PYTHON_VERSION=3.12.7-bullseye tags: | ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bullseye
Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line ARG PYTHON_VERSION=3.12.6 ARG PYTHON_VERSION=3.12.7 FROM python:${PYTHON_VERSION} SHELL ["/bin/bash", "-i", "-c"] Loading
Dockerfile-py3-linux-slim +1 −1 Original line number Diff line number Diff line ARG PYTHON_VERSION=3.12.6-slim ARG PYTHON_VERSION=3.12.7-slim FROM python:${PYTHON_VERSION} SHELL ["/bin/bash", "-i", "-c"] 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-devel ARG PYTHON_VERSION=3.12.6 ARG PYTHON_VERSION=3.12.7 ARG PYINSTALLER_VERSION=6.10.0 # we need wine for this all to work, so we'll use the PPA Loading