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.6.9,
as shown below.
[[["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-03-07 UTC."],[[["Version 1.6 of the Apigee hybrid documentation is end-of-life and users should upgrade to a newer version."],["All Apigee hybrid runtime images are available for download from the Google Cloud Container Registry at `gcr.io/apigee-release/hybrid`."],["Users with Kubernetes clusters lacking internet access must download container images to a local registry."],["To download container images, users must have Docker installed and utilize the `docker pull` command, appending the correct tag to each image name."],["Images for Apigee hybrid versions 1.5, 1.6, 1.7, and later are no longer on Docker Hub and can be found at `gcr.io/apigee-release/hybrid` instead."]]],[]]