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