## an example of internal component vs 3rd party
containers:
- name: apigee-udca
image: private-docker-host.example.com/apigee-udca:1.13.3
imagePullPolicy: IfNotPresent
containers:
- name: apigee-ingressgateway
image: private-docker-host.example.com/apigee-asm-ingress:1.18.7-asm.4-distroless
imagePullPolicy: IfNotPresent
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-12。"],[[["Apigee hybrid typically uses images from the Artifact Registry, but it can be configured to use images from a private container repository."],["To use a private repository, you can download images from the Artifact Registry, push them to your private repository, and then configure Apigee to reference that repository."],["The `hub` configuration property can be set to the path of your private repository to automatically resolve image paths for Apigee components."],["An example is provided to clarify how the internal and third party images are resolved based on the `hub` property."],["A command is provided to be able to list the Apigee images from the Google Cloud repository."]]],[]]