Unverified Commit 3f626a74 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Python 3.12.5 (#100)

parent 906c6312
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-slim-bookworm
          build-args: PYTHON_VERSION=3.12.5-slim-bookworm
          tags: |
            ${{ steps.meta.outputs.tags }}-slim
            ${{ steps.meta.outputs.tags }}-slim-bookworm
@@ -105,7 +105,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-slim-bullseye
          build-args: PYTHON_VERSION=3.12.5-slim-bullseye
          tags: |
            ${{ steps.meta.outputs.tags }}-slim-bullseye
          labels: |
@@ -128,7 +128,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-bookworm
          build-args: PYTHON_VERSION=3.12.5-bookworm
          tags: |
            ${{ steps.meta.outputs.tags }}
            ${{ steps.meta.outputs.tags }}-bookworm
@@ -153,7 +153,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-bullseye
          build-args: PYTHON_VERSION=3.12.5-bullseye
          tags: |
            ${{ steps.meta.outputs.tags }}-bullseye
          labels: |
+4 −4
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-slim-bookworm
          build-args: PYTHON_VERSION=3.12.5-slim-bookworm
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bookworm
@@ -55,7 +55,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-slim-bullseye
          build-args: PYTHON_VERSION=3.12.5-slim-bullseye
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bullseye

@@ -72,7 +72,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-bookworm
          build-args: PYTHON_VERSION=3.12.5-bookworm
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bookworm
@@ -91,6 +91,6 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.12.4-bullseye
          build-args: PYTHON_VERSION=3.12.5-bullseye
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bullseye
+1 −1
Original line number Diff line number Diff line
ARG PYTHON_VERSION=3.12.4
ARG PYTHON_VERSION=3.12.5
FROM python:${PYTHON_VERSION}
SHELL ["/bin/bash", "-i", "-c"]

+1 −1
Original line number Diff line number Diff line
ARG PYTHON_VERSION=3.12.4-slim
ARG PYTHON_VERSION=3.12.5-slim
FROM python:${PYTHON_VERSION}
SHELL ["/bin/bash", "-i", "-c"]

+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ LABEL maintainer="f.batonogov@yandex.ru"
ENV DEBIAN_FRONTEND=noninteractive

ARG WINE_VERSION=winehq-devel
ARG PYTHON_VERSION=3.12.4

ARG PYTHON_VERSION=3.12.5
ARG PYINSTALLER_VERSION=6.10.0

# we need wine for this all to work, so we'll use the PPA