1 / 5
Fill in: 'We ___ a multi-stage build so the final image doesn't ship compiler tooling.'
-
-
-
-
We 'use' a multi-stage build — the standard, simple collocation for adopting the pattern. The other options are less idiomatic here.
2 / 5
Fill in: 'We ___ layers so rarely-changing dependencies sit above frequently-changing code.'
-
-
-
-
We 'order' layers — the standard collocation for arranging them to maximise cache reuse. The other options aren't idiomatic here.
3 / 5
Fill in: 'An unpinned base image can ___ unexpected changes into every downstream build.'
-
-
-
-
We say an unpinned base will 'introduce' change — the standard collocation for pulling in drift. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ image size on every merge so bloat gets caught before it reaches production.'
-
-
-
-
We 'track' image size — the standard collocation for monitoring a build metric over time. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ unused packages from the final layer to keep the attack surface small.'
-
-
-
-
We 'strip' unused packages — the standard collocation for removing unnecessary content from an image. The other options aren't idiomatic here.