Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates our Docker build environment and dependencies to use newer, more secure, and feature-rich versions. The main changes involve upgrading the Dockerfile syntax version, updating the BuildKit and related tool versions, and bumping the versions of key build tools (
uvandsccache). These updates help ensure better compatibility, security, and performance in our build pipeline.Build environment and toolchain upgrades:
1.20.0to1.22.0in all Dockerfiles, enabling new Docker build features and improvements. [1] [2] [3] [4] [5]build-image.yml) and the local build script (test-build-local.sh) fromv0.27.1tov0.28.0, including the corresponding SHA256 digest for security. [1] [2]Dependency version bumps:
uvtool to version0.10.9(from0.9.28) and updated its release timestamp and SHA256 checksums for bothx86_64andaarch64architectures instage3/Dockerfile.sccachetool to version0.14.0(from0.13.0) and updated its release timestamp and SHA256 checksums for bothx86_64andaarch64architectures instage3/Dockerfile.