This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c25f6ce95
DockerCLI
/
vendor
/
github.com
/
klauspost
/
compress
/
s2sx.mod
5 lines
47 B
Modula-2
Raw
Normal View
History
Unescape
Escape
vendor: github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43 Changed `matcher.Matches(file)` to `matcher.MatchesOrParentMatches(file)`: cli/command/image/build/context.go:95:9: SA1019: matcher.Matches is deprecated: This implementation is buggy (it only checks a single parent dir against the pattern) and will be removed soon. Use either MatchesOrParentMatches or MatchesUsingParentResults instead. (staticcheck) return matcher.Matches(file) ^ And updated a test to match the JSON omitting empty RootFS.Type fields (in practice, this field should never be empty in real situations, and always be "layer"). Changed the test to use subtests to easier find which case is failing. full diff: https://github.com/docker/docker/compare/343665850e3a...83b51522df43 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-03 08:19:41 -05:00
module
github
.
com
/
klauspost
/
compress
vendor: github.com/klauspost/compress v1.17.9 full diff: https://github.com/klauspost/compress/compare/v1.17.4...v1.17.9 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-04 03:32:06 -04:00
go
1.19
vendor: github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43 Changed `matcher.Matches(file)` to `matcher.MatchesOrParentMatches(file)`: cli/command/image/build/context.go:95:9: SA1019: matcher.Matches is deprecated: This implementation is buggy (it only checks a single parent dir against the pattern) and will be removed soon. Use either MatchesOrParentMatches or MatchesUsingParentResults instead. (staticcheck) return matcher.Matches(file) ^ And updated a test to match the JSON omitting empty RootFS.Type fields (in practice, this field should never be empty in real situations, and always be "layer"). Changed the test to use subtests to easier find which case is failing. full diff: https://github.com/docker/docker/compare/343665850e3a...83b51522df43 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-03 08:19:41 -05:00