Preloading images using load_base docker image resource as well as docker in docker #8833
scottillogical
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on prefetching various docker images to speed up 2 sections of our pipelines
In both of these uses cases, especially #2, we want to know ahead of time what docker images are going to be used so we can preload them via concourse GETs and leverage docker caching/avoid external network calls
My main issue with the preloading is that the only way to find out which specific docker images are used is to look at the Dockerfile and docker-compose yml for an individual application. But that can change on a commit to commit basis, while the pipelines are generally not changed along with the application code or Dockerfile.
So my question is how do we leverage docker caching in concourse pipelines while not coupling the pipeline to various individual application dockerfiles and docker-compose files?.
Beta Was this translation helpful? Give feedback.
All reactions