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

fix taskrun failing with duplicate unique image found #6260

Merged

Commits on Mar 31, 2023

  1. fix taskrun failing with duplicate unique image found

    fix [issue-6257](tektoncd#6257)
    
    ignore unknown OS/architecture image entrypoint, because runtime.GOOS and runtime.GOARCH will not be unkonwn.
    all possible GOOS values are defined in src/go/build/syslist.go
    
    Signed-off-by: chengjoey <zchengjoey@gmail.com>
    chengjoey committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f7b0647 View commit details
    Browse the repository at this point in the history