genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.89k stars 231 forks source link

Non concurrent building #213

Open topjor opened 5 years ago

topjor commented 5 years ago

Is there a way to not have the build stages build concurrently? When trying to build on low powered devices like raspberry pi's it takes much longer because of limited resources.

ChrisPenner commented 5 years ago

I'm debugging some apparent differences between img and docker build ATM and think it may be related to concurrent building and incorrect DAG solving; this option would help me debug them as well 👍