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.5.10
,
as shown below.
Namespace: apigee-system
docker pull gcr.io/apigee-release/hybrid/apigee-installer:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-kube-rbac-proxy:v0.11.0
docker pull gcr.io/apigee-release/hybrid/apigee-operators:1.5.10
Namespace: apigee
docker pull gcr.io/apigee-release/hybrid/apigee-authn-authz:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-connect-agent:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-envoy:v1.19.1
docker pull gcr.io/apigee-release/hybrid/apigee-fluent-bit:1.8.10
docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-mart-server:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-prom-prometheus:v2.33.5
docker pull gcr.io/apigee-release/hybrid/apigee-redis:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-runtime:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-logging-agent:1.8.4
docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:0.7.5
docker pull gcr.io/apigee-release/hybrid/apigee-synchronizer:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-udca:1.5.10
docker pull gcr.io/apigee-release/hybrid/apigee-watcher:1.5.10