Dokumen ini menjelaskan cara mengonfigurasi Apigee hybrid untuk menggunakan image dari repositori image container pribadi.
Ringkasan
Semua image runtime hybrid Apigee dihosting di Artifact Registry (AR). Jika karena alasan apa pun Anda ingin menggunakan repositori penampung image pribadi,
Anda dapat mendownload image dari AR, mendorongnya ke repositori pribadi. Daripada mengganti setiap komponen, Anda
dapat menambahkan detail hub pada penggantian:
Misalnya, jika hub berikut disediakan, hub tersebut akan otomatis me-resolve
jalur gambar:
hub:private-docker-host.example.com
sebagai:
## 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
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]