We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker builds take a long time.
Layer the docker image so a majority is cached before building the BackstopJS meat.
The layering should be easily overridden with a new npm script via docker buildx build --no-cache or whatever.
npm
docker buildx build --no-cache
Each of these will be cacheable except the last, which will always get latest backstop, playwright, and puppeteer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Docker builds take a long time.
Solution
Layer the docker image so a majority is cached before building the BackstopJS meat.
The layering should be easily overridden with a new
npm
script viadocker buildx build --no-cache
or whatever.Layers
Each of these will be cacheable except the last, which will always get latest backstop, playwright, and puppeteer.
The text was updated successfully, but these errors were encountered: