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

Ignore docker config if it's a directory #1420

Merged
merged 1 commit into from Jul 28, 2022
Merged

Ignore docker config if it's a directory #1420

merged 1 commit into from Jul 28, 2022

Commits on Jul 28, 2022

  1. Ignore docker config if it's a directory

    In a kubernetes environment, a volume from a Secret can be optionally
    mounted. If the Secret does not exist, the mounted path is always a
    directory.
    
    This change modifies auth.DefaultKeychain to ignore the case where the
    docker config file is unexpectedly a directory.
    
    Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
    lcarva committed Jul 28, 2022
    Copy the full SHA
    4308ba4 View commit details
    Browse the repository at this point in the history