Skip to content

dockerfile/1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 20:09
· 77 commits to master since this release
121ecd5

Usage

# syntax=docker.io/docker/dockerfile-upstream:1.14.0

Notable changes

  • COPY --chmod now allows non-octal values. This feature was previously in the labs channel and is now available in the main release. #5734
  • Fix handling of "os.version" platform property if one is set by the base image #5714
  • Fix errors where a named context metadata could be resolved even if it was not reachable by the current build configuration, leading to build error #5688