coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
130 stars 25 forks source link

feat: support starting from an already-built image #296

Closed johnstcn closed 1 month ago

johnstcn commented 1 month ago

Fixes https://github.com/coder/envbuilder/issues/291

Depends on https://github.com/coder/kaniko/pull/19

Builds on top of https://github.com/coder/envbuilder/pull/292