Refer to the exhibit. A developer wants to automatically deploy infrastructure for a containerized application. A .gitlab-ci.yml file must describe a pipeline that builds a container based on a supplied Dockerfile and executes an Ansible playbook on the configured container. What must be added where the code S missing to complete the script?
A)
B)
C)
D) 
Q: 3
Options
Discussion
Had something like this in a mock, D covers the docker push to the registry which is needed for the next job to pull the image. Seen that pattern before, pretty sure D is right.
Option D, I don't think it's B because that one's missing the docker push step, which you need so the next stage can pull from the registry. Pretty sure D is the only one that handles that part.
B tbh, clear diagram. I remember a similar question in some practice.
Be respectful. No spam.
Question 3 of 35