mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 09:06:26 +00:00
Bump yml
Done as follows: find -name build.yml | xargs dirname | while read d ; do t=$(linuxkit pkg show-tag $d) ./scripts/update-component-sha.sh --image ${t%:*} ${t#*:} done git commit -s test pkg tools blueprints examples projects/kubernetes projects/swarmd docs linuxkit.yml Makefile src This explicitly excludes projects/* which I did not know whether to update. Then: git reset --hard for i in init runc containerd ca-certificates sysctl dhcpcd getty rngd ; do o=$(git grep -h "\(image:\|-\) *linuxkit/$i:[0-9a-f]\{40\}" origin/master:linuxkit.yml | awk '// { print $2 }') n=$(linuxkit pkg show-tag pkg/$i) ./scripts/update-component-sha.sh "$o" "$n" done git commit --amend projects This updates any projects which were using components with the same hash as the top-level linuxkit.yml. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -2,7 +2,7 @@ kernel:
|
||||
image: linuxkit/kernel-clear-containers:4.9.x
|
||||
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
|
||||
@@ -21,7 +21,7 @@ onboot:
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: docker
|
||||
|
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
|
||||
@@ -21,7 +21,7 @@ onboot:
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: docker
|
||||
|
@@ -2,26 +2,26 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: format
|
||||
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
|
||||
- name: mount
|
||||
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
|
||||
command: ["/usr/bin/mountie", "/var/lib/etcd"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
- name: node_exporter
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: mobylinux/kernel:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
- name: cri-containerd
|
||||
image: linuxkitprojects/cri-containerd:2e3f5fcb87f92e1176637943b496910b9d979fb5
|
||||
image: linuxkitprojects/cri-containerd:5330c05b7eabba51d97af9d06204b7664e0719ef
|
||||
files:
|
||||
- path: /etc/kubelet.sh.conf
|
||||
contents: |
|
||||
|
@@ -2,41 +2,41 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
binds:
|
||||
- /etc/sysctl.d/01-kubernetes.conf:/etc/sysctl.d/01-kubernetes.conf
|
||||
readonly: false
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9
|
||||
image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3
|
||||
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
|
||||
- name: format
|
||||
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
|
||||
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
|
||||
- name: mounts
|
||||
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
|
||||
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
|
||||
command: ["/usr/bin/mountie", "/var/lib/"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f
|
||||
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
|
||||
- name: kubelet
|
||||
image: linuxkitprojects/kubernetes:2a42ca12c52a756ffd83ec014f2b396891880e4a
|
||||
image: linuxkitprojects/kubernetes:6ec18b4e75dcf17c47887ece1848b63ddbe10230
|
||||
files:
|
||||
- path: etc/linuxkit.yml
|
||||
metadata: yaml
|
||||
|
@@ -2,7 +2,7 @@ kernel:
|
||||
image: mobylinux/kernel-landlock:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6 # with runc, logwrite, startmemlogd
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a # with runc, logwrite, startmemlogd
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.34
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
- samoht/fdd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
files:
|
||||
- path: etc/init.d/020-fdd-init
|
||||
mode: "0700"
|
||||
|
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: dhcp-client
|
||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||
net: host
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:361e9d03f96ef5f22e61c69280ffb9291bde746f
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: okernel:latest
|
||||
cmdline: "console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,38 +2,38 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.53
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:7804129bd06218b72c298139a25698a748d253c6
|
||||
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
||||
- linuxkit/containerd:417f83f7b8dc1fa36acf90effe44f99c7397480a
|
||||
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
||||
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
|
||||
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
|
||||
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
binds:
|
||||
- /etc/sysctl.d/01-swarmd.conf:/etc/sysctl.d/01-swarmd.conf
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
|
||||
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
|
||||
- name: mount
|
||||
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
|
||||
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
|
||||
command: ["/usr/bin/mountie", "/var/lib/swarmd"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3
|
||||
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:a19851531487b7bfbe45dcf77e3309c127cc78a6
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: qemu-ga
|
||||
image: linuxkit/qemu-ga:7c845bfb09ec6807fc15bfd93ce5d5fcc591e999
|
||||
image: linuxkit/qemu-ga:2f002fffcb6f5f65bc034b5c0fef60545631ff93
|
||||
binds:
|
||||
- /dev/vport0p1:/dev/vport0p1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67
|
||||
image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c
|
||||
- name: weave
|
||||
image: weaveworks/weave:2.0.1@sha256:2d70caac7db33365482cc923d40ff8d3ec1238ae7fe06a00b3dde310d09f226e # Must match swarmd/Dockerfile
|
||||
command: ["/bin/sh", "/home/weave/weaver-wrapper"]
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- /var:/var
|
||||
- /var/lib/swarmd:/weavedb
|
||||
- name: swarmd
|
||||
image: linuxkitprojects/swarmd:cce587b5e67b7d3e088a2e527dafc5ad3edb6502
|
||||
image: linuxkitprojects/swarmd:89144a08c30ff753c23b1dad1f8127e9c1ed32e0
|
||||
command: ["/usr/bin/swarmd", "--containerd-addr=/run/containerd/containerd.sock", "--log-level=debug", "--state-dir=/var/lib/swarmd"]
|
||||
capabilities:
|
||||
- all
|
||||
|
Reference in New Issue
Block a user