This document explains how to configure Apigee hybrid to use images from a private container image repository.
Overview
All Apigee hybrid runtime images are hosted in the
Google Cloud Container Registry (GCR). If for any reason you wish to employ a private image container repository,
you can download the images from GCR, push them to your private repository. Instead of overriding each component, you
can add hub details on the overrides:
For example, if the following hub is provided, it will automatically resolve
the image path:
hub:private-docker-host.example.com
as:
## an example of internal component vs 3rd party
containers:
- name: apigee-udca
image: private-docker-host.example.com/apigee-udca:1.12.4
imagePullPolicy: IfNotPresent
containers:
- name: apigee-ingressgateway
image: private-docker-host.example.com/apigee-asm-ingress:1.18.7-asm.4-distroless
imagePullPolicy: IfNotPresent
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eApigee hybrid can be configured to use images from a private container image repository instead of the default Google Cloud Container Registry (GCR).\u003c/p\u003e\n"],["\u003cp\u003eTo use a private repository, set the \u003ccode\u003ehub\u003c/code\u003e configuration property to the path of your private repository.\u003c/p\u003e\n"],["\u003cp\u003eSpecifying the \u003ccode\u003ehub\u003c/code\u003e property will automatically resolve the image path for Apigee components within your private registry.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eapigee-pull-push.sh\u003c/code\u003e script can be used with the \u003ccode\u003e--list\u003c/code\u003e flag to display a list of Apigee images hosted in the default GCR.\u003c/p\u003e\n"]]],[],null,[]]