-
Notifications
You must be signed in to change notification settings - Fork 118
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
[Question] Moby linux stable sources #719
Comments
The kernel config is available via The kernel-source-info file looks like
and the patches directory contains all the other patches we apply (mainly hvsock and vsock at present). |
I am closing this issue as @justincormack replied to the question :-) |
@justincormack I saw that the instructions above do not work with docker4aws because kernel-patches are not present. Any reasons why? |
@luca3m no, sounds like they were accidentally removed. They are the same set of patches as d4m, and the kernel sources are available in branches here eg https://github.com/rneugeba/linux-stable/tree/v4.9.21-moby (the only difference is the cloud versions do not have the aufs patches, so that is the complete patch set). |
Thanks @justincormack for the quick response! We'd like to precompile sysdig kernel module for any version of docker4* product. Can I assume we can rely on that repository for now? |
cool, yes, that should be fine. Are you in the Docker Community Slack? https://community.docker.com/registrations/groups/4316 - can help you out with any issues there too, might be easier... |
I've registered few hours ago, but I still not have access to Slack Channel. I'll ping you there, thanks! |
if you send me your email address you signed up with can accelerate it (twitter or email me) |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
This is a follow up from my previous question #715
The archive in the link suggested before it is linked to the docker for-mac beta channel, atm the archive contains a config for kernel 4.4.22 instead the stable channel is using 4.4.20.
Is there any other pointer to the stable sources or a versioned repo?
The text was updated successfully, but these errors were encountered: