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

compose: silence "build.config should be relative path" warning #2510

Merged
merged 1 commit into from
Sep 16, 2023

Commits on Sep 16, 2023

  1. compose: silence "build.config should be relative path" warning

    This warning was always printed with a compose yaml that contains a
    build, as `compose-go/loader.ResolveServiceRelativePaths` automatically
    expands a relative context path to an abstract path:
    https://github.com/compose-spec/compose-go/blob/v1.18.4/loader/paths.go#L91-L93
    
    ("build.config" was a typo of "build.context")
    
    Fix issue 2508
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    69a1833 View commit details
    Browse the repository at this point in the history