[PR #62] [MERGED] Add Docker API override method for newer distros #74

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

📋 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: masterHead: add-docker-new-versions


📝 Commits (3)

  • 6cf1b03 Add Docker API override method for newer distros
  • bee919f Update script version to 1.5.0 in run.sh
  • 2e2599a Refactor 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/62 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/14/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `add-docker-new-versions` --- ### 📝 Commits (3) - [`6cf1b03`](https://github.com/bigbeartechworld/big-bear-scripts/commit/6cf1b035f055d6d16ab64709b54d1f64a68c4900) Add Docker API override method for newer distros - [`bee919f`](https://github.com/bigbeartechworld/big-bear-scripts/commit/bee919fa1ef42b747c6949a09101f77e65df1361) Update script version to 1.5.0 in run.sh - [`2e2599a`](https://github.com/bigbeartechworld/big-bear-scripts/commit/2e2599af6add6e51df34485abc5cc6510a17d14f) Refactor Docker repository setup into function ### 📊 Changes **1 file changed** (+548 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `casaos-fix-docker-api-version/run.sh` (+548 -114) </details> ### 📄 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. --- <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:30 -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#74