mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 11:48:35 +00:00
Update hashes in YAML files
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -2,29 +2,29 @@ kernel:
|
||||
image: "linuxkit/kernel:4.9.35"
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:36c56f0664d49c5a6adc1120d1bf5ba6ac30b389
|
||||
- linuxkit/runc:291131ec026430371e7c36165c3f43734fbc2541
|
||||
- linuxkit/containerd:1e3e8f207421de8deac8cedc26a138d6b1661a0d
|
||||
- linuxkit/ca-certificates:46b59484919bfa9af700e54e042048cb06261de4
|
||||
- linuxkit/init:24942921d1356bb801b30ca6d7197d2bfdcc26f9
|
||||
- linuxkit/runc:2310ad9d266cf5d9c4d07613bd2135ed7eb8a21f
|
||||
- linuxkit/containerd:e0607d117e0286792c5bd62d9a7e2a9c49be3bbf
|
||||
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018"
|
||||
image: "linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0"
|
||||
- name: sysfs
|
||||
image: "linuxkit/sysfs:b4091d81261f4582ff899a8510110fc4f2be2b49"
|
||||
image: "linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc"
|
||||
- name: binfmt
|
||||
image: "linuxkit/binfmt:24e2b996f7d6ad20bfa9c9f1564a3c6172db47ce"
|
||||
image: "linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5"
|
||||
- name: format
|
||||
image: "linuxkit/format:ba085fdcac31c383acee3b4b91d78eb7095e5ac3"
|
||||
image: "linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954"
|
||||
- name: mount
|
||||
image: "linuxkit/mount:fe22dc5cbf109b4637b1caaafc76ccbf5140c3da"
|
||||
image: "linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf"
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: "linuxkit/rngd:b50b22dd574c5377708977af769f053009fff6d5"
|
||||
image: "linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b"
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:6c1ca76dbf808d5c27d10cbf22a8d4399be5c8ae"
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
- name: docker
|
||||
image: "linuxkit/docker-ce:9e125aa533108731d11f6d7ec17aba6ded0cb4eb"
|
||||
image: "linuxkit/docker-ce:9b937df179bdbebbc70243779978057df0b54190"
|
||||
capabilities:
|
||||
- all
|
||||
net: host
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
- /lib/modules:/lib/modules
|
||||
- /run:/var/run
|
||||
- name: test-docker-bench
|
||||
image: "linuxkit/test-docker-bench:5264fdfd098d2bfbacd88159e92bc59a9d2be6cc"
|
||||
image: "linuxkit/test-docker-bench:4999d3484771e8466580c0dc2e479595e49faa85"
|
||||
ipc: host
|
||||
pid: host
|
||||
net: host
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: "linuxkit/kernel:4.9.35"
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:36c56f0664d49c5a6adc1120d1bf5ba6ac30b389
|
||||
- linuxkit/runc:291131ec026430371e7c36165c3f43734fbc2541
|
||||
- linuxkit/containerd:1e3e8f207421de8deac8cedc26a138d6b1661a0d
|
||||
- linuxkit/init:24942921d1356bb801b30ca6d7197d2bfdcc26f9
|
||||
- linuxkit/runc:2310ad9d266cf5d9c4d07613bd2135ed7eb8a21f
|
||||
- linuxkit/containerd:e0607d117e0286792c5bd62d9a7e2a9c49be3bbf
|
||||
onboot:
|
||||
- name: test
|
||||
image: "alpine:3.6"
|
||||
@@ -13,7 +13,7 @@ onboot:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:7404cf2295df89ccfa2dda41997a28307a90cf28"
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
Reference in New Issue
Block a user