Tags: stephenlclarke/containerization
Tags
Add totalAllocatedSize to ContentStore (apple#760) This PR adds `totalAllocatedSize()` to the `ContentStore` protocol so it can be used to get the on-disk footprint without reaching past the abstraction. `LocalContentStore` implements it by walking its base path, covering both committed blobs and active ingest sessions.
Add path resolution for CopyIn using Stat (apple#727) This pull request enhances the handling of file and directory copy operations in Linux containers, particularly by improving destination path resolution and error handling for the `copyIn` operation with the `Stat RPC` This PR is needed for [container#1190](apple/container#1190)
Add unit tests for AsyncLock (apple#720) These tests were requested as part of a test change in apple/container#1497. These tests mimic a lot of the tests in https://github.com/apple/containerization/blob/main/Tests/ContainerizationExtrasTests/AsyncMutexTests.swift where possible/appropriate. Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
PreviousNext