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

Handling multiple glibcs #38

Open
zzak opened this issue Jan 17, 2016 · 0 comments
Open

Handling multiple glibcs #38

zzak opened this issue Jan 17, 2016 · 0 comments

Comments

@zzak
Copy link
Contributor

zzak commented Jan 17, 2016

I think there are a couple ways to avoid the issues described in #37.

Provide multiple glibcs in the runtime

It's entirely possible to build multiple glibc and provide them in a standard place on the system.

Then let the user pick, or override the default, when compiling their binary.

Provide multiple images

Another option is to wrap matsumotory/rcon#4 here.

Right now we only provide one image under the latest tag that is built with Ubuntu 14.04.

We could consider multiple tags for different Linuxes, such as FROM hone/mruby-cli:centos6 could replace FROM hone/mruby-cli in the Dockerfile.

Within the boundries of docker, I'm not sure of another way to accomplish this.

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

No branches or pull requests

1 participant