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

Remove inappropriate allocator import #2855

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 17, 2023

  1. Remove inappropriate allocator import

    Removes inappropriate import of manager/allocator/cnmallocator into
    node/node.go. The consequence of this is that in upstream moby/moby, we
    can remove that import as well. manager/allocator/cnmallocator is an
    implementation detail, and importing it so high in the stack creates an
    unacceptably high degree of coupling.
    
    Signed-off-by: Drew Erny <drew.erny@docker.com>
    dperny committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    dceb997 View commit details
    Browse the repository at this point in the history