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

Reduce the number of imageDigestExporter step to one per Task #1126

Commits on Jul 25, 2019

  1. Reduce the number of imageDigestExporter step to one per Task

    Currently, if a `Task` uses one or more image output we add a
    `imageDigestExporter` for each step defined in the `Task`. This is not
    required as only one step/container can do the work and handle
    multiple images.
    
    This change reduce to one the number of `imageDigestExporter` to one
    step, after the last user-defined step.
    
    Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
    vdemeester committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    22acced View commit details
    Browse the repository at this point in the history