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
* Export images to rootfs with docker
* docker client dependency injection
* Fix permissions during extraction
* Don't skip docker in tests
* extraction test passing but seems too complicated
* Use umoci for image to rootfs conversion
* Update docs
* Update README
* Move OCI cache dir
* Tweak disk settings
* Async API
* Simplify async API: remove sse for now
* Avoid rate limit in CI
* Add API level image test
* Check queuing works
* Test failure on invalid tag
* Fix image filesystem layout
* image name validation
* Update README
* Clean up error
* Use erofs
* API layer depends on domain
cmd/api/api (handlers)
↓ depends on
lib/images, lib/instances, lib/volumes (domain)
↓ independent of
lib/oapi (API types)
* Idempotency and race conditions
* Add erofs to ci
* OCI client internal to image manager
* Disambiguate digests and tags
* WIP: figuring out error handling registry errors
* Switch to more lightweight library for interacting with registry
* Handle 404
* Use docker auth config file
* Add timeout on resolve
* Update README
* Poll by digest
* Tweak readme
* caching test
* More comprehensive basic test
* gen jwt script
* fix merge
---------
Co-authored-by: Steven Miller <[email protected]>
0 commit comments