-
Notifications
You must be signed in to change notification settings - Fork 230
FIX: miss blob header in inline-nydus-file #534
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
FIX: miss blob header in inline-nydus-file #534
Conversation
@ccx1024cc , a new test job has been submitted. Please wait in patience. |
@ccx1024cc , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
Signed-off-by: 泰友 <[email protected]>
bd8578f
to
74f41bb
Compare
@ccx1024cc , your pull request has been updated. A new test job will be submitted. Please wait in patience. |
@ccx1024cc , the test job has been submitted. Please wait in patience. |
@ccx1024cc , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
/retest |
@yqleng1987 , the test job has been submitted. Please wait in patience. |
@yqleng1987 , The CI test is completed, please check result:
Congratulations, your test job passed! |
DESCRIPTION
Inline-nydus-file consists of blob data, blob header, bootstrap data, bootstrap header. However the part of blob header is missed now.
REPRODUCTION
EXPECT
Inline File consist of blob data, blob header, bootstrap data, bootstrap header in order.
FIX