Skip to content

[pull] master from docker-library:master #1

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

Open
wants to merge 205 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented May 23, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

tianon and others added 2 commits May 22, 2023 16:31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to 3.12.0b1 (which removes bundled setuptools)
@google-cla
Copy link

google-cla bot commented May 23, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@pull pull bot added the ⤵️ pull label May 23, 2023
docker-library-bot and others added 26 commits June 6, 2023 08:50

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add debian bookworm, remove buster
GitHub's being weird about our single-line GITHUB_OUTPUT now, so let's switch to multi-line (which also lets us have a prettier multi-line value, so why not)

Also incorporate other GHA improvements from bashbrew example

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to multi-line GITHUB_OUTPUT
… more clear

This should help make commits like these more obvious at a glance (updating nothing but "get-pip"):

- 4d12931: Update 3.9
- aaced40: Update 3.8
- 597175b: Update 3.7
- b43fc27: Update 3.12-rc
- 1af036f: Update 3.11
- 00dce75: Update 3.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move "get-pip" URL to a separate versions.json section so commits are more clear
docker-library-bot and others added 30 commits December 4, 2024 08:49

Verified

This commit was signed with the committer’s verified signature.
jnoordsij Jesper Noordsij

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Alpine 3.21 variant
This makes it print out a diff when there is an error (instead of just a list of files that are wrong), which will make the error more obvious.  I also added `workflow_dispatch` so we can run it manually.
This adds support for profiling Python 3.12 and newer using Linux `perf`
command.

* https://docs.python.org/3.12/howto/perf_profiling.html

Co-authored-by: Tianon Gravi <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Windows Server 2025 variant

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compile with `no-omit-frame-pointer`
By removing the unsupported `-mno-omit-leaf-frame-pointer` flag when building on them

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix builds for `arm32vX`, `mips64le`, `ppc64le`, `riscv64`, and `s390x`
I've also refactored all our "exclude an architecture in certain combinations" sections to have slightly more context in-file and to be more targeted/focused on a single issue so they're easier to read.

```diff
$ diff -u <(bashbrew cat python) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63	2025-04-01 15:12:40.298947543 -0700
+++ /dev/fd/62	2025-04-01 15:12:40.298947543 -0700
@@ -24,12 +24,12 @@
 Directory: 3.14-rc/slim-bullseye

 Tags: 3.14.0a6-alpine3.21, 3.14-rc-alpine3.21, 3.14.0a6-alpine, 3.14-rc-alpine
-Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le
 GitCommit: 0bd9769
 Directory: 3.14-rc/alpine3.21

 Tags: 3.14.0a6-alpine3.20, 3.14-rc-alpine3.20
-Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le
 GitCommit: 0bd9769
 Directory: 3.14-rc/alpine3.20

```

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove s390x from Alpine variants on 3.14(+)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump python versions

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to 3.9.22
drop unused setuptools/wheel install on windows

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin wheel to prevent breaking changes

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a quick fix for 3.14.0b1 on windows

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable LTO in RISC-V to speed up build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet