Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Changed the image name to php from php-nginx (#246)
Browse files Browse the repository at this point in the history
* Changed the image name to `php` from `php-nginx`

* Fixed the wrong base image name
  • Loading branch information
Takashi Matsuo authored Apr 11, 2017
1 parent 4999cd2 commit f5cf12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
export RUNTIME_DISTRIBUTION

SRC_TMP=$(mktemp -d)
export BASE_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php-nginx:${TAG}"
export BASE_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php:${TAG}"
# build the php test runner and export the name
export TEST_RUNNER="gcr.io/${GOOGLE_PROJECT_ID}/php-test-runner:${TAG}"
gcloud -q container builds submit --tag "${TEST_RUNNER}" \
Expand Down Expand Up @@ -60,7 +60,7 @@ build_image () {
--config "${SRC_DIR}"/cloudbuild.test.yaml --timeout 3600
}

build_image php-nginx php-nginx
build_image php php-nginx
build_image php_default testapps/php_default
build_image php56 testapps/php56
build_image php56_custom testapps/php56_custom
Expand Down

0 comments on commit f5cf12d

Please sign in to comment.