Download images from the Container Registry

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 have Docker installed and use the docker pull command as follows. Be sure to append the correct tag to each image name. For example, the tag for apigee-synchronizer is 1.7.6, as shown below.

we are no longer publishing images to dockerhub for 1.5, 1.6, 1.7 and going forward the images already published would be removed and customers should use GCR instead.

Namespace: apigee-system

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

Namespace: apigee

docker pull gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-connect-agent:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-diagnostics-collector:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-envoy:v1.21.0
docker pull gcr.io/apigee-release/hybrid/apigee-fluent-bit:1.9.9
docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-mart-server:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-mint-task-scheduler:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-prom-prometheus:v2.25.0
docker pull gcr.io/apigee-release/hybrid/apigee-prometheus-adapter:v0.9.1
docker pull gcr.io/apigee-release/hybrid/apigee-redis:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-runtime:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-logging-agent:1.8.9
docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:0.9.0
docker pull gcr.io/apigee-release/hybrid/apigee-synchronizer:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-udca:1.7.6
docker pull gcr.io/apigee-release/hybrid/apigee-watcher:1.7.6