mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-04-04 00:13:53 -04:00
[PR #64] [MERGED] Fix issues in fixing docker #76
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/64
Author: @dragonfire1119
Created: 11/15/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @dragonfire1119
Base:
master← Head:fix-issues-in-fixing-docker📝 Commits (10+)
e024530Improve Docker API version checks and cleanup89d0648Update script version to 1.6.10dbb446Update README for Docker 28.0.x and API changes6d33ae2Remove testing instructions from README9d36219Improve Docker version resolution in run.shb32b784Update script to support Docker 28.x series91cd9aaUpdate runc issue links to markdown format in README7340448Improve Docker API version compatibility checkb9659feUpdate script version to 1.6.21ef117bUpdate script version to 1.6.1 in run.sh📊 Changes
2 files changed (+102 additions, -76 deletions)
View changed files
📝
casaos-fix-docker-api-version/README.md(+29 -36)📝
casaos-fix-docker-api-version/run.sh(+73 -40)📄 Description
This pull request updates the
casaos-fix-docker-api-version/run.shscript to improve Docker API version compatibility messaging, enhance GPG key cleanup, and make Docker runtime state cleaning more robust. The changes also bump the script version to 1.6.1.Messaging and Versioning Improvements:
1.6.0to1.6.1for clarity and consistency. [1] [2]verify_docker_api_version()to specify compatibility with Docker 28.0.x and added clearer guidance for scenarios where the installed Docker version is newer or incompatible.Robust Cleanup Enhancements:
setup_docker_repository()by removing legacy Docker GPG key files that could cause repository conflicts.clean_docker_state()to avoid errors when network namespaces are busy, making the cleanup process safer and more reliable.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.