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 --push and --load support to build cmd #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 17, 2024

  1. Add --push and --load support to build cmd

    Turns out --push flag was simply a rehashing of buildkit output
    attributes between existing command arguments plus the type=image
    and push=true buildkit ones.
    
    In the other hand --load became a mere dummy parameter since img
    simulates a docker registry through its own implementation.
    
    The --output=type=registry is a wash, since the user STILL needs to pass
    all the buildkit args within the output string.
    
    Signed-off-by: Jonnatan Jossemar Cordero <[email protected]>
    jossemargt-cto-ai committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d868c18 View commit details
    Browse the repository at this point in the history