-
Notifications
You must be signed in to change notification settings - Fork 411
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
imagebuilder: Add stretch images for 1.16 and 1.17 #127
imagebuilder: Add stretch images for 1.16 and 1.17 #127
Conversation
Updating docker versions, as compared to 1.15
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Add 1.16, 1.17 images with correct docker versions (cf kubernetes-sigs/image-builder#127) * Regular package updates on other stretch images
{{ end }} | ||
|
||
plugins: | ||
{{ if eq .Cloud "gce" }} |
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.
Suggest using 169.254.169.123
(Amazon Time Sync Service) on AWS per https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html. Then we can close kubernetes/kops#4021.
{{ if eq .Cloud "aws" }}
ntp:
servers:
- 169.254.169.123
{{ else if eq .Cloud "gce" }}
ntp:
servers:
- metadata.google.internal
{{ else }}
ntp: {}
{{ end }}
* Add 1.16, 1.17 images with correct docker versions (cf kubernetes-sigs/image-builder#127) * Regular package updates on other stretch images
/lgtm I think as the image has already been built we should merge this, and open a new PR for new changes. |
Updating docker versions, as compared to 1.15