After fn deploy, where does OCI Functions obtain the container image it runs for a function?
Select an answer to reveal the explanation.
Short Explanation
A deployed function is a container image on a shelf; OCI Functions pulls that shelf image from OCIR. Functions consumes the registry—it does not replace it.
Full Explanation
A deployed function is a container image. OCI Functions pulls that image from the Docker registry configured in the Fn context—in this exam, Oracle Cloud Infrastructure Registry (OCIR). Domain 2 covers push/pull and auth tokens; here the point is that Functions consumes the image from OCIR rather than storing code as config blobs or cloning Git on each cold start.