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

Ensure exporter progress logs are properly keyed #2953

Merged
merged 1 commit into from
Jul 23, 2022

Commits on Jul 20, 2022

  1. exporter: add unique exporter identifiers in progress output

    This patch ensures that all progress outputs for exporters are properly
    keyed uniquely to the session, to ensure that duplicate exporters across
    different sessions do not conflict and produce confusing results.
    
    Currently, this behavior isn't relied upon by buildkit, but is used by
    buildx bake, where multiple image exporters might be invoked at the same
    time.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f7922fb View commit details
    Browse the repository at this point in the history