-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
upgrade base image #1528
upgrade base image #1528
Conversation
/retest |
/cc |
/test pull-kind-e2e-kubernetes-1-18 |
Also tests will be skipped for 1.12-1.14: kubernetes/test-infra#17443 |
/hold let's wait for CNI 0.8.6, I was told they are going to release it this week, and it has a change in the portmap plugin I'm interested in see how it goes can you add this change @ameukam I'll ping you once it has been released |
3e96009
to
238c477
Compare
I'd just as soon upgrade CNI seperately, easier to track down issues :-) didn't touch this prior to finishing 0.8, but that's done now so let's go :-) |
238c477
to
f580946
Compare
rebased, pushing an image |
Update base image to Ubuntu focal: https://wiki.ubuntu.com/FocalFossa/ReleaseNotes Update cri-tools to 1.17.0: https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.17.0 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
f580946
to
6548f19
Compare
added crictl v1.18.0 |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, BenTheElder 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 |
/retest |
@@ -19,15 +19,15 @@ | |||
|
|||
# start from ubuntu 19.10, this image is reasonably small as a starting point | |||
# for a kubernetes node image, it doesn't contain much we don't need | |||
FROM ubuntu:19.10 | |||
FROM ubuntu:20.04 | |||
|
|||
# Configure containerd and runc binaries from kind-ci/containerd-nightlies repository | |||
# The repository contains latest stable releases and nightlies built for multiple architectures | |||
ARG CONTAINERD_VERSION="v1.3.3-14-g449e9269" | |||
# Configure CNI binaries from upstream | |||
ARG CNI_VERSION="v0.8.5" |
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'll come back for this when it's out
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.
no probl, I was expecting a release this week, but it wasn't the case obviously :)
Upgrade base image to 20.04
Signed-off-by: Arnaud Meukam ameukam@gmail.com