이 문서에서는 비공개 컨테이너 이미지 저장소의 이미지를 사용하도록 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.14.1
imagePullPolicy: IfNotPresent
containers:
- name: apigee-ingressgateway
image: private-docker-host.example.com/apigee-asm-ingress:1.22.6-asm.2-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-04-01(UTC)"],[[["Apigee hybrid uses images hosted in the Artifact Registry, but you can configure it to use images from a private container repository."],["To use a private repository, download the desired images from the Artifact Registry and push them to your private repository."],["You can configure the `hub` property in your overrides file to specify the path to your private repository, which allows you to resolve image paths automatically."],["The document provides an example of how setting the `hub` property to `private-docker-host.example.com` automatically resolves to the correct image path for the apigee components."],["The document also provides a script to list all Apigee images hosted on the google cloud repository, which are pulled using the `apigee-pull-push.sh --list` script."]]],[]]