Files
charts/.devcontainer/devcontainer.json
TrueCharts Bot e1ce9e0944 chore(container): update tccr.io/tccr/devcontainer:v1.0.0 docker digest to 89ac0c0 (#30337)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `df84b68` -> `89ac0c0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-28 05:58:19 +01:00

16 lines
670 B
JSON

{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "TrueCharts",
"image": "tccr.io/tccr/devcontainer:v1.0.0@sha256:89ac0c0f44af39d731dfbd2ef01fcbc4e20d49619c10ce39a15c0e7860a0bff7",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
"postStartCommand": {
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
},
"postAttachCommand": "fish",
"updateRemoteUserUID": false,
"runArgs": ["--privileged"]
}