Forum Discussion
tanulbhasin
Mar 06, 2023Brass Contributor
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