Forum Discussion

tanulbhasin's avatar
tanulbhasin
Brass Contributor
Mar 06, 2023

Docker images are unavailable between jobs?

Team,

 

My pipeline structure is like this

 

stages:

  stage:

      job1:

         build docker image

      job2:

         Read docker image

 

Docker image in job2 is unavailable. Is this the expected behavior? If its correct then Azure devops team must add the feature of accessing a docker image within a stage. 

 

I can understand that sharing between stages could be difficult but at least make it available between jobs of same stage. It is seriously a difficult to manage this.

 

 

No RepliesBe the first to reply

Resources