]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/rook: pin DOCKER_API_VERSION to minikube's daemon version
authorDavid Galloway <david.galloway@ibm.com>
Thu, 26 Mar 2026 21:01:31 +0000 (17:01 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 26 Mar 2026 21:22:27 +0000 (17:22 -0400)
commit9af955e8490a22e85fa4355b748cc6192be04fa1
treead8112379d8b90fe50dcdc5f728bcfe538ff9bf1
parentb27662763ade5b5c45f9e4850de9ce9551f94532
mgr/rook: pin DOCKER_API_VERSION to minikube's daemon version

The host Docker client may be newer than the Docker daemon running
inside minikube, causing builds to fail with "client version X is too
new". Export DOCKER_API_VERSION set to the server's actual API version
after sourcing the minikube docker-env to prevent the mismatch.

Signed-off-by: David Galloway <david.galloway@ibm.com>
src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh