1

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?

BMitch
  • 231,797
  • 42
  • 475
  • 450
eresque-
  • 67
  • 8
  • Is buildah running on docker? – BMitch Aug 10 '22 at 16:53
  • The containers made with buildah are compatible with docker commands but in my situation i can't use `docker logs` command – eresque- Aug 10 '22 at 17:51
  • `docker logs` applies to the running container, not building it. For building in docker, consider buildkit. Otherwise, I don't think the docker tag belongs here. – BMitch Aug 10 '22 at 18:53

0 Answers0