-
Notifications
You must be signed in to change notification settings - Fork 138
Update to Alpine 3.20 #197
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
Conversation
Now that we have stable `riscv64` in Alpine, we can also drop Alpine from all our "build from unstable" hacks 🚀
|
I was hoping this would also mean that I could commit the riscv64 reproducible digests for musl variants, but Debian-based variants still building from unstable complicates the cherry-picks there (or forces every update to include an explicit manual rebuild for riscv64/musl). I think the correct long-term solution is probably a branch per-architecture-per-variant (instead of just per-architecture like we have now), but that is really tedious to maintain so for now I'm going to punt (and folks can continue to get checksums from the |
|
Oof, unrelated glibc builds failing, likely due to some churn in Debian Unstable right now. |
|
I don't think we should block this on the glibc failures (I've filed #198 to track them). |
Changes: - docker-library/busybox@d40b612: Merge pull request docker-library/busybox#197 from infosiftr/alpine3.20 - docker-library/busybox@d43ba9b: Update to Alpine 3.20 - docker-library/busybox@97f7e44: Update metadata for mips64le - docker-library/busybox@702e53e: Update metadata for i386 - docker-library/busybox@3b0464c: Update metadata for arm64v8 - docker-library/busybox@95edf02: Update metadata for arm32v7 - docker-library/busybox@3c495cf: Update metadata for arm32v5 - docker-library/busybox@9a7aaf9: Merge pull request docker-library/busybox#195 from infosiftr/buildroot-2024.02.2 - docker-library/busybox@df272ca: Update amd64 metadata
Changes: - docker-library/busybox@d40b612: Merge pull request docker-library/busybox#197 from infosiftr/alpine3.20 - docker-library/busybox@d43ba9b: Update to Alpine 3.20 - docker-library/busybox@97f7e44: Update metadata for mips64le - docker-library/busybox@702e53e: Update metadata for i386 - docker-library/busybox@3b0464c: Update metadata for arm64v8 - docker-library/busybox@95edf02: Update metadata for arm32v7 - docker-library/busybox@3c495cf: Update metadata for arm32v5 - docker-library/busybox@9a7aaf9: Merge pull request docker-library/busybox#195 from infosiftr/buildroot-2024.02.2 - docker-library/busybox@df272ca: Update amd64 metadata
Changes: - docker-library/busybox@a9f4f0d: Merge pull request docker-library/busybox#199 from infosiftr/remove-cbq - docker-library/busybox@686bc28: Apply patch to remove CBQ functionality - docker-library/busybox@d40b612: Merge pull request docker-library/busybox#197 from infosiftr/alpine3.20 - docker-library/busybox@d43ba9b: Update to Alpine 3.20 - docker-library/busybox@97f7e44: Update metadata for mips64le - docker-library/busybox@702e53e: Update metadata for i386 - docker-library/busybox@3b0464c: Update metadata for arm64v8 - docker-library/busybox@95edf02: Update metadata for arm32v7 - docker-library/busybox@3c495cf: Update metadata for arm32v5 - docker-library/busybox@9a7aaf9: Merge pull request docker-library/busybox#195 from infosiftr/buildroot-2024.02.2 - docker-library/busybox@df272ca: Update amd64 metadata
Changes: - docker-library/busybox@a9f4f0d: Merge pull request docker-library/busybox#199 from infosiftr/remove-cbq - docker-library/busybox@686bc28: Apply patch to remove CBQ functionality - docker-library/busybox@d40b612: Merge pull request docker-library/busybox#197 from infosiftr/alpine3.20 - docker-library/busybox@d43ba9b: Update to Alpine 3.20 - docker-library/busybox@97f7e44: Update metadata for mips64le - docker-library/busybox@702e53e: Update metadata for i386 - docker-library/busybox@3b0464c: Update metadata for arm64v8 - docker-library/busybox@95edf02: Update metadata for arm32v7 - docker-library/busybox@3c495cf: Update metadata for arm32v5 - docker-library/busybox@9a7aaf9: Merge pull request docker-library/busybox#195 from infosiftr/buildroot-2024.02.2 - docker-library/busybox@df272ca: Update amd64 metadata
Changes: - docker-library/busybox@a58bf7a: Update metadata for s390x - docker-library/busybox@6f3c338: Update metadata for ppc64le - docker-library/busybox@54e9044: Update metadata for mips64le - docker-library/busybox@bd0f292: Update metadata for i386 - docker-library/busybox@c6a790d: Update metadata for arm64v8 - docker-library/busybox@bc8c404: Update metadata for arm32v7 - docker-library/busybox@5fb609b: Update metadata for arm32v6 - docker-library/busybox@50e03b3: Update metadata for arm32v5 - docker-library/busybox@a9f4f0d: Merge pull request docker-library/busybox#199 from infosiftr/remove-cbq - docker-library/busybox@686bc28: Apply patch to remove CBQ functionality - docker-library/busybox@d40b612: Merge pull request docker-library/busybox#197 from infosiftr/alpine3.20 - docker-library/busybox@d43ba9b: Update to Alpine 3.20 - docker-library/busybox@97f7e44: Update metadata for mips64le - docker-library/busybox@702e53e: Update metadata for i386 - docker-library/busybox@3b0464c: Update metadata for arm64v8 - docker-library/busybox@95edf02: Update metadata for arm32v7 - docker-library/busybox@3c495cf: Update metadata for arm32v5 - docker-library/busybox@9a7aaf9: Merge pull request docker-library/busybox#195 from infosiftr/buildroot-2024.02.2 - docker-library/busybox@df272ca: Update amd64 metadata
Now that we have stable
riscv64in Alpine, we can also drop Alpine from all our "build from unstable" hacks 🚀