[PR #321] [MERGED] Retire glibc patch. Retire file command patch. Add bootmenu=on. #751

Closed
opened 2025-12-29 01:25:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/321
Author: @sickcodes
Created: 7/25/2021
Status: Merged
Merged: 7/25/2021
Merged by: @sickcodes

Base: masterHead: glibc-revert-wip-2


📝 Commits (1)

  • f4fd2d5 Retire glibc patch. Retire file command patch. Add bootmenu=on.

📊 Changes

5 files changed (+14 additions, -75 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 CREDITS.md (+10 -4)
📝 Dockerfile (+3 -33)
📝 Dockerfile.auto (+0 -19)
📝 Dockerfile.naked (+0 -19)

📄 Description

Updated PR of https://github.com/sickcodes/Docker-OSX/pull/159

Plus file bug. Assuming fixed by now...

We currently have a dirty fix that looks like this:

TEMP-FIX for pacman issue

RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst
&& curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}"
&& bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine."

TEMP-FIX for pacman issue

This PR is just a reminder to repeat build tests until it's fixed upstream as noted:

#144

#150

#152


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/321 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 7/25/2021 **Status:** ✅ Merged **Merged:** 7/25/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `glibc-revert-wip-2` --- ### 📝 Commits (1) - [`f4fd2d5`](https://github.com/sickcodes/Docker-OSX/commit/f4fd2d53fd1f1fe974531adfe28b4749093bfa0f) Retire glibc patch. Retire file command patch. Add `bootmenu=on`. ### 📊 Changes **5 files changed** (+14 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `CREDITS.md` (+10 -4) 📝 `Dockerfile` (+3 -33) 📝 `Dockerfile.auto` (+0 -19) 📝 `Dockerfile.naked` (+0 -19) </details> ### 📄 Description Updated PR of https://github.com/sickcodes/Docker-OSX/pull/159 Plus `file` bug. Assuming fixed by now... > We currently have a dirty fix that looks like this: > > # TEMP-FIX for pacman issue > RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \ > && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \ > && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." > # TEMP-FIX for pacman issue > > This PR is just a reminder to repeat build tests until it's fixed upstream as noted: > > #144 > > #150 > > #152 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:25:00 +01:00
adam closed this issue 2025-12-29 01:25:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#751