Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
images: tobix/pywine
tags: |
type=raw,value=latest
type=raw,value=3.13
type=raw,value=3.14

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY mkuserwineprefix entrypoint.sh /opt/
RUN xvfb-run sh /tmp/helper/wine-init.sh

# renovate: datasource=github-tags depName=python/cpython versioning=pep440
ARG PYTHON_VERSION=3.13.9
ARG PYTHON_VERSION=3.14.0
# renovate: datasource=github-releases depName=upx/upx versioning=loose
ARG UPX_VERSION=5.0.2

Expand All @@ -21,7 +21,7 @@ RUN --mount=from=ghcr.io/sigstore/cosign/cosign:v3.0.2@sha256:b29487e48205d875c3
"https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-amd64.exe{,.sigstore}" \
https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-win64.zip \
&& \
cosign verify-blob --certificate-oidc-issuer https://accounts.google.com --certificate-identity-regexp='@python.org$' \
cosign verify-blob --certificate-oidc-issuer https://github.com/login/oauth --certificate-identity-regexp='@python.org$' \
--bundle python-${PYTHON_VERSION}-amd64.exe.sigstore python-${PYTHON_VERSION}-amd64.exe && \
sha256sum -c SHA256SUMS.txt && \
xvfb-run sh -c "\
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ to create an "usable" wineprefix:
If you need older Python versions for some reason, there are currently tags for
the following Python branches:

* Python 3.14.x: `tobix/pywine:3.14`
* Python 3.13.x: `tobix/pywine:3.13`
* Python 3.12.x: `tobix/pywine:3.12`
* Python 3.11.x: `tobix/pywine:3.11`
Expand Down