1 / 5
Teams ___ images to a private container registry.
-
-
-
-
You push images to a registry. Push is the exact Docker collocation; the others do not fit. So push images to a registry.
2 / 5
The CI pipeline will ___ the registry for the latest base image.
-
-
-
-
You query the registry. Query is the precise collocation; the others are informal. So query the registry.
3 / 5
Security tooling should ___ images for known vulnerabilities before promotion.
-
-
-
-
You scan images for vulnerabilities. Scan is the exact technical collocation; the others are vague. So scan images for vulnerabilities.
4 / 5
We need to ___ old images to free up registry storage.
-
-
-
-
You prune old images. Prune is the precise Docker collocation; the others are informal. So prune old images.
5 / 5
Access policies ___ who can pull or push to the registry.
-
-
-
-
Policies govern access. Govern is the standard collocation; the others are informal. So govern who can pull or push.