The containers inside this repository are built and tested using podman.
The containers can be built from the Dockerfiles depending on the desired configuration using:
podman build -t wakis-test-build ./build-target/A bash shell running inside the container can be accessed using:
podman run --userns=keep-id -it localhost/wakis-test-buildThe option --userns=keep-id is recommended to ensure that ownership of files inside mounted directories/volumes is not broken.