mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 05:13:05 +00:00
Consistently don't use quotes around image names
These are not needed, but we are inconsistent. Been waiting for a quiet moment to fix this since I noticed while doing a presentation... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -7,11 +7,11 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: ltp
|
||||
image: "linuxkit/test-ltp:6df23ac196332cafb9c0f8e32f328e22d612267d"
|
||||
image: linuxkit/test-ltp:6df23ac196332cafb9c0f8e32f328e22d612267d
|
||||
binds:
|
||||
- /etc/ltp/baseline:/etc/ltp/baseline
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
files:
|
||||
- path: /etc/ltp/baseline
|
||||
contents: "100"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# FIXME: This should use the minimal example
|
||||
# We continue to use the kernel-config-test as CI is currently expecting to see a success message
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.36"
|
||||
image: linuxkit/kernel:4.9.36
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
||||
@@ -9,12 +9,12 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: check-kernel-config
|
||||
image: "linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119"
|
||||
image: linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119
|
||||
- name: poweroff
|
||||
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
||||
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
trust:
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user