提供意見
使用私人映像檔存放區搭配 Apigee Hybrid
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
您目前查看的是 Apigee Hybrid 說明文件的 1.12 版本。 This version is end of life. You should upgrade to a
newer version. 如需更多資訊,請參閱「支援的版本 」。
Version 1.12 keyboard_arrow_down
本文說明如何設定 Apigee hybrid,以便使用私人容器映像檔存放區的映像檔。
總覽
所有 Apigee 混合式執行階段映像檔都會託管在
Google Cloud Container Registry (GCR) 中。無論您出於何種原因想要採用私人映像檔容器存放區,都可以從 GCR 下載映像檔,然後推送至私人存放區。您可以選擇在覆寫值中新增中樞詳細資料,而非覆寫每個元件:
設定步驟
將 hub
設定屬性 的值設為私人存放區的路徑。
hub : PRIVATE_REPO
舉例來說,如果提供下列中樞,系統會自動解析圖片路徑:
hub : private - docker - host . example . com
為:
## 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
如要在指令列上顯示 Google Cloud 存放區中託管的 Apigee 映像檔清單,請按照下列步驟操作:
./apigee-operator/etc/tools/apigee-pull-push.sh --list
提供意見
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權 ,程式碼範例則為阿帕契 2.0 授權 。詳情請參閱《Google Developers 網站政策 》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-09-11 (世界標準時間)。
想進一步說明嗎?
[[["容易理解","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-09-11 (世界標準時間)。"],[],[],null,[]]