Skip to content
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

Use alpine based ScaResolver #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

juegge
Copy link

@juegge juegge commented Nov 13, 2023

The ast-cli docker image is based on alpine linux. Hence, the you have to wget the musl version of Scaresolver (alpine version). Otherwise, it will not work.

The ast-cli docker image is based on alpine linux. Hence, the you have to wget the musl version of Scaresolver (alpine version). Otherwise, it will not work.
@kaplanlior
Copy link

Thank you for the PR, could you also give some details on the motivation for this change?

Also, notice the filename you suggest to change also appears in other lines in the file, and should be updated as part of this PR.

untar and rm the correct files
@juegge
Copy link
Author

juegge commented Nov 13, 2023

Hi,
for the motivation see in the PR. essentially AST-CLI docker image is alpine based. So you need the alpine version of ScaResolver not the glibc (debian) based version as in the current example. The "musl" is the alpine "glibc". A glibc based excutable will not run on a musl based system like alpine.
I corrected the filenames
cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants