Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, while the new Docker BuildKit is great for several reasons, it tries to build all MFEs in parallel. Given the number of MFEs that Palm Tutor currently supports together with the relatively small size of this VM, this would grind the build process to a halt. To avoid it, we create a new build container limited to one thread:

...