Skip to content

dockerfile/1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 16:32
· 33 commits to master since this release
0865fcc

Usage

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

Notable changes

  • Build secrets can now be mounted as environment variables in addition to files by defining env=VARIABLE option #5215
  • Check directive now allows new experimental attribute for enabling experimental validation rules like CopyIgnoredFile #5213
  • Improve validation of unsupported modifiers for variable substitution #5146
  • ADD and COPY commands now support variable interpolation for build arguments for the --chmod option values #5151
  • Improve validation of the --chmod option arguments for COPY and ADD commands #5148
  • Fix missing completions for size and destination attributes on mounts #5245
  • OCI annotations are now set to the Dockerfile frontend release image #5197