-
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
Add gzip decoder to enable converting tar.gz into rafs #797
Conversation
Add base implemenation of ZranTarReader to parse OCIv1 image tarballs. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Provide methods to get zlib decompression context information. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Add methods to generate random access context information for zlib/gzip streams. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Add methods to decompress data slices according to random access context information. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Add cargo feature zran to control zran related code. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/27074 |
@jiangliu , 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/27076 |
Introduce zlib decoder for targz file. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , 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/27095 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Add gzip decoder to enable converting tar.gz into rafs