发送反馈
使用 Helm 处理私有映像代码库
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
您当前正在查看 Apigee Hybrid 文档的 1.11 版本。 This version is end of life. You should upgrade to a
newer version. 如需了解详情,请参阅支持的版本 。
Version 1.11 keyboard_arrow_down
本文档介绍如何将 Apigee Hybrid 配置为使用私有容器映像代码库中的映像。
概览
所有 Apigee Hybrid 运行时映像都托管在 Google Cloud Container Registry (GCR) 中。如果您出于任何原因想要使用私有映像容器代码库,可以从 GCR 下载映像,然后将其推送到您的私有代码库。您可以在替换文件中添加 Hub 详细信息,而不是替换每个组件:
配置步骤
使用私有代码库的路径设置 hub
配置属性 的值。
hub : PRIVATE_REPO
例如,如果提供以下 Hub,它会自动将映像路径:
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.11.2
imagePullPolicy: IfNotPresent
containers:
- name: apigee-ingressgateway
image: private-docker-host.example.com/apigee-asm-ingress:1.17.2-asm.8-distroless
imagePullPolicy: IfNotPresent
在命令行中显示托管在 Google Cloud 存储库中的 Apigee 映像列表:
./apigee-operator/etc/tools/apigee-pull-push.sh --list
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-09-16。
需要向我们提供更多信息?
[[["易于理解","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-09-16。"],[],[],null,[]]