dockerfile/1.18.0
          ·
          
            200 commits
          
          to master
          since this release
        
        
        
Usage
# syntax=docker.io/docker/dockerfile:1.18.0
Notable changes
- Git URLs for remote build contexts and ADDcommand now allow new syntax with added query parameters in?key=valueformat for better control over the Git clone procedure. Supported options in this release areref,tag,branch,checksum(aliascommit),subdir,keep-git-dirandsubmodules. #6172 #6173
- New check rules ExposeProtoCasingandExposeInvalidFormathave been added to improve usage ofEXPOSEcommands. #6135
- Fix created time not being set correctly from the base image if named context is used. #6096