dockerfile/1.19.0
·
115 commits
to master
since this release
Usage
# syntax=docker.io/docker/dockerfile-upstream:1.19.0
Notable changes
- The
--excludeflag forCOPYandADDinstructions is now generally available. This flag was previously available under thelabschannel. #6232 - Fix issue where adding
--excludeflag toCOPYcould cause a broken symlink to fail the build. #6220 - Fix issue where
EXPOSEinstruction did not correctly format the history record it created (regression from 1.18). #6218