mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #18792 from Homebrew/devcontainer_master
devcontainer.json: use master image.
This commit is contained in:
commit
0b25b5ccbb
@ -1,13 +1,10 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json.
|
// For format details, see https://aka.ms/devcontainer.json.
|
||||||
{
|
{
|
||||||
"name": "Homebrew/brew",
|
"name": "Homebrew/brew",
|
||||||
"image": "ghcr.io/homebrew/brew:latest",
|
"image": "ghcr.io/homebrew/brew:master",
|
||||||
|
|
||||||
"workspaceFolder": "/home/linuxbrew/.linuxbrew/Homebrew",
|
"workspaceFolder": "/home/linuxbrew/.linuxbrew/Homebrew",
|
||||||
"workspaceMount": "source=${localWorkspaceFolder},target=/home/linuxbrew/.linuxbrew/Homebrew,type=bind,consistency=cached",
|
"workspaceMount": "source=${localWorkspaceFolder},target=/home/linuxbrew/.linuxbrew/Homebrew,type=bind,consistency=cached",
|
||||||
|
|
||||||
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"codespaces": {
|
"codespaces": {
|
||||||
"repositories": {
|
"repositories": {
|
||||||
@ -43,7 +40,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"HOMEBREW_GITHUB_API_TOKEN": "${localEnv:GITHUB_TOKEN}"
|
"HOMEBREW_GITHUB_API_TOKEN": "${localEnv:GITHUB_TOKEN}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user