mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-04-03 16:04:07 -04:00
[PR #62] [MERGED] Add Docker API override method for newer distros #74
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?
📋 Pull Request Information
Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/62
Author: @dragonfire1119
Created: 11/14/2025
Status: ✅ Merged
Merged: 11/14/2025
Merged by: @dragonfire1119
Base:
master← Head:add-docker-new-versions📝 Commits (3)
6cf1b03Add Docker API override method for newer distrosbee919fUpdate script version to 1.5.0 in run.sh2e2599aRefactor Docker repository setup into function📊 Changes
1 file changed (+548 additions, -114 deletions)
View changed files
📝
casaos-fix-docker-api-version/run.sh(+548 -114)📄 Description
Introduces functions to apply and remove a Docker API override using DOCKER_MIN_API_VERSION=1.24 for distributions where Docker 24.0.x is unavailable (e.g., Ubuntu 24.04+, Debian trixie). Updates messaging and main logic to support this alternative fix, allowing CasaOS to work with newer Docker versions without requiring a downgrade.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.