Skip to content

Speedup image build process - fix timeouts

Emanuel Jacob requested to merge dev/speedup-fix-timeouts into main

I was curious why the build process of our new containers takes so much time and therefore the ci job ultimately runs into a timeout.

Compared to the old plain PHP containers we used to build this is incredibly slow:

This MR makes small tweaks here and there in order to achieve similar performance when building the images.

Edited by Emanuel Jacob

Merge request reports