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 del entorno de ejecución de Apigee Hybrid se alojan en Artifact Registry (AR). Si, por algún motivo, deseas usar un repositorio de contenedores de imágenes privadas, puedes descargar las imágenes desde AR 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.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
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-10 (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."]]],[]]