updates to fedora 43 image builder
This commit is contained in:
@@ -47,7 +47,7 @@ dnf install openscap-scanner scap-security-guide
|
||||
2. Push the toml to composer
|
||||
|
||||
```bash
|
||||
composer-cli blueprints push active/software_osbuild/fedora42-base.toml
|
||||
composer-cli blueprints push active/software_osbuild/fedora43-base.toml
|
||||
|
||||
# List blueprints
|
||||
composer-cli blueprints list
|
||||
@@ -60,7 +60,7 @@ dnf install openscap-scanner scap-security-guide
|
||||
composer-cli compose types
|
||||
|
||||
# Build the image
|
||||
composer-cli compose start fedora42-base qcow2
|
||||
composer-cli compose start fedora43-base qcow2
|
||||
|
||||
# Check status
|
||||
watch composer-cli compose status
|
||||
@@ -94,7 +94,7 @@ dnf install openscap-scanner scap-security-guide
|
||||
--network bridge:virbr0 \
|
||||
--graphics none \
|
||||
--console pty,target.type=virtio \
|
||||
--import --disk "path=active/software_osbuild/secrets/fedora43-base.qcow2,bus=virtio"
|
||||
--import --disk "path=active/software_osbuild/secrets/fedora43base.qcow2,bus=virtio"
|
||||
```
|
||||
|
||||
### Image Build and Watch One Liner
|
||||
|
||||
Reference in New Issue
Block a user