Skip to content

Commit 1d68402

Browse files
authored
Use the gitlab mirror to avoid pulling issues (#6618)
## Summary of changes Use the mirrored docker build image to avoid pull issues ## Reason for change We should build using the mirrored images ## Implementation details Update to use the mirrored image ## Test coverage This is the test ## Other details Requires DataDog/images#6496
1 parent 3cc1fde commit 1d68402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build:
3535
-e AWS_NETWORKING=true `
3636
-e SIGN_WINDOWS=true `
3737
-e NUGET_CERT_REVOCATION_MODE=offline `
38-
datadog/dd-trace-dotnet-docker-build:9-0-102 `
38+
registry.ddbuild.io/images/mirror/datadog/dd-trace-dotnet-docker-build:latest `
3939
Info Clean BuildTracerHome BuildProfilerHome BuildNativeLoader BuildDdDotnet PackageTracerHome ZipSymbols SignDlls SignMsi
4040
- mkdir artifacts-out
4141
- xcopy /e/s build-out\${CI_JOB_ID}\*.* artifacts-out

0 commit comments

Comments
 (0)