Commit 2e4a6a7
Fix github-mcp-server Dockerfile: Use Go build instead of Node.js (#61)
* Initial plan
* Fix MCP server Dockerfile to use Go instead of Node.js
- Changed base image from node:20-alpine to golang:latest
- Removed incorrect npm install and build commands
- Added proper Go build process matching upstream repository
- Added SSL bypass workarounds for restricted build environments
- Repository is Go-based, not Node.js based
Co-authored-by: phrocker <[email protected]>
* Remove insecure SSL bypass settings for production safety
Removed git config http.sslVerify false and GOPROXY=direct workarounds.
These were only needed for restricted build environments and pose security
risks in production. The core fix (Go instead of Node.js) works without them.
Co-authored-by: phrocker <[email protected]>
* commit
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: phrocker <[email protected]>
Co-authored-by: Marc Parisi <[email protected]>1 parent b1eadf0 commit 2e4a6a7
File tree
2 files changed
+31
-13
lines changed- api/src/main/resources/db/migration
- docker/github-mcp-server
2 files changed
+31
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | | - | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | | - | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
17 | 32 | | |
18 | 33 | | |
19 | 34 | | |
20 | 35 | | |
21 | | - | |
22 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments