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

feat: adding config option for SOCI installation on VM #506

Merged
merged 23 commits into from
Aug 11, 2023

Commits on Aug 9, 2023

  1. soci-comments

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    db75013 View commit details
    Browse the repository at this point in the history
  2. initial commit for soci packaging

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e491649 View commit details
    Browse the repository at this point in the history
  3. making toggle for soci configurable

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a5ab536 View commit details
    Browse the repository at this point in the history
  4. removed soci dependency group

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1d14f80 View commit details
    Browse the repository at this point in the history
  5. removed finch support binary

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    eaf316c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4500b15 View commit details
    Browse the repository at this point in the history
  7. updating soci version + adding tests

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7fb0f86 View commit details
    Browse the repository at this point in the history
  8. making soci installation script a constant

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e81e15c View commit details
    Browse the repository at this point in the history
  9. fixing containerd config bug when stopping and starting vm

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    016b0c6 View commit details
    Browse the repository at this point in the history
  10. adding e2e tests for pulling and running with soci

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cc766d1 View commit details
    Browse the repository at this point in the history
  11. fixing testSoci method signature

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    47bc078 View commit details
    Browse the repository at this point in the history
  12. fixing testSoci method signature in vm_test.go

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    49680dc View commit details
    Browse the repository at this point in the history
  13. taking out CreateLimaOption() + making config option a str instead of…

    … bool
    
    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    41a1ae5 View commit details
    Browse the repository at this point in the history
  14. fixing lint errors + adding error checking

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    877eb38 View commit details
    Browse the repository at this point in the history
  15. fixing lint and unit test issues

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f49625f View commit details
    Browse the repository at this point in the history
  16. removing nerdctl archive in VM

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3d32a8e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. replacing .New with .Run when possible

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3635d25 View commit details
    Browse the repository at this point in the history
  2. fixing godoc and not exporting socified ffmpeg image

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f2d03ad View commit details
    Browse the repository at this point in the history
  3. removing redundant .Expect

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8074323 View commit details
    Browse the repository at this point in the history
  4. retrying cURL and exiting when it fails

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7747083 View commit details
    Browse the repository at this point in the history
  5. fixing spacing for comments and typos

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c395020 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. making config option a slice instead of string + adding as conifg val…

    …ue to make it easier for users to switch back to overlayfs from soci
    
    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d4d8d19 View commit details
    Browse the repository at this point in the history
  2. using map for enabled snapshotter bool values

    Signed-off-by: Channing Gaddy <[email protected]>
    CodeChanning committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bb21ba3 View commit details
    Browse the repository at this point in the history