mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 20:40:44 +00:00
11 lines
274 B
Markdown
11 lines
274 B
Markdown
# rootfs tests
|
|
|
|
This is a set of scripts that sanity check the target
|
|
rootfs in a read-only fashion.
|
|
|
|
To run the tests:
|
|
|
|
```
|
|
podman build --from localhost/fedora-bootc:latest -t localhost/test-bootc .
|
|
podman rmi localhost/test-bootc:latest # Clean up any created images
|
|
```
|