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
111 stars 23 forks source link

feat: embed binary in image when pushing image #234

Closed BrunoQuaresma closed 3 weeks ago

BrunoQuaresma commented 1 month ago

Related to https://github.com/coder/envbuilder/issues/216

Embeds the envbuilder binary in the image under the same path when pushing.

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