[FEATURE] Remove Dependency on gzip_zinfo.c
dgr237 opened this issue · 3 comments
Description
We are leveraging the soci-snapshotter by baking this functionality into an existing lambda which we have developed for copying images from our on premise registry into ECR. The use of the gzip_zinfo.c library causes issues in being able to run and debug unit tests on non linux based ides e.g. mac or windows.
Describe the solution you'd like
It would be good if this library could be rewritten in native go code rather than leveraging cgo as this would simplify the testing and debugging of our image copy lambda- At present we have to commit the changes and wait for the lambda to be built and tested on our linux build servers.
Describe any alternative solutions/features you've considered
No response
Any additional context or information about the feature request
No response
I think this is a duplicate of #76. Can you please add your use-case to that issue instead?
Thanks @dgr237 for adding your use case. Will close this one as duplicate.