5 collocation exercises on container operation verbs.
0 / 5 completed
1 / 5
The CI pipeline will ___ a Docker image from the Dockerfile on every commit.
To build an image means to produce a container image from a Dockerfile. Build is the precise term, behind docker build and "image build." Make up, create out, and compile over are informal or imprecise. Pipelines "build the image on every commit," so build an image is the correct collocation.
2 / 5
After building, the pipeline will ___ the image to the container registry.
To push an image means to upload it to a container registry. Push is the precise term, behind docker push. Send up, upload out, and post over are not the standard phrase. Engineers "push the image to the registry," so push an image is the correct collocation.
3 / 5
At deploy time, the node will ___ the image from the registry before starting the container.
To pull an image means to download it from a registry. Pull is the precise term, behind docker pull and "image pull policy." Grab down, fetch out, and get over are informal. Nodes "pull the image before running," so pull the image is the correct collocation.
4 / 5
The team will ___ the container with a semantic version so the build is traceable.
To tag a container (image) means to attach a version label like :1.4.2. Tag is the precise term, behind "image tag" and docker tag. Name up, label out, and mark over are informal. Engineers "tag the image with the version," so tag the container is the correct collocation.
5 / 5
Before promoting the image, the pipeline will ___ it for known vulnerabilities.
To scan for vulnerabilities means to analyse an image for known security issues. Scan is the precise term, behind "image scanning" and tools like Trivy/Grype. Check up, look over out, and sweep are informal or imprecise. Pipelines "scan the image for CVEs," so scan for vulnerabilities is the correct collocation.