## an example of internal component vs 3rd party
containers:
- name: apigee-udca
image: private-docker-host.example.com/apigee-udca:1.12.4
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"]],["最終更新日 2025-03-12 UTC。"],[[["Apigee hybrid can be configured to use images from a private container image repository instead of the default Google Cloud Container Registry (GCR)."],["To use a private repository, set the `hub` configuration property to the path of your private repository."],["Specifying the `hub` property will automatically resolve the image path for Apigee components within your private registry."],["The `apigee-pull-push.sh` script can be used with the `--list` flag to display a list of Apigee images hosted in the default GCR."]]],[]]