Files
charts/.devcontainer/devcontainer.json
TrueCharts Bot af18a0181b chore(container): update oci.trueforge.org/tccr/devcontainer:v2.0.6 docker digest to 5292842 (#39422)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/tccr/devcontainer](https://redirect.github.com/trueforge-org/truecharts)
| image | digest | `daba59b` -> `5292842` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-11 15:46:32 +02:00

15 lines
607 B
JSON

{
"$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"
},
"postStartCommand": {
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
},
"postAttachCommand": "fish",
"updateRemoteUserUID": false,
"runArgs": ["--privileged"]
}