Wenn Sie einen Kubernetes-Cluster ohne Internetzugriff verwenden, um Ihre hybriden Laufzeitdienste bereitzustellen, müssen Sie die Container-Images in eine lokale Container Registry herunterladen und dann von Ihrem Kubernetes-Cluster auf die Registry zugreifen.
Zum Herunterladen eines Container-Images sollten Sie Docker installieren und den Befehl docker pull so verwenden. Achten Sie darauf, dass Sie jedem Image-Namen das richtige Tag hinzufügen. Das Tag für apigee-synchronizer ist beispielsweise 1.5.10, wie nachstehend gezeigt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-28 (UTC)."],[[["\u003cp\u003eThis documentation pertains to Apigee hybrid version 1.5, which is no longer supported and requires an upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eAll hybrid runtime container images are publicly accessible for download via the Google Cloud Container Registry.\u003c/p\u003e\n"],["\u003cp\u003eUsers deploying to Kubernetes clusters without internet access must download container images to a local registry for accessibility.\u003c/p\u003e\n"],["\u003cp\u003eTo download a container image, utilize Docker and the \u003ccode\u003edocker pull\u003c/code\u003e command, ensuring the correct tag is applied to the image name, like \u003ccode\u003e1.5.10\u003c/code\u003e for \u003ccode\u003eapigee-synchronizer\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eContainer images are located under two namespaces, apigee-system and apigee.\u003c/p\u003e\n"]]],[],null,["# Download images from the Container Registry\n\n| You are currently viewing version 1.5 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\n\nAll hybrid runtime images are publicly available for download from the [Google Cloud Container Registry](https://cloud.google.com/container-registry/).\n\nDownload container images\n-------------------------\n\nIf you are using a Kubernetes cluster without internet access to deploy your hybrid runtime services,\nyou will need to download the container images to a local container registry and then access the registry\nfrom your Kubernetes cluster.\n\n\nTo download a container image, you should have [Docker](https://docs.docker.com/get-started/)\ninstalled and use the `docker pull` command as follows. Be sure to append the correct tag\nto each image name. For example, the tag for `apigee-synchronizer` is `1.5.10`,\nas shown below.\n\n\n**Namespace: `apigee-system`** \n\n docker pull gcr.io/apigee-release/hybrid/apigee-installer:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-kube-rbac-proxy:v0.11.0\n docker pull gcr.io/apigee-release/hybrid/apigee-operators:1.5.10\n\n\n**Namespace: `apigee`** \n\n docker pull gcr.io/apigee-release/hybrid/apigee-authn-authz:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-connect-agent:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-envoy:v1.19.1\n docker pull gcr.io/apigee-release/hybrid/apigee-fluent-bit:1.8.10\n docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-mart-server:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-prom-prometheus:v2.33.5\n docker pull gcr.io/apigee-release/hybrid/apigee-redis:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-runtime:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-logging-agent:1.8.4\n docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:0.7.5\n docker pull gcr.io/apigee-release/hybrid/apigee-synchronizer:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-udca:1.5.10\n docker pull gcr.io/apigee-release/hybrid/apigee-watcher:1.5.10"]]