-
Notifications
You must be signed in to change notification settings - Fork 314
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
AKS Nodes default installed Docker version support #549
Comments
We are investigating to update the docker version. |
We are also interested in a way to upgrade docker version on the AKS clusters. Specifically because we aim at migrating from acs-engine since our nodes met this issue - moby/moby#31768, and moving to AKS with the same docker version seems to increase the odds of meeting this issue again. |
@rfum I've previously raised this as an issue since I needed to achieve the same thing. These issues might be of interest to you; but it isn't good news (or wasn't): |
You can upvote this request and follow status here: |
@seanmck the link is broken. |
This issue is frustrating as we are blocked from implementing multistaged docker files. HELP |
I've just realized that AKS nodes are using an old version of docker engine. Does any update plans exists? Or do we have to update the engine our own? Because it's blocking our pipeline we cannot build multistaged dockerfiles.
Here is the output of
docker version
:The text was updated successfully, but these errors were encountered: