okd-project / okd

The self-managing, auto-upgrading, Kubernetes distribution for everyone
https://okd.io
Apache License 2.0
1.72k stars 295 forks source link

Randomly Incorrect Release Checksums #1864

Closed JaimeMagiera closed 1 month ago

JaimeMagiera commented 8 months ago

Describe the bug The sha256sum.txt file contains incorrect values for some files in each release payload. It's inconsistent. For example...

`➜ 4.14.0-0.okd-2024-01-06-084517 sha256sum ccoctl-linux-4.14.0-0.okd-2024-01-06-084517.tar.gz | awk '{print $1}' d80cdb38f7438ddeee60f9fc1f067607b22470238ef5407daec268369e550ded

➜ 4.14.0-0.okd-2024-01-06-084517 cat sha256sum.txt | grep ccoctl-linux | awk '{print $1}' d80cdb38f7438ddeee60f9fc1f067607b22470238ef5407daec268369e550ded`

`➜ 4.13.0-0.okd-2023-06-24-145750 sha256sum ccoctl-linux-4.13.0-0.okd-2023-06-24-145750.tar.gz | awk '{print $1}' fd7efc74d6fbb9a0271ea7965863201e827969c68d7af776df617ad147c7b2fa

➜ 4.13.0-0.okd-2023-06-24-145750 cat sha256sum.txt | grep ccoctl-linux-4.13.0-0.okd-2023-06-24-145750.tar.gz | awk '{print $1}' 70996f26c0e38f2ac50feb7aa9d994100619c123d2aee051ca9c99f16e2c9043`

Version I was able to find errors going back to early releases of 4.13 and eventually stopped looking.

How reproducible Every release seems to have errors in the file.

codespearhead commented 5 months ago

Duplicate of #1569 . Can you close this issue in favor of that one?