Skip to content

dockerfile/1.19.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Sep 01:30
· 115 commits to master since this release
c8fad61

Usage

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

Notable changes

  • The --exclude flag for COPY and ADD instructions is now generally available. This flag was previously available under the labs channel. #6232
  • Fix issue where adding --exclude flag to COPY could cause a broken symlink to fail the build. #6220
  • Fix issue where EXPOSE instruction did not correctly format the history record it created (regression from 1.18). #6218