mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
test: Use the modprobe package instead of alpine:3.6
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
5fff42e54b
commit
6e0254fc1a
@ -6,11 +6,7 @@ init:
|
||||
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: alpine:3.6
|
||||
capabilities: [all]
|
||||
binds:
|
||||
- /lib/modules:/lib/modules
|
||||
- /sys:/sys
|
||||
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: format
|
||||
image: linuxkit/format:10e75e78e1f134d310c62e9a0352df1c67b0dd81
|
||||
|
@ -6,11 +6,7 @@ init:
|
||||
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: alpine:3.6
|
||||
capabilities: [all]
|
||||
binds:
|
||||
- /lib/modules:/lib/modules
|
||||
- /sys:/sys
|
||||
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: extend
|
||||
image: linuxkit/extend:8b6db5bf68330cc4e91c74532732a7e227ae12fd
|
||||
|
@ -6,11 +6,7 @@ init:
|
||||
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: alpine:3.6
|
||||
capabilities: [all]
|
||||
binds:
|
||||
- /lib/modules:/lib/modules
|
||||
- /sys:/sys
|
||||
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
|
||||
command: ["modprobe", "btrfs"]
|
||||
- name: format
|
||||
image: linuxkit/format:10e75e78e1f134d310c62e9a0352df1c67b0dd81
|
||||
|
Loading…
Reference in New Issue
Block a user