-
Notifications
You must be signed in to change notification settings - Fork 170
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
Vendored librairies checksum mismatch #4043
Comments
We probably need to update the https://github.com/coreos/coreos-assembler/blob/main/go.sum#L173C1-L173C106, it is getting a new version. |
Remove this line and run make schema again, it will update the file. |
jbtrystram
added a commit
to jbtrystram/coreos-assembler
that referenced
this issue
Mar 17, 2025
In d20ee10 we introduced additionnal images in the schema, update the generated go code to match. Note that I had to delete entries in `go.sum` as the checksums had changed. Fixes coreos#4043.
jbtrystram
added a commit
to jbtrystram/coreos-assembler
that referenced
this issue
Mar 17, 2025
In d20ee10 we introduced additionnal images in the schema, update the generated go code to match. Note that I had to force the update for some entries in `go.sum` as the checksums had changed. Fixes coreos#4043.
jbtrystram
added a commit
to jbtrystram/coreos-assembler
that referenced
this issue
Mar 17, 2025
In cc869e1 we introduced additionnal images in the schema, update the generated go code to match. Note that I had to force the update for some entries in `go.sum` as the checksums had changed. Fixes coreos#4043.
jbtrystram
added a commit
to jbtrystram/coreos-assembler
that referenced
this issue
Mar 20, 2025
In cc869e1 we introduced additionnal images in the schema, update the generated go code to match. Note that I had to force the update for some entries in `go.sum` as the checksums had changed. Fixes coreos#4043.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run
make schema
I get a security error.I noticed container/storage is also hitting a checksum mismatch.
I tried with a fresh clone of COSA as well, same issue.
The text was updated successfully, but these errors were encountered: