We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there are a couple ways to avoid the issues described in #37.
glibc
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.
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.
latest
We could consider multiple tags for different Linuxes, such as FROM hone/mruby-cli:centos6 could replace FROM hone/mruby-cli in the Dockerfile.
FROM hone/mruby-cli:centos6
FROM hone/mruby-cli
Dockerfile
Within the boundries of docker, I'm not sure of another way to accomplish this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think there are a couple ways to avoid the issues described in #37.
Provide multiple
glibc
s in the runtimeIt'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 replaceFROM hone/mruby-cli
in theDockerfile
.Within the boundries of docker, I'm not sure of another way to accomplish this.
The text was updated successfully, but these errors were encountered: