Using cache in GitLab CI with Docker-in-Docker | $AYMDEV() - 0 views
-
optimize our images.
-
When you build an image, it is made of multiple layers: we add a layer per instruction.
-
If we build the same image again without modifying any file, Docker will use existing layers rather than re-executing the instructions.
- ...21 more annotations...