-
Notifications
You must be signed in to change notification settings - Fork 206
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
builder: fix invalid compressed offset in image.blob toc entry #1096
Conversation
@imeoer , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52034 |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
ab7f2b9
to
079d50f
Compare
@imeoer , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52038 |
The `blob_ctx.compressed_offset` has been set to the end of compressed blob in tar2rafs blob dump, we shouldn't use it as the initial compressed_offset, this will generate an invalid toc entry. Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
079d50f
to
747edc9
Compare
@imeoer , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52039 |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
The
blob_ctx.compressed_offset
has been set to the end ofcompressed blob in tar2rafs blob dump, we shouldn't use it as
the initial compressed_offset, this will generate an invalid toc entry.