apigee-pull-push.sh is a utility that pulls all the images for your current project
from the Google Docker hub and
pushes them to your specified repository.
Requirements
docker: You can check if docker is installed in your shell with the following
command:
[[["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."],[[["This documentation refers to Apigee hybrid version 1.7, which is no longer supported and should be upgraded."],["`apigee-pull-push.sh` is a utility used to pull project images from the Google Docker hub and push them to a specified repository."],["The utility requires both `docker` and `gcloud` to be installed, which can both be verified by using the `which` command in your shell."],["You can check the current project using `gcloud config list core/project --format='value(core.project)'` and then configure it with `gcloud config set project PROJECT_ID`."],["You can push images to a specific repository using `apigee-pull-push.sh REPO` or to the default repository using `apigee-pull-push.sh`."]]],[]]