Neste documento, explicamos como configurar a Apigee híbrida para usar imagens de um repositório de imagens de contêiner particular.
Visão geral
Todas as imagens de ambiente de execução híbrido da Apigee estão hospedadas no
Google Cloud Container Registry (GCR). Se, por qualquer motivo, você quiser empregar um repositório de contêiner de imagem particular,
faça o download das imagens do GCR e as envie para o repositório privado. Em vez de substituir cada componente, adicione detalhes do hub nas substituições:
Por exemplo, se o hub a seguir for fornecido, ele resolverá automaticamente o caminho da imagem:
hub:private-docker-host.example.com
como:
## 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
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-12 UTC."],[[["This documentation guides you through configuring Apigee hybrid to utilize images from a private container image repository instead of the default Google Cloud Container Registry."],["Apigee hybrid runtime images are typically hosted in the Google Cloud Container Registry (GCR), but you can download and push them to your private repository if needed."],["You can configure the use of a private repository by setting the `hub` configuration property with the path to your private repository."],["Using the provided `hub` value will automatically resolve the image paths for both internal Apigee components, as well as 3rd party components."],["The document also provides instructions on how to display a list of Apigee images hosted in the Google Cloud repository via command line."]]],[]]