1 / 5
Developers ___ a Docker image from the Dockerfile.
-
-
-
-
You build an image. Build is the precise technical collocation; the others do not fit. So build a Docker image.
2 / 5
We ___ the image to the registry after a successful build.
-
-
-
-
You push an image to a registry. Push is the standard collocation; the others are vague. So push the image.
3 / 5
The CI job will ___ the latest image before running tests.
-
-
-
-
You pull an image from a registry. Pull is the exact verb; the others do not collocate. So pull the latest image.
4 / 5
We should ___ the image to reduce its size.
-
-
-
-
You optimize an image. Optimize is the precise collocation; cut down needs an object. So optimize the image.
5 / 5
Teams ___ each image with a version for traceability.
-
-
-
-
You tag an image. Tag is the standard collocation in Docker; the others do not fit. So tag each image.