mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 15:11:22 -03:00
feat(devcontainer): add devcontainer references here and in clustertool templates
This commit is contained in:
12
.devcontainer/devcontainer.json
Normal file
12
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
||||
"name": "ClusterTool Cluster",
|
||||
"image": "tccr.io/tccr/devcontainer:latest",
|
||||
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:latest",
|
||||
"postCreateCommand": {
|
||||
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
|
||||
},
|
||||
"postStartCommand": {
|
||||
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user