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 kind image names with --bare #1027

Merged
merged 1 commit into from Mar 20, 2024
Merged

Commits on Apr 27, 2023

  1. Fix kind image names with --bare

    Make the functionality match between:
    KO_DOCKER_REPO=ko.local/my-image ko build --bare
    
    And:
    KO_DOCKER_REPO=kind.local/my-image ko build --bare
    
    As it stands, `--bare` is broken with `kind.local/` as it just gets
    `kind.local` as the image name, and then it fails to tag because the
    registry is missing.
    aidy committed Apr 27, 2023
    Copy the full SHA
    7774527 View commit details
    Browse the repository at this point in the history