mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 20:59:21 +00:00
People typically update hashes in YAML files with 'git grep ... | sed ...' this will change the README.md files in the ./pkg directory and thus change the git tree hash. Remove the use of explicit hashes from those files to avoid the obvious chicken and egg problem. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>