logoalt Hacker News

verdvermtoday at 2:39 AM1 replyview on HN

That's not true

Docker has a `--no-cache` flag, even easier than blowing it away, which you can also do with several built in commands or a rm -rf /var/lib/docker

Perhaps worth revisiting: https://docs.docker.com/build/cache/


Replies

mkespertoday at 8:21 AM

That will rebuild the cache from upstream but not reproducibly.