In azure devops among all the Docker task, its not include the "pull" ( I dont know why ). How would be the correct way to do a docker pull to my repository. I m using the following code the image its being pull but I dot know where the image is pulled.
- bash: |
echo "pulling image: "$(imageName)
docker pull $(imageName)
displayName: "Docker pull"
There its not another way to do that inside a docker task ?
Thanks in advance
docker imagesafter the pull