envbuilder icon indicating copy to clipboard operation
envbuilder copied to clipboard

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Allow developers to modify their environment in a tight feedback loop.

Results 62 envbuilder issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. Commits 905d78a go.mod: update golang.org/x dependencies ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response 0da2a6a openpgp: fix function name in comment 5defcc1 sha3: fix...

dependencies

We're planning on announcing a v1.0 release with performance improvements, quality of life features, and additional examples! ## Must have - [x] https://github.com/coder/envbuilder/issues/128 - [x] https://github.com/coder/kaniko/pull/12 - [x] https://github.com/coder/envbuilder/pull/213 -...

The devcontainer spec supports pre-installing VS Code extensions. Could we support this with the code-server CLI (or even the official vscode-server for Remote SSH)? This came up from a prospect...

enhancement

Some users will want to mount a GPU to an envbuilder-backed workspace. Can we investigate in which scenarios (if any) this works today and if/how we can patch upstream Kaniko...

enhancement
spike

Coder's [kaniko](https://github.com/coder/kaniko) fork is outdated and prevents updating some of the dependencies that have vulnerabilities. Details can be seen here: https://github.com/coder/envbuilder/security/dependabot This is a must-do before we launch 1.0 cc:...

dependencies

This is an interesting question, should we or should we not limit this to read-only mounted filesystems? If we think about how a docker container is run with `-v /path:/path`,...

enhancement

We want to re-architect envbuilder in a way where it can run inside an existing devcontainer image (`registry.company.com/envbuilder-images/python-project:latest`) and pick up and rebuild any stale layers. This also includes a...

enhancement

This issue tracks the implementation of a PoC to validate the path forward for #128. To support #185, we must be able to figure out if a cached layer image...

enhancement
spike

This issue tracks the implementation of a PoC to validate the path forward for #128. To better utilize the envbuilder cache, we want to extend envbuilder with support for build...

enhancement
spike

Not introduced by your PR but I want to point out that `MagicDir` is kinda unhelpful as a name; perhaps `EnvbuilderWorkingDir` would be more explicit? _Originally posted by @dannykopping in...

enhancement