I create an image using:
buildah bud --layers --format docker -t ${imageFullName()} -f ${componentName}/DockerfileTests ${buildArgsStr} ${componentName}
And then create a container:
buildah from ${imageFullName()}
The question is - how to get logs of the build container?