Skip to content

Commit 697bbea

Browse files
ci: consume Windows CI images from the internal registry
Now that the Windows build jobs push php-*_windows to registry.ddbuild.io/ci/dd-trace-php/dd-trace-ci, point the tracer/package generators at the internal registry instead of the Docker Hub mirror, matching the Linux images. Re-applies what ce65269 reverted (the blocker - Windows not pushed to the internal registry - is fixed by this PR). The httpbin-windows and php-request-replayer-2.0-windows helper images stay on the mirror; they aren't built here.
1 parent 4e5fd29 commit 697bbea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/generate-package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
$windows_build_platforms = [
6464
[
6565
"triplet" => "x86_64-pc-windows-msvc",
66-
"image_template" => "registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-%s_windows",
66+
"image_template" => "registry.ddbuild.io/ci/dd-trace-php/dd-trace-ci:php-%s_windows",
6767
"arch" => "amd64",
6868
"host_os" => "windows-msvc",
6969
"targets" => [

.gitlab/generate-tracer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function before_script_steps($with_docker_auth = false) {
119119
variables:
120120
CONTAINER_NAME: $CI_JOB_NAME_SLUG
121121
GIT_STRATEGY: none
122-
IMAGE: "registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-${PHP_MAJOR_MINOR}_windows"
122+
IMAGE: "registry.ddbuild.io/ci/dd-trace-php/dd-trace-ci:php-${PHP_MAJOR_MINOR}_windows"
123123
script: |
124124
<?php windows_git_setup() ?>
125125

0 commit comments

Comments
 (0)