Commit ac1c0db
fix: upgrade Testcontainers to 1.20.1 and fix Docker Desktop compatibility on Windows
- Upgrade testContainersVersion from 1.17.6 to 1.20.1
- Override DOCKER_HOST to docker_engine_linux pipe to bypass Docker Desktop relay
- Add docker-java.properties with api.version=1.41 to satisfy Docker daemon minimum API requirement (1.40+)
- Replace deprecated getContainerIpAddress() with getHost() in MongoDbContainer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a62aa79 commit ac1c0db
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- src/test
- java/net/gendercomics/api/integrationtest
- resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments