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.
[[["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."],[[["Apigee hybrid version 1.7 is end-of-life and should be upgraded to a newer version."],["All Apigee hybrid runtime container images are available for download from the Google Cloud Container Registry at `gcr.io/apigee-release/hybrid`."],["To download container images, you must have Docker installed and use the `docker pull` command with the correct image tag."],["Images for Apigee hybrid versions 1.5, 1.6, 1.7, and later are no longer published on Docker Hub; you must use the Google Container Registry instead."],["If your Kubernetes cluster lacks internet access, download the images to a local registry that the cluster can access."]]],[]]