[PR #55] [MERGED] Add CasaOS Docker API version fix script #66

Closed
opened 2025-11-20 04:14:28 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/55
Author: @dragonfire1119
Created: 11/11/2025
Status: Merged
Merged: 11/11/2025
Merged by: @dragonfire1119

Base: masterHead: fix-casaos-docker-version


📝 Commits (1)

  • f94c3ef Add CasaOS Docker API version fix script

📊 Changes

2 files changed (+995 additions, -0 deletions)

View changed files

casaos-fix-docker-api-version/README.md (+142 -0)
casaos-fix-docker-api-version/run.sh (+853 -0)

📄 Description

This pull request adds a comprehensive README.md to the casaos-fix-docker-api-version directory, providing detailed documentation for a script that resolves Docker API version and permission errors in CasaOS environments, especially those running in LXC/Proxmox containers. The documentation covers error scenarios, solutions, usage instructions, and special considerations for security patches and compatibility.

Documentation and user guidance improvements:

  • Added a detailed overview of common Docker errors encountered with CasaOS, including API version mismatches, permission issues, and overlay2 storage problems.
  • Explained the impact of CVE-2025-52881 on LXC/Proxmox environments and how the script downgrades containerd.io to avoid AppArmor conflicts.
  • Provided step-by-step instructions for running the fix script, including alternative methods for users with domain resolution issues.
  • Included guidance on verifying the fix, holding package versions to prevent future incompatibilities, and advanced alternatives for LXC/Proxmox users.
  • Documented version information for Docker and containerd, and clarified compatibility with CasaOS releases.

🔄 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/bigbeartechworld/big-bear-scripts/pull/55 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `fix-casaos-docker-version` --- ### 📝 Commits (1) - [`f94c3ef`](https://github.com/bigbeartechworld/big-bear-scripts/commit/f94c3ef2b612ebb33eb8d7a84062bfec8006bdaa) Add CasaOS Docker API version fix script ### 📊 Changes **2 files changed** (+995 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `casaos-fix-docker-api-version/README.md` (+142 -0) ➕ `casaos-fix-docker-api-version/run.sh` (+853 -0) </details> ### 📄 Description This pull request adds a comprehensive `README.md` to the `casaos-fix-docker-api-version` directory, providing detailed documentation for a script that resolves Docker API version and permission errors in CasaOS environments, especially those running in LXC/Proxmox containers. The documentation covers error scenarios, solutions, usage instructions, and special considerations for security patches and compatibility. Documentation and user guidance improvements: * Added a detailed overview of common Docker errors encountered with CasaOS, including API version mismatches, permission issues, and overlay2 storage problems. * Explained the impact of CVE-2025-52881 on LXC/Proxmox environments and how the script downgrades `containerd.io` to avoid AppArmor conflicts. * Provided step-by-step instructions for running the fix script, including alternative methods for users with domain resolution issues. * Included guidance on verifying the fix, holding package versions to prevent future incompatibilities, and advanced alternatives for LXC/Proxmox users. * Documented version information for Docker and containerd, and clarified compatibility with CasaOS releases. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#66