On 2/4/21 12:00 AM, Daniel P. Berrangé wrote: >>> Hmm. Is there any way to get the full output of the container build? At >>> present it's being truncated: >>> >>> #7 [4/5] RUN yum install -y bzip2 bzip2-devel ccache >>> csnappy-de... >>> >>> >>> In particular, I'm trying to add a new test, and I have added >>> libffi-devel.i686 >>> to the fedora-i386-cross.docker file, but then the actual build fails >>> because >>> the libffi header file is missing. ... > Alternatively just make your changes to the dockerfiles and thne push > the branch to gitlab. Gitlab will run the build and you can pull down > the docker image from your fork's docker registry
That's what I did, with the results as described above. r~