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: deprecated docker field leads to failure of nydusify check #1349

Merged
merged 1 commit into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. fix: deprecated docker field leads to failure of nydusify check

    `NydusImage.Config.Config.ArgsEscaped` is present only for legacy compatibility
    with Docker and should not be used by new image builders. Nydusify (1.6 and
    above) ignores it, which is an expected behavior.
    
    This pr ignores comparision of it in nydusify checking, which leads to failure.
    
    Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>
    泰友 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0698b0c View commit details
    Browse the repository at this point in the history