Even if you are building very small images and only keep essential layers in the Docker cache on each CI runner, your builds will likely not use the cache and thus be quite slow, as computing each layer on every build can take a while. Copied from: https://depot.dev/blog/docker-clear...
During further runs of Dockerfile, Docker will create and commit a new layer to the already existing image. These images are stored in the cache. Unless explicitly instructed, Docker always looks for an existing image in its cache, whenever a new container is created. Reusing images from the ...
Thanks for the action. It would be great if it was possible to clear the cache as well either using the action or via the web interface.
Installing the Docker image For many users, installing the Docker image will be easier than installing all of OCRmyPDF's dependencies. For Windows, it is the only option. If you have Docker installed on your system, you can install a Docker image of the latest release. Follow the Docker ...