-
Notifications
You must be signed in to change notification settings - Fork 40.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
Fix: update system spec to support Docker 17.03 #52666
Conversation
/lgtm |
LGTM |
/test pull-kubernetes-e2e-gce-etcd3 |
/test pull-kubernetes-node-e2e |
ver := `1\.(1[3-9])\..*|\d{2}\.\d+\.\d+-[a-z]{2}` | ||
// If it's of the new Docker version scheme but didn't match above, it | ||
// must be a newer version than the most recently validated one. | ||
ver := `d{2}\.\d+\.\d+-[a-z]{2}` |
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.
should be \d
at the beginning.
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.
Good catch. Thanks!
/retest |
1 similar comment
/retest |
7767667
to
9fbbec1
Compare
/assign |
re-apply lgtm lost in rebase /lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Random-Liu, dchen1107, dims, yguo0905 Associated issue: 42926 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
Automatic merge from submit-queue (batch tested with PRs 51337, 47080, 52646, 52635, 52666). If you want to cherry-pick this change to another branch, please follow the instructions here.. |
Docker 17.03 is 1.13 with bug fixes so they are of the same minor version release. We've validated them both in #42926. This PR changes the system spec to support Docker 17.03.
This should be in 1.8.
Release note:
/assign @Random-Liu