1. A developer asks whether Snowflake will build their container image for them once a service specification references it. What is the correct answer?
- A. No — the image must be built locally or in CI first, then pushed to the image repository; SPCS only runs pre-built images✓ Correct
- B. Yes — SPCS automatically builds an image from a Dockerfile placed on a stage
- C. Yes — the compute pool builds the image the first time the service starts
- D. No — only Snowflake support can build and upload images on a customer's behalf
Explanation
The image repository is a registry to push pre-built images to, not a build service — you build the image yourself before pushing it. SPCS and compute pools run containers; they do not compile or build images.