-
Notifications
You must be signed in to change notification settings - Fork 38
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
Document minimum kernel requirements #9
Comments
I rebuilt glibc for 10.x, with a more conservative --enable-kernel=3.2 |
Same story again with Tiny Core Linux 11.0
|
@afbjorklund - I've just come across the same issue when I finally uploaded my (first ever) tiny core linux based image on to a VPS. To recompile glibc - would this be a case of having to follow the TCL build scripts - changing the glibc flag for earlier kernels - then recreating the "rootfs64.tar.gz" file? Presumably everything else can remain as it is? |
Pretty much, you can find the scripts that I used here: https://github.com/boot2podman/boot2podman/tree/master/containers/tinycore-glibc There are also prebuilt images for 9/10/11 available, under |
Bintray went off into the sunset, so you would have to rebuild the images from source. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ |
Seems like glibc now requires newer kernel:
Tiny Core Linux 10.0 now requires 4.8 to run...
Not so much that can be done about this inside the container though (except for rebuilding glibc ?)
But it means e.g. that you can no longer run it on Ubuntu 16.04, need to upgrade to Ubuntu 18.04
The text was updated successfully, but these errors were encountered: