Commit fac29ab 1 parent f212d0d commit fac29ab Copy full SHA for fac29ab
File tree 1 file changed +15
-13
lines changed
1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ sudo podman run \
51
51
--privileged \
52
52
--pull=newer \
53
53
--security-opt label=type:unconfined_t \
54
- -v $( pwd) /config.toml:/config.toml \
54
+ -v $( pwd) /config.toml:/config.toml:ro \
55
55
-v $( pwd) /output:/output \
56
56
-v /var/lib/containers/storage:/var/lib/containers/storage \
57
57
quay.io/centos-bootc/bootc-image-builder:latest \
@@ -288,7 +288,7 @@ sudo podman run \
288
288
--privileged \
289
289
--pull=newer \
290
290
--security-opt label=type:unconfined_t \
291
- -v $( pwd) /config.toml:/config.toml \
291
+ -v $( pwd) /config.toml:/config.toml:ro \
292
292
-v $( pwd) /output:/output \
293
293
quay.io/centos-bootc/bootc-image-builder:latest \
294
294
--type qcow2 \
@@ -310,17 +310,19 @@ Example:
310
310
311
311
``` json
312
312
{
313
- "user" : [
314
- {
315
- "name" : " alice" ,
316
- "password" : " bob" ,
317
- "key" :
" ssh-rsa AAA ... [email protected] " ,
318
- "groups" : [
319
- " wheel" ,
320
- " admins"
321
- ]
322
- }
323
- ]
313
+ "customizations" : {
314
+ "user" : [
315
+ {
316
+ "name" : " alice" ,
317
+ "password" : " bob" ,
318
+ "key" :
" ssh-rsa AAA ... [email protected] " ,
319
+ "groups" : [
320
+ " wheel" ,
321
+ " admins"
322
+ ]
323
+ }
324
+ ]
325
+ }
324
326
}
325
327
```
326
328
You can’t perform that action at this time.
0 commit comments