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íbridas da Apigee são hospedadas no Artifact Registry (AR). 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.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
[[["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-10 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."]]],[]]