-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Windows: Allow API v1.24 #28072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Allow API v1.24 #28072
Conversation
const MinVersion string = "1.25" | ||
// Technically the first daemon API version released on Windows is v1.25 in | ||
// engine version 1.13. However, some clients are explicitly using downlevel | ||
// APIs (eg docker compose v2.1) and that is just too restrictive. Hence |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to explain this is the docker-compose
2.1 file format, not the version of docker compose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair. Updated.
LGTM |
Signed-off-by: John Howard <jhoward@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thank you!
This should fix docker/compose#4106, testing |
@PatrickLang did it work? |
@friism yes, with a caveat. see docker/compose#4106 and friism/MusicStore#3 ;) |
Signed-off-by: John Howard jhoward@microsoft.com
@PatrickLang @thaJeztah
As per conversations, dropping the minimum API version on Windows to v1.24 to allow docker compose v2.1 to work against the Windows engine.