mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 18:54:47 -03:00
10 lines
400 B
JSON
10 lines
400 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
|
"name": "TalosCluster",
|
|
"image": "oci.trueforge.org/containerforge/devcontainer:2.0.6@sha256:b8f8a95a0edf58aaab4076fa477bd8e3c6efcb68fb41cb4c37da05e618ff0320",
|
|
"postStartCommand": {
|
|
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
|
}
|
|
}
|
|
|