cilium / little-vm-helper

tool for building and running VMs for development and testing
Apache License 2.0
63 stars 11 forks source link

Switch from docker library to crane #190

Open joestringer opened 7 months ago

joestringer commented 7 months ago

As proposed in #184 , crane is a smaller, simpler library than pulling in docker for lvh run --image <OCI tag>.

### Tasks
- [ ] Convert over `lvh images pull`
- [ ] Convert over `lvh run`
mtardy commented 6 months ago

The more I use this, the more I'm hesitant to switch because we lose the caching mechanism of the docker daemon 🤔 which is actually handy in some situations.

joestringer commented 6 months ago

Ah. Yes particularly in CI, caching can make a huge difference.