Skip to content

Add initial Windows variants #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2021
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 9, 2021

This expands on #53 with some initial support for building on Windows (so it can be tested).

@tianon tianon marked this pull request as draft February 9, 2021 01:05
@tianon tianon force-pushed the windows branch 2 times, most recently from a56ede0 to 70c0bc3 Compare February 9, 2021 01:19
@tianon
Copy link
Member Author

tianon commented Feb 9, 2021

Diff:
$ diff -u <(bashbrew list pypy | cut -d: -f2 | sort -u) <(bashbrew list <(./generate-stackbrew-library.sh) | cut -d: -f2 | sort -u)
--- /dev/fd/63	2021-02-08 17:27:39.621533476 -0800
+++ /dev/fd/62	2021-02-08 17:27:39.621533476 -0800
@@ -6,30 +6,46 @@
 2-7.3.3-buster
 2-7.3.3-slim
 2-7.3.3-slim-buster
+2-7.3.3-windowsservercore
+2-7.3.3-windowsservercore-1809
 2-7.3-buster
 2-7.3-slim
 2-7.3-slim-buster
+2-7.3-windowsservercore
+2-7.3-windowsservercore-1809
 2.7-7
 2.7-7.3
 2.7-7.3.3
 2.7-7.3.3-buster
 2.7-7.3.3-slim
 2.7-7.3.3-slim-buster
+2.7-7.3.3-windowsservercore
+2.7-7.3.3-windowsservercore-1809
 2.7-7.3-buster
 2.7-7.3-slim
 2.7-7.3-slim-buster
+2.7-7.3-windowsservercore
+2.7-7.3-windowsservercore-1809
 2.7-7-buster
 2.7-7-slim
 2.7-7-slim-buster
+2.7-7-windowsservercore
+2.7-7-windowsservercore-1809
 2-7-buster
 2.7-buster
 2-7-slim
 2.7-slim
 2-7-slim-buster
 2.7-slim-buster
+2-7-windowsservercore
+2.7-windowsservercore
+2-7-windowsservercore-1809
+2.7-windowsservercore-1809
 2-buster
 2-slim
 2-slim-buster
+2-windowsservercore
+2-windowsservercore-1809
 3
 3.6
 3.6-7
@@ -38,15 +54,23 @@
 3.6-7.3.3-buster
 3.6-7.3.3-slim
 3.6-7.3.3-slim-buster
+3.6-7.3.3-windowsservercore
+3.6-7.3.3-windowsservercore-1809
 3.6-7.3-buster
 3.6-7.3-slim
 3.6-7.3-slim-buster
+3.6-7.3-windowsservercore
+3.6-7.3-windowsservercore-1809
 3.6-7-buster
 3.6-7-slim
 3.6-7-slim-buster
+3.6-7-windowsservercore
+3.6-7-windowsservercore-1809
 3.6-buster
 3.6-slim
 3.6-slim-buster
+3.6-windowsservercore
+3.6-windowsservercore-1809
 3-7
 3.7
 3-7.3
@@ -54,31 +78,49 @@
 3-7.3.3-buster
 3-7.3.3-slim
 3-7.3.3-slim-buster
+3-7.3.3-windowsservercore
+3-7.3.3-windowsservercore-1809
 3-7.3-buster
 3-7.3-slim
 3-7.3-slim-buster
+3-7.3-windowsservercore
+3-7.3-windowsservercore-1809
 3.7-7
 3.7-7.3
 3.7-7.3.3
 3.7-7.3.3-buster
 3.7-7.3.3-slim
 3.7-7.3.3-slim-buster
+3.7-7.3.3-windowsservercore
+3.7-7.3.3-windowsservercore-1809
 3.7-7.3-buster
 3.7-7.3-slim
 3.7-7.3-slim-buster
+3.7-7.3-windowsservercore
+3.7-7.3-windowsservercore-1809
 3.7-7-buster
 3.7-7-slim
 3.7-7-slim-buster
+3.7-7-windowsservercore
+3.7-7-windowsservercore-1809
 3-7-buster
 3.7-buster
 3-7-slim
 3.7-slim
 3-7-slim-buster
 3.7-slim-buster
+3-7-windowsservercore
+3.7-windowsservercore
+3-7-windowsservercore-1809
+3.7-windowsservercore-1809
 3-buster
 3-slim
 3-slim-buster
+3-windowsservercore
+3-windowsservercore-1809
 buster
 latest
 slim
 slim-buster
+windowsservercore
+windowsservercore-1809

@tianon
Copy link
Member Author

tianon commented Feb 26, 2021

Did some testing around PYTHONIOENCODING and found that docker-library/python#147 applies, but only on pypy2.

@tianon tianon merged commit 659d48b into docker-library:master Feb 26, 2021
@tianon tianon deleted the windows branch February 26, 2021 01:13
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Feb 26, 2021
Changes:

- docker-library/pypy@659d48b: Merge pull request docker-library/pypy#54 from infosiftr/windows
- docker-library/pypy@a065452: Add initial Windows variants
tianon added a commit to hylang/docker-hylang that referenced this pull request Mar 1, 2021
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant