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.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
[[["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 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."]]],[]]