-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Server 2019 runner image Docker Engine version updating to v27 #10823
Comments
Hi @jersonACN, Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
Hello @vidyasagarnimmagaddi. Will there be plans to use Docker v27 in windows-2019 build agent? |
Hi @jersonACN , We do have plan for changing Docker v27, will raise an announcement , and so that customers will be able to know the changes. thanks. |
Hello @vidyasagarnimmagaddi. Following up with you about this. Thank you! |
HI ,We have made an announcement for Updating the Docker Engine version to 27.* . Announcement . |
Yes we can close this ticket now. Thank you for the assistance! |
Hi @jersonACN , Thanks for confirming. Closing this issue. |
Description
When will the docker engine API be updated to v27 for Windows Server 2019 (windows-2019)? We are using a vendor tool (Aqua Security) for docker image scanning and it has compatibility issue with the Docker Engine API version.
2024-10-21 03:37:35.136 ERROR Failed scanning image : failed pulling image: Failed connecting to remote docker engine: Error response from daemon: client version 1.46 is too new. Maximum supported API version is 1.45
Platforms affected
Runner images affected
Image version and build link
Runner Image
Image: windows-2019
Version: 20241018.1.0
Included Software: https://github.com/actions/runner-images/blob/win19/20241018.1/images/windows/Windows2019-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/win19%2F20241018.1
Runner Image Provisioner
Current image version: '20241018.1.0'
Agent running as: 'VssAdministrator'
Is it regression?
No
Expected behavior
If the Docker Engine API version of the windows-2019 runner image and Aqua Security scanner tool.
Actual behavior
The issue is caused by a lower version of Docker Engine API compared to the vendor scanning tool.
2024-10-21 03:37:35.136 ERROR Failed scanning image : failed pulling image: Failed connecting to remote docker engine: Error response from daemon: client version 1.46 is too new. Maximum supported API version is 1.45
Repro steps
The text was updated successfully, but these errors were encountered: