Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

[18.09 backport] fix panic on empty dockerfile #199

Commits on Jun 18, 2019

  1. Update docker-py to 3.7.0

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit c0c05af)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    b92e9e9 View commit details
    Browse the repository at this point in the history
  2. bump buildkit 05766c5c21a1e528eeb1c3522b2f05493fe9ac47 (docker-18.09 …

    …branch)
    
    - moby/buildkit#952 [18.09 backport] Have parser error on dockerfiles without instructions
      - backport of moby/buildkit#771 Have parser error on dockerfiles without instructions
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a1d76e0 View commit details
    Browse the repository at this point in the history
  3. Convert parse errors to more informative format

    - Wrap parse errors in errdefs.InvalidParameters
    - Include dockerfile in error names
    
    Signed-off-by: Natasha Jarus <[email protected]>
    (cherry picked from commit 64466b0)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    LinuxMercedes authored and thaJeztah committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    7eb0e6a View commit details
    Browse the repository at this point in the history
  4. Test: dockerfiles with no instructions are detected

    Signed-off-by: Natasha Jarus <[email protected]>
    (cherry picked from commit 18c7e8b)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    LinuxMercedes authored and thaJeztah committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    cd084b2 View commit details
    Browse the repository at this point in the history