symlinks not part of build context hash #34260
Labels
area/builder
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
version/17.06
create the following Dockerfile:
build with
docker build .
then comment out one
ln
:build again and notice the output is:
ie it all came from cache, and indeed both symlinks are in the output, when only one is correct (eg if built with
no-cache
)cc @tonistiigi
The text was updated successfully, but these errors were encountered: