Skip to content

dockerfile/1.18.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 14:11
· 200 commits to master since this release
b772c31

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 are ref, tag, branch, checksum (alias commit), subdir, keep-git-dir and submodules. #6172 #6173
  • New check rules ExposeProtoCasing and ExposeInvalidFormat have been added to improve usage of EXPOSE commands. #6135
  • Fix created time not being set correctly from the base image if named context is used. #6096