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

replace dockerfile/dockerignore with patternmatcher/ignorefile #10922

Merged
merged 3 commits into from
Aug 23, 2023

Commits on Aug 22, 2023

  1. go.mod: remove some outdated comments

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    192718c View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/moby/patternmatcher v0.6.0

    - integrate frontend/dockerfile/dockerignore from buildkit
    
    full diff: moby/patternmatcher@v0.5.0...v0.6.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2006f3f View commit details
    Browse the repository at this point in the history
  3. replace dockerfile/dockerignore with patternmatcher/ignorefile

    The BuildKit dockerignore package was integrated in the patternmatcher
    repository / module. This patch updates our uses of the BuildKit package
    with its new location.
    
    A small local change was made to keep the format of the existing error message,
    because the "ignorefile" package is slightly more agnostic in that respect
    and doesn't include ".dockerignore" in the error message.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 22, 2023
    1 Configuration menu
    Copy the full SHA
    5d73201 View commit details
    Browse the repository at this point in the history