mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 14:00:06 +00:00
tests: Update hashes for test/pkg/*
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>
This commit is contained in:
@@ -6,7 +6,7 @@ init:
|
||||
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
trust:
|
||||
org:
|
||||
|
Reference in New Issue
Block a user