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

Switch to alpine for all platforms #825

Closed
tomdee opened this issue Sep 22, 2017 · 2 comments
Closed

Switch to alpine for all platforms #825

tomdee opened this issue Sep 22, 2017 · 2 comments

Comments

@tomdee
Copy link
Contributor

tomdee commented Sep 22, 2017

alpine has packages for iptables (https://pkgs.alpinelinux.org/packages?name=iptables&branch=&repo=&arch=&maintainer=)

Hopefully there are also apine base images for all platforms - e.g. https://hub.docker.com/r/arm32v6/alpine/

@tomdee
Copy link
Contributor Author

tomdee commented Sep 22, 2017

...but this isn't going to be easy. The udp backend needs CGO which means a full cross-compiling C environment is needed. kube-cross provides this but it produces binaries linked against glibc which won't run on alpine unless glibc packages are installed. And glibc for alpine is only (easily) available for amd64.

I wasn't able to get kube-cross to link against musl libc and I wasn't able to make an alpine/musl based cross compiling build container.

So I'm giving up on this for now...

@tomdee
Copy link
Contributor Author

tomdee commented Nov 3, 2017

Fixed by #860

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

No branches or pull requests

1 participant