b94b87d782
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public) | image | digest | `db6cfe2` -> `f78a392` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
16 lines
680 B
JSON
16 lines
680 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
|
"name": "TrueCharts",
|
|
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:f78a392c08c230fa72d8a025775a76e17d8c2be47351701d7a3d2ea49b8d6102",
|
|
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC28",
|
|
"postCreateCommand": {
|
|
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
|
|
},
|
|
"postStartCommand": {
|
|
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
|
},
|
|
"postAttachCommand": "fish",
|
|
"updateRemoteUserUID": false,
|
|
"runArgs": ["--privileged"]
|
|
}
|