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

Simplify containerd runtime configuration for gVisor #14996

Merged
merged 3 commits into from
Jul 7, 2023

Commits on Jun 15, 2023

  1. Simplify containerd runtime configuration for gVisor

    The previous code had a copy of `config.toml` which is easy to get out of
    sync. Instead, append the necessary configuration to the existing file
    to retain the rest of the configuration.
    
    Also changed the location where `runsc` is downloaded to use the latest
    release instead of hardcondig to a release which gets old quickly.
    fvoznika authored and spowelljr committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0b041f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. update gvisor image

    spowelljr committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9932d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc9b3ec View commit details
    Browse the repository at this point in the history