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

Pre-compile each layer individually #492

Merged
merged 13 commits into from
Mar 6, 2024

Commits on Mar 1, 2024

  1. Pre-compile each layer individually

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d8003bd View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b1f4042 View commit details
    Browse the repository at this point in the history
  3. Process all layers at once

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    63e5192 View commit details
    Browse the repository at this point in the history
  4. Move compile flag to the content instead of image since it is imutabl…

    …e can change
    
    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3d84809 View commit details
    Browse the repository at this point in the history
  5. fix e2e tests

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    547e836 View commit details
    Browse the repository at this point in the history
  6. re-use image to avoid digest differences

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cbd1812 View commit details
    Browse the repository at this point in the history
  7. Clean up clones and add docs

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    507cf8a View commit details
    Browse the repository at this point in the history
  8. Add tests to cover scenarios

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a94f3a2 View commit details
    Browse the repository at this point in the history
  9. Change the API

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    215f503 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Add gc flag to layer

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    19a1024 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update crates/containerd-shim-wasm/src/container/engine.rs

    Co-authored-by: Kate Goldenring <[email protected]>
    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant and kate-goldenring authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5f127ed View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. use Result<Vec<Option<Vec<u8>>>> and make labels clear

    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d2788c6 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Kate Goldenring <[email protected]>
    Signed-off-by: James Sturtevant <[email protected]>
    jsturtevant and kate-goldenring authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3c1894c View commit details
    Browse the repository at this point in the history