-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Skaffold not working anymore on Alpine Linux with v0.31.0 release #2243
Labels
kind/bug
Something isn't working
Comments
math-nao
changed the title
Skaffold v0.31.0 not working anymore on Alpine Linux
Skaffold not working anymore on Alpine Linux with v0.31.0 release
Jun 9, 2019
Maybe from #2006? |
@dgageot do you think this could be related to the CGO change that was merged in this release? |
@priyawadhwa yes, I'm pretty sure it's due to the CGO thing. |
Maybe there are options to make sure it's statically compiled. |
It looks like we are missing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Skaffold v0.31.0 commands should work on Alpine Linux as it is working with Skaffold v0.30.0 and below.
Actual behavior
skaffold: not found
Information
Steps to reproduce the behavior
docker run --rm -it alpine:3.9
apk add --no-cache curl && curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.31.0/skaffold-linux-amd64 && chmod +x skaffold && mv skaffold /usr/local/bin && skaffold -h
The text was updated successfully, but these errors were encountered: