Skip to content

dockerfile/1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 00:03
· 1208 commits to master since this release
18fc875

Usage

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

Notable changes

  • Graduate ADD <Git-URL> and ADD --checksum from labs channel to stable #3979 docs docs
  • Add start interval support to HEALTHCHECK #3998
  • Variable substitution now supports additional POSIX compatible variants without : #3611
  • Exported Windows images now set default OSVersion/OSFeatures values from base image #3619
  • Fix inconsistent permission bits for Heredocs to 0644 #3992