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

Add docker.io/library to image short names #16214

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Apr 2, 2023

  1. Add docker.io/library to image short names

    Kubernetes automatically looks for "docker.io/library/*",
    so we need to add these to the images for it to find them.
    
    It is still possible to use qualified image names with a
    custom registry, and not rely on the legacy defaults.
    afbjorklund committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    efca2f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update pkg/minikube/machine/build_images.go

    Co-authored-by: Raiden Shogun <46831212+ComradeProgrammer@users.noreply.github.com>
    medyagh and ComradeProgrammer authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    32a2e10 View commit details
    Browse the repository at this point in the history