Hacker News new | ask | show | jobs
by crdoconnor 3998 days ago
This means that you have to roll out a (potentially huge) new blob each time you want to make even small config changes.

You get most of the benefits of immutable builds anyhow by having scripts which can reliably set up servers from scratch on the fly.

1 comments

This is where the layers come in useful, pulling a small change should only require pulling a small new layer.