[PR #393] [MERGED] Create naked container from scratch to make smaller #762

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

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/393
Author: @sickcodes
Created: 11/27/2021
Status: Merged
Merged: 11/29/2021
Merged by: @sickcodes

Base: masterHead: shrink-naked


📝 Commits (6)

  • abce04d Create naked container from scratch to make smaller
  • bc79a1f Shrink the Docker containers, significantly.
  • e55e552 Use qcow for BaseSystem.img instead because it sheds 2G off image size. Add back in stock OpenCore bootdisks; size negligible after removing cache.
  • 4805b91 Add Monterey recovery disk to :naked; it is backwards compatible (APFS), however Catalina's recovery image is useless on Monterey images.
  • c9b33dd Rare issue regarding signatures from the arch archives.
  • 2d79f06 RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' /etc/pacman.conf

📊 Changes

4 files changed (+253 additions, -38 deletions)

View changed files

📝 Dockerfile (+22 -8)
📝 Dockerfile.auto (+9 -3)
📝 Dockerfile.naked (+214 -24)
📝 Dockerfile.naked-auto (+8 -3)

📄 Description

Lower the container size, ideally


🔄 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/393 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 11/27/2021 **Status:** ✅ Merged **Merged:** 11/29/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `shrink-naked` --- ### 📝 Commits (6) - [`abce04d`](https://github.com/sickcodes/Docker-OSX/commit/abce04d6fe0ea170330e0661227479fe9179ca4a) Create naked container from scratch to make smaller - [`bc79a1f`](https://github.com/sickcodes/Docker-OSX/commit/bc79a1fffb44c37efe6534e6c1c3b9265bbe8f62) Shrink the Docker containers, significantly. - [`e55e552`](https://github.com/sickcodes/Docker-OSX/commit/e55e55229da4c15dce0523e317819cf491880a35) Use qcow for BaseSystem.img instead because it sheds 2G off image size. Add back in stock OpenCore bootdisks; size negligible after removing cache. - [`4805b91`](https://github.com/sickcodes/Docker-OSX/commit/4805b9169b268a282a386e5e1b4fcd4be6c7c137) Add Monterey recovery disk to `:naked`; it is backwards compatible (APFS), however Catalina's recovery image is useless on Monterey images. - [`c9b33dd`](https://github.com/sickcodes/Docker-OSX/commit/c9b33ddb62698d8735474dafd774e232c0e15081) Rare issue regarding signatures from the arch archives. - [`2d79f06`](https://github.com/sickcodes/Docker-OSX/commit/2d79f0607917859fa504a7143e7f1157be983cae) `RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' /etc/pacman.conf` ### 📊 Changes **4 files changed** (+253 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+22 -8) 📝 `Dockerfile.auto` (+9 -3) 📝 `Dockerfile.naked` (+214 -24) 📝 `Dockerfile.naked-auto` (+8 -3) </details> ### 📄 Description Lower the container size, ideally --- <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:04 +01:00
adam closed this issue 2025-12-29 01:25:04 +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#762