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

https://github.com/coder/kaniko/pull/12 added support for performing a 'fake' build (e.g. ProbeCache) However, this does not appear to work with multi-stage builds (https://github.com/coder/kaniko/pull/12#issuecomment-2160534514) Add support for multi-stage builds. This will require changes...

enhancement

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.0+incompatible to 27.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.1.1 27.1.1 Security This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins...

dependencies

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

dependencies

## Context Currently, envbuilder runs at the start up of a workspace, exposing elements of the buildtime to the runtime and vice-versa: * Build secrets (e.g. dockerconfig) * Environment variables...

spike

Is it possible to pass the coder pubkey to envbuilder? ```envbuilder - Build development environments from repositories in a container #1: 📦 Cloning [email protected]:lorem/ipsum.git to /workspaces/lorem-ipsum... #1: 🔑 Using SSH...

enhancement

I am seeing an issue where when I use the "Update" option in the coder dashboard after a template change, the coder process get stuck in this state, where it...

It seem that the function here does not work as expected : https://github.com/coder/envbuilder/blob/8c5c50cad3ae396b73619d36da43ef2ff0ac0be8/envbuilder.go#L966 #### Reproduction I used the [devcontainer-kubernetes](https://github.com/coder/coder/blob/0a221e8d5b75be449011e499a023c1304284e50a/examples/templates/devcontainer-kubernetes/main.tf#L1) with almost no modifications. (only added auth for git (bitbucket) +...

bug

Hello everyone, I'm looking for a way to add/edit a feature based on input from a `coder_parameter`. Use-case is for example asking a user "Do you want to have a...

### Description Improve feature parity with `github codespaces`. The goal is to add a new `coder_parameter` called `target branch` to workspace templates. It will let the user select a branch...