이 문서에서는 비공개 컨테이너 이미지 저장소의 이미지를 사용하도록 Apigee Hybrid를 구성하는 방법을 설명합니다.
개요
모든 Apigee Hybrid 런타임 이미지는 Artifact Registry(AR)에서 호스팅됩니다. 어떤 이유로든 비공개 이미지 컨테이너 저장소를 사용하려는 경우 AR에서 이미지를 다운로드하여 비공개 저장소로 내보낼 수 있습니다. 각 구성요소를 재정의하는 대신 재정의에 허브 세부정보를 추가할 수 있습니다.
## 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"]],["최종 업데이트: 2025-03-12(UTC)"],[[["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."]]],[]]