Jika menggunakan cluster Kubernetes tanpa akses internet untuk men-deploy layanan runtime campuran,
Anda harus mendownload image container ke registry container lokal, lalu mengakses registry tersebut
dari cluster Kubernetes.
Untuk mendownload image container, Anda harus menginstal Docker dan menggunakan perintah docker pull sebagai berikut. Pastikan untuk menambahkan tag yang benar
ke setiap nama gambar. Misalnya, tag untuk apigee-synchronizer adalah 1.7.6,
seperti yang ditunjukkan di bawah.
kami tidak lagi memublikasikan image ke dockerhub untuk versi 1.5, 1.6, 1.7 dan ke depannya,
image yang telah dipublikasikan akan dihapus dan pelanggan harus menggunakan GCR.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[[["\u003cp\u003eApigee hybrid version 1.7 is end-of-life and should be upgraded to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eAll Apigee hybrid runtime container images are available for download from the Google Cloud Container Registry at \u003ccode\u003egcr.io/apigee-release/hybrid\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo download container images, you must have Docker installed and use the \u003ccode\u003edocker pull\u003c/code\u003e command with the correct image tag.\u003c/p\u003e\n"],["\u003cp\u003eImages 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.\u003c/p\u003e\n"],["\u003cp\u003eIf your Kubernetes cluster lacks internet access, download the images to a local registry that the cluster can access.\u003c/p\u003e\n"]]],[],null,["# Download images from the Container Registry\n\n| You are currently viewing version 1.7 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://gcr.io/apigee-release/hybrid).\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.7.6`,\nas shown below.\n| **Note:** We no longer publish images to Docker Hub for Apigee hybrid versions 1.5, 1.6, 1.7, and later versions. If you reference previously published images on Docker Hub, note that you must now instead use the Google Container Registry (`gcr.io/apigee-release/hybrid`) locations as described in this document.\nwe 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.\n\n\n**Namespace: `apigee-system`** \n\n docker pull gcr.io/apigee-release/hybrid/apigee-installer:1.7.6\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.7.6\n\n\n**Namespace: `apigee`** \n\n docker pull gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-connect-agent:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-diagnostics-collector:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-envoy:v1.21.0\n docker pull gcr.io/apigee-release/hybrid/apigee-fluent-bit:1.9.9\n docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-mart-server:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-mint-task-scheduler:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-prom-prometheus:v2.25.0\n docker pull gcr.io/apigee-release/hybrid/apigee-prometheus-adapter:v0.9.1\n docker pull gcr.io/apigee-release/hybrid/apigee-redis:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-runtime:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-logging-agent:1.8.9\n docker pull gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:0.9.0\n docker pull gcr.io/apigee-release/hybrid/apigee-synchronizer:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-udca:1.7.6\n docker pull gcr.io/apigee-release/hybrid/apigee-watcher:1.7.6"]]