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 115 envbuilder issues
Sort by recently updated
recently updated
newest added

Files being added to the workspace via `COPY` and `ADD` instructions in the dockerfile will end up with the original permissions from the workspace mount, not the correct default `root:root`...

Currently, envbuilder consumes `CODER_AGENT_URL`, `CODER_AGENT_TOKEN`, and `CODER_AGENT_SUBSYSTEM` environment variables to enable sending workspace build logs to Coder. For Kubernetes, this can instead be handled by `coder/coder-logstream-kube`. Investigate an alternative approach...

spike

from a prospective customer: > when creating a devcontainer workspace via a direct repo link (e.g. https://github.com/org/repo-name), the envbuilder clones the repo into the `repo-name` directory, so you get `/workspaces/repo-name/`…...

bug

When I use devcontainer in coder (kubernetes) from this template: [template_workspace_coder.txt](https://github.com/user-attachments/files/17175483/template_workspace_coder.txt) And change the Dockerfile to this and restart: Dockerfile: INVALID FROM qmcgaw/godevcontainer Then envbuilder is not detecting the failure...

Bumps [github.com/coder/serpent](https://github.com/coder/serpent) from 0.7.0 to 0.8.0. Commits 5a56b57 Make unknown subcommand a sentinel error 539d63d feat: export DefaultHelpFn (#20) 7c9fe92 Improve HyphenHyphen flag parse test 1b2301f chore: hide flag completions...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0. Commits c9da6b9 all: fix printf(var) mistakes detected by latest printf checker b35ab4f go.mod: update golang.org/x dependencies bcb0f91 internal/poly1305: Port sum_amd64.s to Avo 7eace71 chacha20poly1305:...

dependencies

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.1 to 0.16.0. Release notes Sourced from github.com/moby/buildkit's releases. v0.16.0 Welcome to the v0.16.0 release of buildkit! Please try out the release binaries and report any issues...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.5+incompatible to 27.3.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.3.1 27.3.1 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

We have an integration tests in coder/terraform-provider-envbuilder that tests that the provider works with a given version of envbuilder. It would be useful to have a similar test in envbuilder...

I am looking into adding a module to the registry that would let template administrators install Dev Container features inside Coder Workspaces (even outside of `envbuilder`). I think `envbuilder` already...