8000 feat(examples/templates): add `docker-devcontainer` template and rename envbuilder template by mafredri · Pull Request #18741 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat(examples/templates): add docker-devcontainer template and rename envbuilder template #18741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 3, 2025
Prev Previous commit
Next Next commit
remove debug output
  • Loading branch information
mafredri committed Jul 3, 2025
commit 4b2a928b6122fb3b08e788a307686c5255a6ebd7
2 changes: 1 addition & 1 deletion examples/templates/docker-devcontainer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "coder_agent" "main" {
arch = data.coder_provisioner.me.arch
os = "linux"
startup_script = <<-EOT
set -ex
set -e

# Prepare user home with default files on first start.
if [ ! -f ~/.init_done ]; then
Expand Down
Loading
0