We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210a1d3 commit 83137e8Copy full SHA for 83137e8
tests/test-basic-commands-%image.cmd
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
# Test that common utilities are present in the base images
5
6
-bootloose config create --config %testName.bootloose --override --name %testName --key %testName-key --image %image
+bootloose config create --config %testName.bootloose --override --name %testName --key %testName-key --image %image --volume /lib/modules:/lib/modules:ro
7
%defer rm -f %testName.bootloose %testName-key %testName-key.pub
8
%defer bootloose delete --config %testName.bootloose
9
bootloose create --config %testName.bootloose
0 commit comments