mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Merge pull request #130 from justincormack/update-mkimage
Update mkimage used for building to lastest hashes
This commit is contained in:
commit
51005b42c5
@ -15,17 +15,16 @@ import (
|
|||||||
|
|
||||||
var linuxkitYaml = map[string]string{"mkimage": `
|
var linuxkitYaml = map[string]string{"mkimage": `
|
||||||
kernel:
|
kernel:
|
||||||
image: "linuxkit/kernel:4.9.x"
|
image: linuxkit/kernel:4.9.39
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
- linuxkit/init:00ab58c9681a0bf42b2e35134c1ccf1591ebb64d
|
||||||
- linuxkit/runc:a0f2894e50bacbd1ff82be41edff8b8e06e0b161
|
- linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f
|
||||||
- linuxkit/containerd:389e67c3c1fc009c1315f32b3e2b6659691a3ad4
|
|
||||||
onboot:
|
onboot:
|
||||||
- name: mkimage
|
- name: mkimage
|
||||||
image: "linuxkit/mkimage:5ad60299be03008f29c5caec3c5ea4ac0387aae6"
|
image: linuxkit/mkimage:a63b8ee4c5de335afc32ba850e0af319b25b96c0
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: "linuxkit/poweroff:a8f1e4ad8d459f1fdaad9e4b007512cb3b504ae8"
|
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
|
||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
|
Loading…
Reference in New Issue
Block a user