tests: add test for --sysusers
Exercise the `--sysusers` path added in https://gitlab.com/fedora/bootc/base-images/-/merge_requests/242.
This commit is contained in:
parent
e509ad2fca
commit
c03ad7ef75
2 changed files with 40 additions and 0 deletions
|
|
@ -44,3 +44,4 @@ standard-build-and-test:
|
|||
(cd tests/rootfs && buildah build -t localhost/test --from localhost/fedora-bootc)
|
||||
cd tests
|
||||
buildah build -f Containerfile.test-derive --no-cache -t localhost/fedora-bootc-derived ${PRIV_ARGS} .
|
||||
buildah build -f Containerfile.test-sysusers --no-cache -t localhost/fedora-bootc-derived ${PRIV_ARGS} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue