mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-08-04 19:15:12 -04:00
[PR #65] Fix install casaos #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/bigbeartechworld/big-bear-scripts/pull/65
State: closed
Merged: Yes
This pull request updates the CasaOS installer script to improve compatibility with recent Docker and containerd changes, particularly for LXC/Proxmox environments, and provides better version management and user messaging. The main improvements include new environment checks, compatibility fixes, and updated version references.
Compatibility and environment checks:
Check_LXC_EnvironmentandCheck_Containerd_LXC_Fixfunctions to detect LXC/Proxmox containers and automatically downgradecontainerd.ioto version1.7.28-1if a problematic version is detected, addressing AppArmor issues and CVE-2025-52881.Check_Docker_API_Compatibilityto detect Docker API version 1.52+ (Docker 29.x) and apply a systemd override for backward compatibility with CasaOS. [1] [2]Version management and messaging:
CONTAINERD_VERSION="1.7.28-1"for consistent reference throughout the script.