-
Notifications
You must be signed in to change notification settings - Fork 57
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
[BUG] Not usable as a Go module #60
Comments
Thanks for highlighting this. We definitely want to add better support for other projects to incorporate soci-snapshotter and the Go module path is something we are discussing. Just curious - would you be willing to share your use case? |
Sure! I started work on a web interface for browsing Docker images. The idea was that you would e.g. navigate to Not the most important use case in the world, more just a fun self-educational project. |
This is done as of #120. I will caution you that neither this projects exported functions nor the format of a zTOC is stable and may change on any commit, but it works if you want to try it out. Happy hacking! Here's a trivial example: main.go
|
Describe the bug
I am trying to build a project that uses soci-snapshotter. I ran
go get github.com/awslabs/soci-snapshotter@latest
, used some of the exported functions and triedgo build
. It failed with the following error:I think this is because right now the code expects the indexer C library to be built using
make
.Is the intention for this package to be usable as a Go module? I would find it quite useful, but maybe it's not a goal for this project?
The text was updated successfully, but these errors were encountered: