Download images from the Container Registry

You are currently viewing version 1.6 of the Apigee hybrid documentation.This version is end of life. You should upgrade to a newer version. For more information, seeSupported versions.

All hybrid runtime images are publicly available for download from the Google Cloud Container Registry.

Download container images

If you are using a Kubernetes cluster without internet access to deploy your hybrid runtime services, you will need to download the container images to a local container registry and then access the registry from your Kubernetes cluster.

To download a container image, you should haveDocker installed and use thedocker pull command as follows. Be sure to append the correct tag to each image name. For example, the tag forapigee-synchronizer is1.6.9, as shown below.

Note: We no longer publish images to Docker Hub forApigee hybrid versions 1.5, 1.6, 1.7, and later versions. If you reference previously publishedimages on Docker Hub, note that you must now instead use the Google Container Registry (gcr.io/apigee-release/hybrid) locationsas described in this document.

Namespace:apigee-system

docker pull gcr.io/apigee-release/hybrid/apigee-installer:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-kube-rbac-proxy:v0.11.0docker pull gcr.io/apigee-release/hybrid/apigee-operators:1.6.9

Namespace:apigee

docker pull gcr.io/apigee-release/hybrid/apigee-authn-authz:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-connect-agent:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-diagnostics-collector:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-envoy:v1.19.1docker pull gcr.io/apigee-release/hybrid/apigee-fluent-bit:1.8.10docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-mart-server:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-prom-prometheus:v2.33.5docker pull gcr.io/apigee-release/hybrid/apigee-redis:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-runtime:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-logging-agent:1.8.9docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:0.9.0docker pull gcr.io/apigee-release/hybrid/apigee-synchronizer:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-udca:1.6.9docker pull gcr.io/apigee-release/hybrid/apigee-watcher:1.6.9

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-18 UTC.