Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gateway: ensure llb digests are deterministic when sent by frontends #5517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. gateway: ensure llb digests are deterministic when sent by frontends

    This ensures different valid protobuf serializations that are sent by
    frontends will be rewritten into digests that are normalized for the
    buildkit solver.
    
    The most recent example of this is that older frontends would generate
    protobuf with gogo and the newer buildkit is using the google protobuf
    library. These produce different serializations and cause the solver to
    think that identical operations are actually different.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9f65f8c View commit details
    Browse the repository at this point in the history