-
Notifications
You must be signed in to change notification settings - Fork 139
Dockerfile: bump up components (Kubernetes 1.20, ...) #197
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
Dockerfile: bump up components (Kubernetes 1.20, ...) #197
Conversation
921d77a to
45ccc8c
Compare
b02cf69 to
7f27b4a
Compare
seems we need to bump up go.mod as well :cry; |
|
In seems BuildKit (i.e. |
|
In
stargz-snapshotter/script/util/utils.sh Lines 17 to 29 in af03a14
|
Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
Go 1.15 no longer accepts CN Signed-off-by: Akihiro Suda <[email protected]>
1c1a278 to
a2dee46
Compare
|
@AkihiroSuda In seems stargz-snapshotter/script/util/utils.sh Lines 41 to 42 in 55406f4
because of garbage lines in the log: Please add options to I'll fix it to make it more interigent in the following-up PRs. |
|
HeloBench failing |
|
Yes, that |
|
I guess this is an actually regression caused by bumping up Go. Not sure we should just ignore the error. |
|
hanwen/go-fuse#375 seems related but needs more investigation. |
Signed-off-by: Akihiro Suda <[email protected]>
- containerd: 1.4.2 -> 1.4.3 - CNI plugins: 0.8.6 -> 0.9.0 - kind node: 1.19.0 -> 1.20.0 Go is not updated in this commit. Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
7c9db01 to
ab957d6
Compare
|
Removed Go 1.15 from this PR. Let's see whether it can pass the CI.. |
|
CI passing. Can we bump Go in a separate PR? |
Yes, let's do so. |
- Go: 1.13 -> 1.15 (incurs s/go install/go get/g)