You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update access time on `pull` (#925)
To make sure we won't prune then immediately after. Useful for when scenarios similar to Cirrus CLI when we make sure that several images are up-to-date before every request for task execution.
Completely disable audio devices in case of `--no-audio` (#904)
This way VM won't have empty audio device at all.
This should fix with an issue like that actions/runner-images#9330
tart push: re-try when encountering errors when pushing disk layers (#……888)
* tart push: re-try when encountering errors when pushing disk layers
* Only re-try on URLError
Optimize DiskV2 Deduplication (#878)
* Revert "Lowercase `tart.app` (#751)"
This reverts commit a9e2a19.
* Optimize DiskV2 deduplication logic
In case we cloned `disk.img` from a local image, check if data at offset has the expected contents already.
* Hole punch only if needed
* Calculate hash only if needed
* subdataChunks optimization
* Reapply "Lowercase `tart.app` (#751)"
This reverts commit e74e9c8.
* format
* Save at least 1GB on deduplication logic
* Build separately
* Revert "subdataChunks optimization"
This reverts commit e59382a.
* Another optimization
* Removed debug log
* reformat
* Revert "Hole punch only if needed"
This reverts commit 8c569fc