Usage
# syntax=docker.io/docker/dockerfile:1.18.0
Notable changes
- Git URLs for remote build contexts and
ADD
command now allow new syntax with added query parameters in?key=value
format for better control over the Git clone procedure. Supported options in this release areref
,tag
,branch
,checksum
(aliascommit
),subdir
,keep-git-dir
andsubmodules
. #6172 #6173 - New check rules
ExposeProtoCasing
andExposeInvalidFormat
have been added to improve usage ofEXPOSE
commands. #6135 - Fix created time not being set correctly from the base image if named context is used. #6096