-
Notifications
You must be signed in to change notification settings - Fork 152
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
Starting v0.3.4 release asset binaries don't work in Alpine container #149
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
We no longer include binaries as part of the release so programs will need to be built separately |
@msau42: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
prow.sh: collect cluster logs
Hi, working on our CI, I noticed this.
Release v0.3.0-4 works fine but starting from release v0.3.4 asset binaries on releases page doesn't work in an Alpine container. The same is true for 1.0.2.
It seems like assets have been built with different flags than Makefile has because if I build the image from sources (using
Makefile
) it works in Alpine.There are two one-liners to demonstrate the issue (I used
Dockerfile.mock
from the repo).v0.3.0-4 (works):
v0.3.4 (doesn't work):
Solutions that helped me:
Makefile
ubuntu
containerRUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
Not sure that asset binaries supposed to work in Alpine, or manual image build is a recommended way to go.
This issue is similar to #127.
Thank you.
[EDIT]
quay.io/k8scsi/mock-driver
mention, thought it is csi-sanity container.The text was updated successfully, but these errors were encountered: