dockerfile/1.1.0
tonistiigi
released this
27 Apr 01:49
·
5668 commits
to master
since this release
ADD/COPY
commands now support implementation based on llb.FileOp
and do not require helper image if builtin file operations support is available. #809
To find the files ignored from the build context Dockerfile frontend will first look for a file <path/to/Dockerfile>.dockerignore
and if it is not found .dockerignore
file will be looked up from the root of the build context. This allows projects with multiple Dockerfiles to use different .dockerignore
definitions. #901
--chown
flag for COPY
command now supports variable expansion. #926