Replies: 1 comment
|
Hi — I think what you're seeing is less a single "compatibility matrix" and more the interaction between three independent things: the Buildx CLI plugin version, the Docker Engine version it talks to, and which builder driver is currently active. A few read-only checks will show what's actually in play: docker version
docker buildx version
docker buildx ls
docker context lsThe If you share the output of the four commands above (especially the Engine and Buildx versions and the driver listed by |
Uh oh!
There was an error while loading. Please reload this page.
Is there a recommended schema to upgrade buildx and docker engine together ?
At the moment I'm using
where
DOCKER_VERSION=24.0.7everything is working fine. I'm wondering if I upgrade the docker engine what is the mix/max recommended version for each docker engine release.
Is this information available ? Should I always use the latest tag for buildx ? what is the compatibility matrix ?
thank you !!!
All reactions