Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a87771

Browse files
authored
chore: add envbuilder-dogfood template (#13720)
Adds a template that can be used to dogfood on envbuilder!
1 parent0a221e8 commit1a87771

File tree

2 files changed

+432
-0
lines changed

2 files changed

+432
-0
lines changed

‎envbuilder-dogfood/README.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#envbuilder dogfood template
2+
3+
This template uses the same image as the[dogfood](../dogfood) template, but
4+
builds it on-demand using the latest_preview_ version of[envbuilder](https://github.com/coder/envbuilder).
5+
6+
In theory, it should work with any Git repository containing a`devcontainer.json`.
7+
The Git repository specified by`devcontainer_repo` is cloned into`/workspaces` upon startup and the container is built from the devcontainer located under the path specified by`devcontainer_dir`.
8+
The`region` parameters are the same as for the[dogfood](../dogfood) template.
9+
10+
The`/workspaces` directory is persisted as a Docker volume, so any changes you make to the dogfood Dockerfile or devcontainer.json will be applied upon restarting your workspace.
11+
12+
##Personalization
13+
14+
The startup script runs your`~/personalize` file if it exists.
15+
You also have a persistent home directory under`/home/coder`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp