mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
Currently the lookup from previous local etags was based on filename. This leads to possibility where (misbehaving) server may reuse the same eTag for different URLs. While using only the filename might theoretically create more cache matches when the same file is used via multiple URLs, I think was accidental mistake and not intentional. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>