mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
Avoid treating COPY . . as copying an ignored file named "." when .dockerignore excludes dotfiles with patterns such as .*. Keep the warning for catch-all root patterns like *, where copying the context root would copy only ignored entries. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>