mirror of https://github.com/kubernetes/kops.git
Remove "pigz" containerd dependency for RHEL/CentOS 7
This commit is contained in:
parent
7a65c25a88
commit
3ea7a6aed6
|
|
@ -114,7 +114,7 @@ var containerdVersions = []packageVersion{
|
|||
Hash: "7de4211fa0dfd240d8827b93763e1eb5f0d56411",
|
||||
},
|
||||
},
|
||||
Dependencies: []string{"libseccomp", "pigz", "policycoreutils-python"},
|
||||
Dependencies: []string{"libseccomp", "policycoreutils-python"},
|
||||
},
|
||||
|
||||
// 1.2.10 - CentOS / Rhel 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue