En este documento, se explica cómo configurar Apigee Hybrid para usar imágenes de un repositorio de imágenes de contenedor privado.
Descripción general
Todas las imágenes de entorno de ejecución de Apigee Hybrid se alojan en Google Cloud Container Registry (GCR). Si, por algún motivo, deseas usar un repositorio de contenedores de imágenes privadas,
puedes descargar las imágenes desde GCR y enviarlas a tu repositorio privado. En lugar de anular cada componente, puedes
agregar detalles del concentrador en las anulaciones:
Por ejemplo, si se proporciona el siguiente concentrador, se resolverá de forma automática la ruta de la imagen:
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.12.3
imagePullPolicy: IfNotPresent
containers:
- name: apigee-ingressgateway
image: private-docker-host.example.com/apigee-asm-ingress:1.18.7-asm.4-distroless
imagePullPolicy: IfNotPresent
Haz clic para expandir una lista de imágenes de Apigee
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-06 (UTC)"],[[["Apigee hybrid can be configured to use images from a private container image repository instead of the default Google Cloud Container Registry (GCR)."],["To use a private repository, set the `hub` configuration property to the path of your private repository."],["Specifying the `hub` property will automatically resolve the image path for Apigee components within your private registry."],["The `apigee-pull-push.sh` script can be used with the `--list` flag to display a list of Apigee images hosted in the default GCR."]]],[]]