-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
containerd package has the same tarball checksum problems as others #13193
Comments
Broke the ISO build in PR #13089 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Yeah, we've seen this happen on occasion for containerd and crio, not a whole lot we can do about it except fix the hash for the time being. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Fixed in containerd 1.6 |
Building the ISO fails, since the upstream git archive randomly changes checksum.
This is due to including
vendor/k8s.io/client-go/pkg/version/.gitattributes
The substitution will corrupt the git archive, by filling the git info with wrong information.
It was intended to record the kubernetes version, but here has a random short rev of containerd.
Problems started with containerd 1.5.x, that started including
k8s.io/client-go
(unlike 1.4.x)The text was updated successfully, but these errors were encountered: