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: master ← Head: base-devel-switch
master
base-devel-switch
6f40c4c
5 files changed (+47 additions, -10 deletions)
📝 CHANGELOG.md (+1 -0) 📝 Dockerfile (+19 -7) 📝 Dockerfile.auto (+13 -1) 📝 Dockerfile.naked (+13 -1) 📝 README.md (+1 -1)
CHANGELOG.md
Dockerfile
Dockerfile.auto
Dockerfile.naked
README.md
Elevate to version 3.1
3.1
Remove testing repos as we are not test subjects, currently.
testing
archlinux:base-devel image to skip simple packages.
archlinux:base-devel
Add glibc overrides after every pacman -Syu which is currently required for non-Arch builds:
glibc
pacman -Syu
# 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.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
master← Head:base-devel-switch📝 Commits (1)
6f40c4c3.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.1Remove
testingrepos as we are not test subjects, currently.archlinux:base-develimage to skip simple packages.Add
glibcoverrides after everypacman -Syuwhich is currently required for non-Arch builds:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.