Commit c9aa626
Add
* Initial plan
* Add dcep shortcut for docker compose exec with http proxy
Co-authored-by: BYK <[email protected]>
* Quote environment variable values in dcep shortcut
Co-authored-by: BYK <[email protected]>
* Rename dcep to dcx (docker compose exec shortcut)
Co-authored-by: BYK <[email protected]>
* Move dcx after if/else block and use exec_proxy_args for DRY
Co-authored-by: BYK <[email protected]>
* Remove exec_proxy_args and inline proxy flags in dcx
Co-authored-by: BYK <[email protected]>
* Add exec_proxy_args variable and use it in dcx definition
Co-authored-by: BYK <[email protected]>
* Use $dcx shortcut in bootstrap-s3-profiles.sh
Co-authored-by: aldy505 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BYK <[email protected]>
Co-authored-by: Reinaldy Rafli <[email protected]>
Co-authored-by: aldy505 <[email protected]>dcx shortcut for docker compose exec with HTTP proxy env vars (#4067)1 parent a73563f commit c9aa626
File tree
3 files changed
+5
-3
lines changed- install
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments