Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: soci being reset on vm stop/start (#672)
Issue #, if available: *Description of changes:* - Not sure why, but containerd's config file gets reset every time we relaunch the VM, so I just separate the "download" and "configure" logic to keep the script idempotent - TODO: Move this all into a separate "config_applier", similar to the `nerdctl_config_applier` so that there can be more logic around the "already installed" checks *Testing done:* - Local testing, an e2e test for this is a nice TODO though - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Justin Alvarez <[email protected]>
- Loading branch information