Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: apple/containerization

Tags

0.35.0

Toggle 0.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support disk image based pod volumes (#780)

The `PodVolume` type in `LinuxPod` only defined the `nbd` enum value -
however, disk based images are also supported and the pattern is
essentially the same

Signed-off-by: Aditya Ramani <[email protected]>

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan

0.33.4

Toggle 0.33.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Experimental] Add Sandboxy binary (#607)

Sandboxy is an example tool to run isolated coding agents.

0.33.3

Toggle 0.33.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add totalAllocatedSize to ContentStore (#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.

0.33.2

Toggle 0.33.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan
0.33.2, adds FilePathOps

Verified

This tag was signed with the committer’s verified signature.
jglogan J Logan

0.33.0

Toggle 0.33.0's commit message

0.32.2

Toggle 0.32.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add path resolution for CopyIn using Stat (#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)

0.32.1

Toggle 0.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make maxIDLength public (#734)

0.32.0

Toggle 0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add unit tests for AsyncLock (#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 <[email protected]>