mirror of
https://github.com/moby/buildkit.git
synced 2026-08-10 17:14:08 +00:00
We should create the mount point for secret files even if the source secret file is empty. Otherwise it is hard to debug why secrets are not showing up when requested in the LLB. Currently they are just silently ignored which was pretty confusing. Signed-off-by: coryb <cbennett@netflix.com>