[PR #152] [MERGED] 3.1. archlinux:base-devel. glibc everywhere. Forgo testing repos. #710

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

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/152
Author: @sickcodes
Created: 2/21/2021
Status: Merged
Merged: 2/21/2021
Merged by: @sickcodes

Base: masterHead: base-devel-switch


📝 Commits (1)

  • 6f40c4c 3.1. base-devel image to skip simple packages. Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds.

📊 Changes

5 files changed (+47 additions, -10 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 Dockerfile (+19 -7)
📝 Dockerfile.auto (+13 -1)
📝 Dockerfile.naked (+13 -1)
📝 README.md (+1 -1)

📄 Description

  • Elevate to version 3.1

  • Remove testing repos as we are not test subjects, currently.

  • archlinux:base-devel image to skip simple packages.

  • Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds:

# 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 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/152 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 2/21/2021 **Status:** ✅ Merged **Merged:** 2/21/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `base-devel-switch` --- ### 📝 Commits (1) - [`6f40c4c`](https://github.com/sickcodes/Docker-OSX/commit/6f40c4c4de8e5c2aea704c7b215dd3b2c1b593a8) 3.1. base-devel image to skip simple packages. Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds. ### 📊 Changes **5 files changed** (+47 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `Dockerfile` (+19 -7) 📝 `Dockerfile.auto` (+13 -1) 📝 `Dockerfile.naked` (+13 -1) 📝 `README.md` (+1 -1) </details> ### 📄 Description - Elevate to version `3.1` - Remove `testing` repos as we are not test subjects, currently. - `archlinux:base-devel` image to skip simple packages. - Add `glibc` overrides after every `pacman -Syu` which is currently required for non-Arch builds: ```dockerfile # 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 ``` --- <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:24:46 +01:00
adam closed this issue 2025-12-29 01:24:46 +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#710