-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Comparing changes
Open a pull request
base repository: docker/compose
base: v2.15.0
head repository: docker/compose
compare: v2.15.1
- 7 commits
- 9 files changed
- 4 contributors
Commits on Jan 6, 2023
-
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 96bbda9 - Browse repository at this point
Copy the full SHA 96bbda9View commit details -
fix CVE-2022-27664 and CVE-2022-32149 high-risk vulnerability
Signed-off-by: fsl <1171313930@qq.com>
Configuration menu - View commit details
-
Copy full SHA for a226d01 - Browse repository at this point
Copy the full SHA a226d01View commit details
Commits on Jan 9, 2023
-
use a simpler prompt implementation when we lack a terminal
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f1313f3 - Browse repository at this point
Copy the full SHA f1313f3View commit details -
don't filter by services if no filter was set
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b326a9d - Browse repository at this point
Copy the full SHA b326a9dView commit details -
Merge pull request #10145 from ndeloof/ps_filter
don't filter by services if no filter was set
Configuration menu - View commit details
-
Copy full SHA for fbbc0de - Browse repository at this point
Copy the full SHA fbbc0deView commit details -
Without this I get an exception when building multiple images in a compose run. ``` fatal error: concurrent map writes goroutine 16 [running]: github.com/docker/compose/v2/pkg/compose.(*composeService).build.func1({0x2cba4e0, 0xc00019b2c0}, {0xc000233150?, 0xd?}) github.com/docker/compose/v2/pkg/compose/build.go:95 +0x652 github.com/docker/compose/v2/pkg/compose.(*graphTraversal).run.func1() github.com/docker/compose/v2/pkg/compose/dependencies.go:127 +0x63 golang.org/x/sync/errgroup.(*Group).Go.func1() golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 +0x64 created by golang.org/x/sync/errgroup.(*Group).Go golang.org/x/sync@v0.1.0/errgroup/errgroup.go:72 +0xa5 ... ``` I'm not sure why the map is currently shared, but with this patch applied my docker-compose build run works. Signed-off-by: Edward Muller <emuller@fastly.com>
Configuration menu - View commit details
-
Copy full SHA for 73ebbff - Browse repository at this point
Copy the full SHA 73ebbffView commit details -
Merge pull request #10151 from freeformz/ffz/NoShareMap
Don't share the options map
Configuration menu - View commit details
-
Copy full SHA for 00c60da - Browse repository at this point
Copy the full SHA 00c60daView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.15.0...v2.15.1