cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.8k stars 112 forks source link

Error: ShouldBeAtLeastOneLayer #719

Closed prologic closed 8 months ago

prologic commented 8 months ago

I'm not sure how to debug this :/

$ tart clone ghcr.io/cirruslabs/ubuntu:latest ubuntu
pulling manifest...
Error: ShouldBeAtLeastOneLayer
edigaryev commented 8 months ago

Hello James 👋

It seems that you've installed Tart from Homebrew Core, and the version available there was published almost a year ago.

There were countless improvements since then, including the Improved format for fast and efficient pulls from remote OCI-registry, which results in the lack of backwards-compatibility that you're seeing.

Please consider installing Tart from our Tap:

brew install cirruslabs/cli/tart
prologic commented 8 months ago

Thanks!