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

Use upstream hcsshim instead of fork #8192

Merged
merged 2 commits into from
Nov 8, 2023

Commits on Nov 8, 2023

  1. Use upstream hcsshim instead of fork

    Use github.com/Microsoft/hcsshim v0.11.4 instead of the fork github.com/projectcalico/hcsshim v0.8.9-calico.
    
    The fork was necessary at the time of v0.8.9 in order to access the endpoint's containers, but it is no longer needed since now that information is accessible via the SharedContainers field in the HNSEndpoint struct in the upstream hcsshim package.
    coutinhop committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ea831d3 View commit details
    Browse the repository at this point in the history
  2. Fix typo in comment

    coutinhop committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    59b2804 View commit details
    Browse the repository at this point in the history