mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 09:21:28 +00:00
Update YAMLs to released packages
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.32
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
||||
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
||||
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
||||
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
||||
- linuxkit/init:v0.3
|
||||
- linuxkit/runc:v0.3
|
||||
- linuxkit/containerd:v0.3
|
||||
- linuxkit/ca-certificates:v0.3
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
||||
image: linuxkit/sysctl:v0.3
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
|
||||
image: linuxkit/sysfs:v0.3
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
||||
image: linuxkit/dhcpcd:v0.3
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
|
||||
image: linuxkit/format:v0.3
|
||||
- name: mount
|
||||
image: linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
|
||||
image: linuxkit/mount:v0.3
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
||||
image: linuxkit/rngd:v0.3
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
|
||||
image: linuxkit/openntpd:v0.3
|
||||
- name: docker
|
||||
image: docker:17.07.0-ce-dind
|
||||
capabilities:
|
||||
|
Reference in New Issue
Block a user