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

Update containerd 1.6 #10303

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2024

  1. Update to newer containerd API: Platform from stdio.

    The Platfomm interface's CopyConsole function's signature has changed.
    
    Signed-off-by: Oleg Girko <ol@infoserver.lv>
    Oleg Girko authored and mikelolasagasti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    780bc5a View commit details
    Browse the repository at this point in the history
  2. Update to newer typeurl API: MarshalAny() from typeurl.

    The MarshalAny function now returns a different type.
    Using older implementation of this fnction.
    
    Signed-off-by: Oleg Girko <ol@infoserver.lv>
    Oleg Girko authored and mikelolasagasti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    055b41c View commit details
    Browse the repository at this point in the history
  3. Update to newer containerd API: SetScore() from shim.

    The SetScore() function has been deleted.
    
    Signed-off-by: Oleg Girko <ol@infoserver.lv>
    Oleg Girko authored and mikelolasagasti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a7dce6a View commit details
    Browse the repository at this point in the history
  4. Update to newer containerd API: Shim from shim.

    The Shim interface's StartShim function's signature has changed.
    
    Signed-off-by: Oleg Girko <ol@infoserver.lv>
    Oleg Girko authored and mikelolasagasti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d082c5e View commit details
    Browse the repository at this point in the history
  5. Update github.com/containerd/containerd to 1.6.23

    Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
    mikelolasagasti committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b7867ad View commit details
    Browse the repository at this point in the history