3 ms·
Yeah, that drives me bonkers. Just set up a separate CI/CD for the images themselves that update daily as needed.
by pstuart 10d ago
Yeah, that drives me bonkers. Just set up a separate CI/CD for the images themselves that update daily as needed.
- ehe78qhe 9d agoWe set up a cache that detects when the project Dockerfiles or lockfiles change. If dependencies haven't changed, we check cache first, otherwise the image rebuilds as the first step of that pipeline and following pipeline steps use it. Best of both worlds.