mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 16:51:38 +00:00
with cwd of test this was done with: for i in pkg/* ; do make --no-print-directory -C $i show-tag; done | ( IFS=: ; while read image hash ; do ../scripts/update-component-sha.sh --image $image $hash ; done ) Note that `linuxkit/test-virtsock` (built by `test/pkg/virtsock`) does not appear to be referenced anywhere. Signed-off-by: Ian Campbell <ijc@docker.com>