@@ -63,7 +63,7 @@ verify_tar_root:
6363global_test_dependencies : ../../build/packages/datadog-setup.php
6464
6565test_legacy_installer_no_ext_json : global_test_dependencies
66- docker run --rm -i -v $(shell pwd) /../../:/app --workdir=/app alpine:3.12 sh dockerfiles/verify_packages/verify_no_ext_json.sh
66+ docker run --rm -i -v $(shell pwd) /../../:/app --workdir=/app registry.ddbuild.io/images/mirror/ alpine:3.12 sh dockerfiles/verify_packages/verify_no_ext_json.sh
6767
6868test_installer : $(shell find installer -name 'test_* .sh' -exec basename {} \;)
6969
@@ -93,30 +93,30 @@ test_upgrade_from_legacy.sh \
9393test_upgrade_from_php_installer.sh \
9494 : global_test_dependencies
9595 @echo "# ################## $(@) ###################"
96- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app php:7.4-cli sh dockerfiles/verify_packages/installer/$(@)
96+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ php:7.4-cli sh dockerfiles/verify_packages/installer/$(@)
9797
9898test_first_install_php_debug.sh \
9999test_first_install_php_debugzts.sh \
100100test_profiler_install_unsupported_debug.sh \
101101 : global_test_dependencies
102102 @echo "# ################## $(@) ###################"
103- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app datadog/dd-trace-ci:php-7.4_buster sh dockerfiles/verify_packages/installer/$(@)
103+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ datadog/dd-trace-ci:php-7.4_buster sh dockerfiles/verify_packages/installer/$(@)
104104
105105test_first_install_php_zts.sh \
106106 : global_test_dependencies
107107 @echo "# ################## $(@) ###################"
108- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app php:7.4-zts-buster sh dockerfiles/verify_packages/installer/$(@)
108+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ php:7.4-zts-buster sh dockerfiles/verify_packages/installer/$(@)
109109
110110test_install_non_binary.sh \
111111test_fpm.sh \
112112 : global_test_dependencies
113113 @echo "# ################## $(@) ###################"
114- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app php:7.4-fpm sh dockerfiles/verify_packages/installer/$(@)
114+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ php:7.4-fpm sh dockerfiles/verify_packages/installer/$(@)
115115
116116test_profiler_install_unsupported.sh \
117117 : global_test_dependencies
118118 @echo "# ################## $(@) ###################"
119- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app php:7.0-cli sh dockerfiles/verify_packages/installer/$(@)
119+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ php:7.0-cli sh dockerfiles/verify_packages/installer/$(@)
120120
121121test_alpine_no_ext_json.sh \
122122test_alpine_no_libcurl.sh \
@@ -126,17 +126,17 @@ test_alpine_install_no_ext_curl_no_curl_cli.sh \
126126test_alpine_install_no_ext_curl_yes_curl_cli.sh \
127127 : global_test_dependencies
128128 @echo "# ################## $(@) ###################"
129- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app alpine:3.13 sh dockerfiles/verify_packages/installer/$(@)
129+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ alpine:3.13 sh dockerfiles/verify_packages/installer/$(@)
130130
131131test_alpine_zts_no_zend_signals.sh \
132132 : global_test_dependencies
133133 @echo "# ################## $(@) ###################"
134- docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app dunglas/frankenphp:php8.3.12-alpine sh dockerfiles/verify_packages/installer/$(@)
134+ docker run --rm -i -v $(shell pwd)/../../:/app --env-file $(shell pwd)/.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ dunglas/frankenphp:php8.3.12-alpine sh dockerfiles/verify_packages/installer/$(@)
135135
136136test_alpine_no_libexecinfo.sh : global_test_dependencies
137137 @echo " ################### $( @) ###################"
138- docker run --rm -i -v $(shell pwd) /../../:/app --env-file $(shell pwd) /.env -e CIRCLECI --workdir=/app php:7.4-cli-alpine sh dockerfiles/verify_packages/installer/$(@ )
138+ docker run --rm -i -v $(shell pwd) /../../:/app --env-file $(shell pwd) /.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ php:7.4-cli-alpine sh dockerfiles/verify_packages/installer/$(@ )
139139
140140test_install_on_plesk.sh : global_test_dependencies
141141 @echo " ################### $( @) ###################"
142- docker run --rm -i -v $(shell pwd) /../../:/app --env-file $(shell pwd) /.env -e CIRCLECI --workdir=/app plesk/plesk:18.0 sh dockerfiles/verify_packages/installer/$(@ )
142+ docker run --rm -i -v $(shell pwd) /../../:/app --env-file $(shell pwd) /.env -e CIRCLECI --workdir=/app registry.ddbuild.io/images/mirror/ plesk/plesk:18.0 sh dockerfiles/verify_packages/installer/$(@ )
0 commit comments