Docker: build without using the cache.
08 Jan 2024I want to try building a Docker image, but do not want to use the current cache – in my case, I had updated something on Github, and I want to clone it fresh, instead of using the older version. Just add --no-cache to the build options.