Commit 0557b36
Update devcontainer config, to remove /etc/os-release mount (#54897)
<!--Please give us some feedback on your experience writing this PR ! https://app.datadoghq.com/forms/43db4c02-6837-400c-8083-692e141b1b88 !-->
### What does this PR do?
Remove /etc/os-release mount that breaks some dpkg interactions, like in `sudo unminimize`.
Also move `HOST_*` env variables so that they are propagated correctly to the ssh connection
### Motivation
### Describe how you validated your changes
### Additional Notes
Co-authored-by: nicolas.schweitzer <nicolas.schweitzer@datadoghq.com>1 parent bcbf486 commit 0557b36
3 files changed
Lines changed: 5 additions & 9 deletions
File tree
- .devcontainer/datadog/default
- features/datadog-agent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 29 | + | |
35 | 30 | | |
0 commit comments