Skip to content

dockerfile/1.9.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 21:36
· 1989 commits to master since this release
8ade9b2

Usage

# syntax=docker.io/docker/dockerfile-upstream:1.9.0-rc1

Notable changes

  • Add new validation rules: SecretsUsedInArgOrEnv, InvalidDefaultArgInFrom, RedundantTargetPlatform #5105 #5113 #5091 #5094 #5090 #5046
  • Many performance improvements for working with big Dockerfiles #5067 #5029
  • Fix incorrect JSON parsing that could cause some incorrect JSON values to pass without producing an error #5107
  • Fix issue where COPY --link to . destination path could fail (regression from v1.8+) #5080
  • Fix validation of ADD --checksum when used with a Git URL #5085