فهرست منبع

Build cgi-fcgi test image in the "librarytest/" ns

Mike Dillon 10 سال پیش
والد
کامیت
a9d7948a51
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/tests/php-fpm-hello-web/run.sh

+ 1 - 1
test/tests/php-fpm-hello-web/run.sh

@@ -7,7 +7,7 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
 image="$1"
 
 # Build a client image with cgi-fcgi for testing
-client_image="php-fpm-client-$RANDOM-$RANDOM"
+client_image="librarytest/php-fpm-hello-web:fcgi"
 docker build -q -t "$client_image" - > /dev/null <<EOF
 FROM debian:jessie