Supported versions:
Unsupported versions:
apigee-pull-push.sh is a utility that pulls all the images for the current Google Cloud
project from the Google
Cloud Container Registry and pushes them to your specified repository.
gcloud.
To install or upgrade gcloud, see Installing Google
Cloud SDK
apigee-pull-push.sh can be found in
$APIGEE_HELM_CHARTS_HOME/apigee-operator/etc/tools/
apigee-pull-push [REPO] [--list] [--help]
gcloud context
This step is optional, because apigee-pull-push.sh will confirm the project and allow
you to proceed or abort.
apigee-pull-push.sh pulls the images for the current project in your
gcloud context. Check the project with the following command:
gcloud config list core/project --format='value(core.project)'
You can set the current project with the following command:
gcloud config set project PROJECT_ID
Where PROJECT_ID is the ID of the Google Cloud project for your Apigee hybrid installation.
apigee-pull-push.sh REPO
Where REPO is the URL of the repository, for example /gcr.io/apigee-release.
apigee-pull-push.sh
This command pushes the image to us.gcr.io/PROJECT_ID, for example
us.gcr.io/my-project.
Use the --list or -l option to list all the images in your repository.
apigee-pull-push.sh --list
Example output:
apigee:
gcr.io/apigee-release/hybrid/apigee-mart-server:1.15.4
gcr.io/apigee-release/hybrid/apigee-synchronizer:1.15.4
gcr.io/apigee-release/hybrid/apigee-runtime:1.15.4
gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client:1.15.4
gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra:1.15.4
gcr.io/apigee-release/hybrid/apigee-udca:1.15.4
gcr.io/apigee-release/hybrid/apigee-connect-agent:1.15.4
gcr.io/apigee-release/hybrid/apigee-watcher:1.15.4
gcr.io/apigee-release/hybrid/apigee-operators:1.15.4
gcr.io/apigee-release/hybrid/apigee-redis:1.15.4
gcr.io/apigee-release/hybrid/apigee-mint-task-scheduler:1.15.4
third party:
gcr.io/apigee-release/hybrid/apigee-stackdriver-logging-agent:1.15.4
gcr.io/apigee-release/hybrid/apigee-prom-prometheus:1.15.4
gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:1.15.4
gcr.io/apigee-release/hybrid/apigee-kube-rbac-proxy:1.15.4
gcr.io/apigee-release/hybrid/apigee-envoy:1.15.4
gcr.io/apigee-release/hybrid/apigee-prometheus-adapter:1.15.4
gcr.io/apigee-release/hybrid/apigee-asm-ingress:1.15.4
gcr.io/apigee-release/hybrid/apigee-asm-istiod:1.15.4
gcr.io/apigee-release/hybrid/apigee-fluent-bit:1.15.4
gcr.io/apigee-release/hybrid/apigee-open-telemetry-collector:1.15.4
apigee-pull-push.sh
apigee-pull-push.sh --help
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-09 UTC.