-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support Nydus type image builder #1724
Comments
From my point of view, Envd can not only bring the convenience for AI/ML researchers, but also speed up the image building process with common dockerfile frontend. |
It might be possible. Refer to buildkit nydus If you set up the buildkit with nydus in another envd context, you should be able to build nydus images. |
Can I use dockerfile.v0 as buildkit frontend with envd command? |
Cannot. envd only supports envd as the frontend. |
May I ask why? You could use docker directly if you use dockerfile. |
I need an image service that supports remote building and remote cache for cloud computing platform. A fast remote image building service is important for developers |
Another point is that some AI/ML researchers are used to using dockerfile |
Then you could use buildkit directly, if you wanna use dockerfile. It should work. |
Describe the feature
Nydus can improve container launch speed. However, it must use its specify image type (Compatible with the OCI images). It is efficient for product environment. I wish the
envd
can support itWhy do you need this feature?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: