Skip to content

v0.6.0 Rootless

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 10:04
· 35 commits to main since this release

This release (re)introduces rootless mode where Ayup can be run as a normal user. It also starts up Buildkit for you and no longer uses Containerd. This gets us closer to having a single all-in-one exe that has everything bundled and you can just run it on any Linux machine with a reasonably recent kernel.

There is no longer a pause when exporting large containers because we don't do an export, we run the app inside Buildkit similar to if it was another build step, but not quite. For more discussion on this see https://github.com/premAI-io/Ayup/discussions/28

What's Changed

Full Changelog: v0.5.0...v0.6.0