update devcontainer to new version
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
||||
"name": "TrueCharts",
|
||||
"image": "oci.trueforge.org/tccr/devcontainer:v2.0.6@sha256:5292842e56b61c27c83b4e8b3daabf5679066df695a72e12596693518b908157",
|
||||
"postCreateCommand": {
|
||||
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
|
||||
},
|
||||
"name": "TalosCluster",
|
||||
"image": "oci.trueforge.org/containerforge/devcontainer:2.0.6@sha256:b8f8a95a0edf58aaab4076fa477bd8e3c6efcb68fb41cb4c37da05e618ff0320",
|
||||
"postStartCommand": {
|
||||
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
||||
},
|
||||
"postAttachCommand": "fish",
|
||||
"updateRemoteUserUID": false,
|
||||
"runArgs": ["--privileged"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user