Steps to replicate the issue (include links if applicable):
- Update to >= Docker version 4.18.0
- Make sure you clear pixel's build cache (e.g. ./pixel.js clean; docker system prune -a;)
- Run npm i; ./pixel.js reference
What happens?:
Lots of flickering when docker tries to build pixel's images.
What should have happened instead?:
No flickering when docker tries to build pixel's images.
Developer notes
This may be related to a bug in Docker (v. 4.18.0) as I first noticed this issue after updating my Docker version. Prior to updating, I didn't have this issue.