Docker Superpowers You Forget to Use

18 pointsposted 4 hours ago
by ndhandala

1 Comments

jchw

2 hours ago

> Treat cache mounts like shared volumes: never bake secrets into them and periodically invalidate them with --build-arg CACHE_BUST=$(date +%s) when dependencies change.

Kind of a bummer. If build tools were better, this would never be necessary.