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 217 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 : )

@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
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
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
Move "get-pip" URL to a separate versions.json section so commits are more clear
docker-library-bot and others added 30 commits February 4, 2025 13:54
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

```
Remove s390x from Alpine variants on 3.14(+)
drop unused setuptools/wheel install on windows
Pin wheel to prevent breaking changes
Add a quick fix for 3.14.0b1 on windows
disable LTO in RISC-V to speed up build
Remove Windows Server 2019 / 1809
Add Alpine 3.22 (remove Alpine 3.20)
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.