Docker Superpowers You Forget to Use

(oneuptime.com)

15 points | by ndhandala 2 hours ago ago

1 comments

  • jchw 7 minutes 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.