Questo documento spiega come configurare Apigee Hybrid per utilizzare le immagini di un repository di immagini container privato.
Panoramica
Tutte le immagini di runtime ibride di Apigee sono ospitate in Artifact Registry (AR). Se per qualsiasi motivo vuoi utilizzare un repository di container di immagini privato,
puoi scaricare le immagini da AR e inviarle al tuo repository privato. Anziché sostituire ogni componente, puoi aggiungere dettagli dell'hub alle sostituzioni:
Ad esempio, se viene fornito il seguente hub, il percorso dell'immagine verrà risolto automaticamente:
hub:private-docker-host.example.com
come:
## 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
Fai clic per espandere un elenco di immagini Apigee
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-03 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."]]],[]]