-
Notifications
You must be signed in to change notification settings - Fork 717
Description
Is your feature request related to a problem? Please describe.
I need to iterate my template frequently, since there's no version control for template, I can only delete the existing template and rebuild it, it's ok for testing but really unsafe for production usage.
Describe the solution you'd like
Currently the template seems to be just a docker image, it'd be nice to have the same version control as Docker, like you could use an image with tag and sha256 hash, user could manage the template versions on E2B console like listing available versions and disabling target version, if user find a version with malware, he could disable it.
Consider audit requirements and production availability, we'd better not support deleting a version, if the client request a disabled version, just repond an error.