1
0
mirror of https://github.com/moby/buildkit.git synced 2025-07-30 15:03:06 +03:00
Files
buildkit/source
Tonis Tiigi 4c9d94f93c add cache key debuginfo lookup
This allows opt-in to cache key debug database on
daemon startup.

If enabled, all cache keys generated by builds are
saved into this database together with the plaintexts
of the original data so a reverse lookup can be performed
later to compare two checksums and find out their original
difference. If checksum contains other checksums internally
then these are saved as well. For storage constraints, the
plaintext of file content is not saved but the metadata
portion can be still looked up.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-06-30 23:29:36 -07:00
..
2025-06-30 23:29:36 -07:00
2022-06-15 23:04:11 +03:00
2023-08-16 09:57:55 +01:00