vendor: github.com/docker/docker, github.com/docker/cli v24.0.0#3846
vendor: github.com/docker/docker, github.com/docker/cli v24.0.0#3846jedevc merged 5 commits intomoby:masterfrom
Conversation
96935d6 to
92b1262
Compare
|
Needs rebase |
be3d06b to
8fbbd65
Compare
|
rebased, and updated to rc.3 |
|
Hello, And I am a little curious why Buildkit did not migrate to full go modules and discard the vendor folder, it's somewhat painful to update vendor packages and we can hardly detect if the vendor code is malicious (nothing to do with this PR, just for curiosity :-)) |
|
The vendor directory both allows for faster builds (and in offline situations), as well as modules going AWOL (which happened a couple of times, and you'd only find out after Google's module proxy cache expires). In general, it also allows easier review changes introduced in dependencies (admitted, for dependencies like AWS sdk, it's near impossible to review. |
8fbbd65 to
2e8b8c3
Compare
2e8b8c3 to
faf77b7
Compare
|
Updated to v24.0.0 |
| github.com/opencontainers/image-spec v1.1.0-rc3 | ||
| github.com/opencontainers/runc v1.1.6 | ||
| github.com/opencontainers/runtime-spec v1.1.0-rc.1 | ||
| github.com/opencontainers/runc v1.1.7 |
There was a problem hiding this comment.
Might want follow-up to bump runc in Dockerfile
full diff: klauspost/compress@v1.16.0...v1.16.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: opencontainers/runtime-spec@v1.1.0-rc.1...v1.1.0-rc.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
no changes in vendored files full diff: opencontainers/runc@v1.1.6...v1.1.7 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://github.com/docker/docker/compare/v23.0.5..v24.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://github.com/docker/cli/compare/v23.0.5..v24.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
faf77b7 to
282d334
Compare
|
Rebased to get a fresh run of CI |
vendor: github.com/klauspost/compress v1.16.3
full diff: klauspost/compress@v1.16.0...v1.16.3
vendor: github.com/opencontainers/runtime-spec v1.1.0-rc.2
full diff: opencontainers/runtime-spec@v1.1.0-rc.1...v1.1.0-rc.2
vendor: github.com/opencontainers/runc v1.1.7
no changes in vendored files
full diff: opencontainers/runc@v1.1.6...v1.1.7
vendor: github.com/docker/docker v24.0.0
full diff: https://github.com/docker/docker/compare/v23.0.5..v24.0.0
vendor: vendor: github.com/docker/ci v24.0.0
full diff: https://github.com/docker/cli/compare/v23.0.5..v24.0.0