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

tink-worker: do not attach the action container stdout/stderr to the current process when --capture-action-logs=false #549

Merged
merged 2 commits into from
Nov 2, 2021

Commits on Oct 9, 2021

  1. do not attach the action container stdout/stderr to the current process

    when tink-worker is configured with --capture-action-logs=false the action
    container stdout/stderr must not be attached to the current process.
    
    that configuration is used when there is an existing docker log-driver, which
    will capture all the containers logs without tink-worker help.
    
    this prevents the action container logs from being duplicated in the
    tink-worker container logs and in the action container docker logs.
    
    Signed-off-by: Rui Lopes <rgl@ruilopes.com>
    rgl committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    c362740 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    c6ce199 View commit details
    Browse the repository at this point in the history