envbuilder
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.
Bumps [go.uber.org/mock](https://github.com/uber/mock) from 0.4.0 to 0.5.0. Release notes Sourced from go.uber.org/mock's releases. v0.5.0 0.5.0 (15 Oct 2024) Added #153[]: Add --write_command_comment flag to specify whether to include Generated by this...
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.16.0 to 0.17.2. Release notes Sourced from github.com/moby/buildkit's releases. v0.17.2 Welcome to the v0.17.2 release of buildkit! Please try out the release binaries and report any issues...
Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) from 3.0.0-alpha.1 to 3.0.0-rc.1. Release notes Sourced from github.com/distribution/distribution/v3's releases. v3.0.0-rc.1 Welcome to the v3.0.0-rc.1 release of registry! This is the the first release candidate of registry! See...
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.17.0 to 1.18.0. Release notes Sourced from github.com/fatih/color's releases. v1.18.0 What's Changed Add RGB API support by @fatih in fatih/color#225 Bump GitHub workflow actions by @deining in...
https://github.com/coder/envbuilder/blob/main/docs/devcontainer-spec-support.md does not currently mention the [`runArgs`](https://containers.dev/implementors/json_reference/#:~:text=code%20mount%20location.-,runArgs,-array) part of the dev container specification: > An array of [Docker CLI arguments](https://docs.docker.com/engine/reference/commandline/run/) that should be used when running the container. Defaults to...
# Problem Envbuilder currently uses `codersdk.AgentLogSender` to send logs back to Coder. This unfortunately requires us to check the Coder version to see if it supports AgentAPI v2 or v1,...
Could not find any documentation for running `envbuilder` on OpenShift even though it is mentioned that it can run on it. When trying to run on OpenShift, I'm getting: ```...
# Problem: If you clone a fresh repository, and fail for whatever reason, the folder is still created. This causes subsequent runs to assume that the repository has already been...
For any scripts in `devcontainer.json` that run after started, how can we render these in the Coder UI?
When using envbuilder with a git ssh url we cannot target a specific branch. Tracing this through it's because of the giturls library succeeds in parsing a transport/http regex and...