- Notifications
You must be signed in to change notification settings - Fork923
Commit978c871
committed
fix(agent): start devcontainers through agentcontainers package
Fixescoder/internal#706Context for the implementation herecoder/internal#706 (comment)Synchronously starts dev containers defined in terraform with our`DevcontainerCLI` abstraction, instead of piggybacking off of our`agentscripts` package. This gives us more control over logs, instead ofbeing reliant on packages which may or may not exist in theuser-provided image.1 parentb49e62f commit978c871
File tree
7 files changed
+64
-424
lines changed- agent
- agentcontainers
- agentscripts
7 files changed
+64
-424
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1145 | 1145 |
| |
1146 | 1146 |
| |
1147 | 1147 |
| |
1148 |
| - | |
1149 |
| - | |
1150 |
| - | |
1151 |
| - | |
1152 |
| - | |
1153 |
| - | |
1154 |
| - | |
1155 | 1148 |
| |
1156 | 1149 |
| |
1157 | 1150 |
| |
| |||
1169 | 1162 |
| |
1170 | 1163 |
| |
1171 | 1164 |
| |
1172 |
| - | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
1173 | 1172 |
| |
1174 | 1173 |
| |
1175 | 1174 |
| |
|
Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
797 | 808 |
| |
798 | 809 |
| |
799 | 810 |
| |
800 | 811 |
| |
801 | 812 |
| |
802 | 813 |
| |
803 | 814 |
| |
804 |
| - | |
| 815 | + | |
805 | 816 |
| |
806 | 817 |
| |
807 | 818 |
| |
| |||
857 | 868 |
| |
858 | 869 |
| |
859 | 870 |
| |
860 |
| - | |
| 871 | + | |
861 | 872 |
| |
862 | 873 |
| |
863 | 874 |
| |
| |||
884 | 895 |
| |
885 | 896 |
| |
886 | 897 |
| |
| 898 | + | |
887 | 899 |
| |
| 900 | + | |
| 901 | + | |
888 | 902 |
| |
889 | 903 |
| |
890 | 904 |
| |
|
Lines changed: 0 additions & 57 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 |
| - | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
| |||
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 23 |
| |
81 | 24 |
| |
82 | 25 |
| |
|
0 commit comments
Comments
(0)