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

remote cache: support arbitrary layers as results #2501

Merged
merged 1 commit into from
Jan 16, 2022

Commits on Jan 11, 2022

  1. remote cache: support arbitrary layers as results

    This change enables inline cache to work as expected with MergeOp by
    supporting a new type of result, DiffResult, which enables results to be
    specified as a specific ordered set of layers inside an image.
    Previously, results could only be specified with a singe layer index,
    which meant that they had to start at the image's base layer and end at
    that index. That meant that merge inputs couldn't be specified as they
    are often a subset of the image layers that don't begin at the base.
    
    Signed-off-by: Erik Sipsma <erik@sipsma.dev>
    sipsma committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    ce012ab View commit details
    Browse the repository at this point in the history