@catladder/pipeline 3.8.3 → 3.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/build/docker.js +1 -1
  2. package/dist/constants.js +1 -1
  3. package/dist/tsconfig.tsbuildinfo +1 -1
  4. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +4 -4
  5. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +4 -4
  6. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +4 -4
  7. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +4 -4
  8. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +4 -4
  9. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +4 -4
  10. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +4 -4
  11. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +4 -4
  12. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +4 -4
  13. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +4 -4
  14. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +4 -4
  15. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +4 -4
  16. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +4 -4
  17. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +4 -4
  18. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +4 -4
  19. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +4 -4
  20. package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +4 -4
  21. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +4 -4
  22. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +4 -4
  23. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +4 -4
  24. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +8 -8
  25. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +4 -4
  26. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +4 -4
  27. package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +4 -4
  28. package/examples/__snapshots__/custom-build-job.test.ts.snap +4 -4
  29. package/examples/__snapshots__/custom-deploy.test.ts.snap +4 -4
  30. package/examples/__snapshots__/custom-sbom-java.test.ts.snap +4 -4
  31. package/examples/__snapshots__/custom-verify-job.test.ts.snap +4 -4
  32. package/examples/__snapshots__/git-submodule.test.ts.snap +4 -4
  33. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +4 -4
  34. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +4 -4
  35. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +8 -8
  36. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +4 -4
  37. package/examples/__snapshots__/local-dot-env.test.ts.snap +4 -4
  38. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +4 -4
  39. package/examples/__snapshots__/multiline-var.test.ts.snap +12 -12
  40. package/examples/__snapshots__/native-app.test.ts.snap +4 -4
  41. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +4 -4
  42. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +4 -4
  43. package/examples/__snapshots__/override-secrets.test.ts.snap +4 -4
  44. package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +4 -4
  45. package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +4 -4
  46. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +12 -12
  47. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +8 -8
  48. package/examples/__snapshots__/workspace-api-www.test.ts.snap +8 -8
  49. package/package.json +1 -1
  50. package/src/build/docker.ts +1 -1
@@ -278,7 +278,7 @@ api 🧪 test:
278
278
  - --tls=false
279
279
  - --registry-mirror=https://mirror.gcr.io
280
280
  variables:
281
- DOCKER_HOST: tcp://0.0.0.0:2375
281
+ DOCKER_HOST: tcp://docker:2375
282
282
  DOCKER_TLS_CERTDIR: ''
283
283
  DOCKER_DRIVER: overlay2
284
284
  DOCKER_BUILDKIT: '1'
@@ -606,7 +606,7 @@ api 🧪 test:
606
606
  - --tls=false
607
607
  - --registry-mirror=https://mirror.gcr.io
608
608
  variables:
609
- DOCKER_HOST: tcp://0.0.0.0:2375
609
+ DOCKER_HOST: tcp://docker:2375
610
610
  DOCKER_TLS_CERTDIR: ''
611
611
  DOCKER_DRIVER: overlay2
612
612
  DOCKER_BUILDKIT: '1'
@@ -943,7 +943,7 @@ api 🧪 test:
943
943
  - --tls=false
944
944
  - --registry-mirror=https://mirror.gcr.io
945
945
  variables:
946
- DOCKER_HOST: tcp://0.0.0.0:2375
946
+ DOCKER_HOST: tcp://docker:2375
947
947
  DOCKER_TLS_CERTDIR: ''
948
948
  DOCKER_DRIVER: overlay2
949
949
  DOCKER_BUILDKIT: '1'
@@ -1264,7 +1264,7 @@ api 🧪 test:
1264
1264
  - --tls=false
1265
1265
  - --registry-mirror=https://mirror.gcr.io
1266
1266
  variables:
1267
- DOCKER_HOST: tcp://0.0.0.0:2375
1267
+ DOCKER_HOST: tcp://docker:2375
1268
1268
  DOCKER_TLS_CERTDIR: ''
1269
1269
  DOCKER_DRIVER: overlay2
1270
1270
  DOCKER_BUILDKIT: '1'
@@ -1683,7 +1683,7 @@ worker 🧪 test:
1683
1683
  - --tls=false
1684
1684
  - --registry-mirror=https://mirror.gcr.io
1685
1685
  variables:
1686
- DOCKER_HOST: tcp://0.0.0.0:2375
1686
+ DOCKER_HOST: tcp://docker:2375
1687
1687
  DOCKER_TLS_CERTDIR: ''
1688
1688
  DOCKER_DRIVER: overlay2
1689
1689
  DOCKER_BUILDKIT: '1'
@@ -2011,7 +2011,7 @@ worker 🧪 test:
2011
2011
  - --tls=false
2012
2012
  - --registry-mirror=https://mirror.gcr.io
2013
2013
  variables:
2014
- DOCKER_HOST: tcp://0.0.0.0:2375
2014
+ DOCKER_HOST: tcp://docker:2375
2015
2015
  DOCKER_TLS_CERTDIR: ''
2016
2016
  DOCKER_DRIVER: overlay2
2017
2017
  DOCKER_BUILDKIT: '1'
@@ -2348,7 +2348,7 @@ worker 🧪 test:
2348
2348
  - --tls=false
2349
2349
  - --registry-mirror=https://mirror.gcr.io
2350
2350
  variables:
2351
- DOCKER_HOST: tcp://0.0.0.0:2375
2351
+ DOCKER_HOST: tcp://docker:2375
2352
2352
  DOCKER_TLS_CERTDIR: ''
2353
2353
  DOCKER_DRIVER: overlay2
2354
2354
  DOCKER_BUILDKIT: '1'
@@ -2669,7 +2669,7 @@ worker 🧪 test:
2669
2669
  - --tls=false
2670
2670
  - --registry-mirror=https://mirror.gcr.io
2671
2671
  variables:
2672
- DOCKER_HOST: tcp://0.0.0.0:2375
2672
+ DOCKER_HOST: tcp://docker:2375
2673
2673
  DOCKER_TLS_CERTDIR: ''
2674
2674
  DOCKER_DRIVER: overlay2
2675
2675
  DOCKER_BUILDKIT: '1'
@@ -282,7 +282,7 @@ api 🧪 test:
282
282
  - --tls=false
283
283
  - --registry-mirror=https://mirror.gcr.io
284
284
  variables:
285
- DOCKER_HOST: tcp://0.0.0.0:2375
285
+ DOCKER_HOST: tcp://docker:2375
286
286
  DOCKER_TLS_CERTDIR: ''
287
287
  DOCKER_DRIVER: overlay2
288
288
  DOCKER_BUILDKIT: '1'
@@ -672,7 +672,7 @@ api 🧪 test:
672
672
  - --tls=false
673
673
  - --registry-mirror=https://mirror.gcr.io
674
674
  variables:
675
- DOCKER_HOST: tcp://0.0.0.0:2375
675
+ DOCKER_HOST: tcp://docker:2375
676
676
  DOCKER_TLS_CERTDIR: ''
677
677
  DOCKER_DRIVER: overlay2
678
678
  DOCKER_BUILDKIT: '1'
@@ -1062,7 +1062,7 @@ api 🧪 test:
1062
1062
  - --tls=false
1063
1063
  - --registry-mirror=https://mirror.gcr.io
1064
1064
  variables:
1065
- DOCKER_HOST: tcp://0.0.0.0:2375
1065
+ DOCKER_HOST: tcp://docker:2375
1066
1066
  DOCKER_TLS_CERTDIR: ''
1067
1067
  DOCKER_DRIVER: overlay2
1068
1068
  DOCKER_BUILDKIT: '1'
@@ -1445,7 +1445,7 @@ api 🧪 test:
1445
1445
  - --tls=false
1446
1446
  - --registry-mirror=https://mirror.gcr.io
1447
1447
  variables:
1448
- DOCKER_HOST: tcp://0.0.0.0:2375
1448
+ DOCKER_HOST: tcp://docker:2375
1449
1449
  DOCKER_TLS_CERTDIR: ''
1450
1450
  DOCKER_DRIVER: overlay2
1451
1451
  DOCKER_BUILDKIT: '1'
@@ -266,7 +266,7 @@ api 🧪 test:
266
266
  - --tls=false
267
267
  - --registry-mirror=https://mirror.gcr.io
268
268
  variables:
269
- DOCKER_HOST: tcp://0.0.0.0:2375
269
+ DOCKER_HOST: tcp://docker:2375
270
270
  DOCKER_TLS_CERTDIR: ''
271
271
  DOCKER_DRIVER: overlay2
272
272
  DOCKER_BUILDKIT: '1'
@@ -562,7 +562,7 @@ api 🧪 test:
562
562
  - --tls=false
563
563
  - --registry-mirror=https://mirror.gcr.io
564
564
  variables:
565
- DOCKER_HOST: tcp://0.0.0.0:2375
565
+ DOCKER_HOST: tcp://docker:2375
566
566
  DOCKER_TLS_CERTDIR: ''
567
567
  DOCKER_DRIVER: overlay2
568
568
  DOCKER_BUILDKIT: '1'
@@ -864,7 +864,7 @@ api 🧪 test:
864
864
  - --tls=false
865
865
  - --registry-mirror=https://mirror.gcr.io
866
866
  variables:
867
- DOCKER_HOST: tcp://0.0.0.0:2375
867
+ DOCKER_HOST: tcp://docker:2375
868
868
  DOCKER_TLS_CERTDIR: ''
869
869
  DOCKER_DRIVER: overlay2
870
870
  DOCKER_BUILDKIT: '1'
@@ -1153,7 +1153,7 @@ api 🧪 test:
1153
1153
  - --tls=false
1154
1154
  - --registry-mirror=https://mirror.gcr.io
1155
1155
  variables:
1156
- DOCKER_HOST: tcp://0.0.0.0:2375
1156
+ DOCKER_HOST: tcp://docker:2375
1157
1157
  DOCKER_TLS_CERTDIR: ''
1158
1158
  DOCKER_DRIVER: overlay2
1159
1159
  DOCKER_BUILDKIT: '1'
@@ -231,7 +231,7 @@ www 🧪 test:
231
231
  - --tls=false
232
232
  - --registry-mirror=https://mirror.gcr.io
233
233
  variables:
234
- DOCKER_HOST: tcp://0.0.0.0:2375
234
+ DOCKER_HOST: tcp://docker:2375
235
235
  DOCKER_TLS_CERTDIR: ''
236
236
  DOCKER_DRIVER: overlay2
237
237
  DOCKER_BUILDKIT: '1'
@@ -497,7 +497,7 @@ www 🧪 test:
497
497
  - --tls=false
498
498
  - --registry-mirror=https://mirror.gcr.io
499
499
  variables:
500
- DOCKER_HOST: tcp://0.0.0.0:2375
500
+ DOCKER_HOST: tcp://docker:2375
501
501
  DOCKER_TLS_CERTDIR: ''
502
502
  DOCKER_DRIVER: overlay2
503
503
  DOCKER_BUILDKIT: '1'
@@ -769,7 +769,7 @@ www 🧪 test:
769
769
  - --tls=false
770
770
  - --registry-mirror=https://mirror.gcr.io
771
771
  variables:
772
- DOCKER_HOST: tcp://0.0.0.0:2375
772
+ DOCKER_HOST: tcp://docker:2375
773
773
  DOCKER_TLS_CERTDIR: ''
774
774
  DOCKER_DRIVER: overlay2
775
775
  DOCKER_BUILDKIT: '1'
@@ -1028,7 +1028,7 @@ www 🧪 test:
1028
1028
  - --tls=false
1029
1029
  - --registry-mirror=https://mirror.gcr.io
1030
1030
  variables:
1031
- DOCKER_HOST: tcp://0.0.0.0:2375
1031
+ DOCKER_HOST: tcp://docker:2375
1032
1032
  DOCKER_TLS_CERTDIR: ''
1033
1033
  DOCKER_DRIVER: overlay2
1034
1034
  DOCKER_BUILDKIT: '1'
@@ -150,7 +150,7 @@ before_script:
150
150
  - --tls=false
151
151
  - --registry-mirror=https://mirror.gcr.io
152
152
  variables:
153
- DOCKER_HOST: tcp://0.0.0.0:2375
153
+ DOCKER_HOST: tcp://docker:2375
154
154
  DOCKER_TLS_CERTDIR: ''
155
155
  DOCKER_DRIVER: overlay2
156
156
  DOCKER_BUILDKIT: '1'
@@ -406,7 +406,7 @@ before_script:
406
406
  - --tls=false
407
407
  - --registry-mirror=https://mirror.gcr.io
408
408
  variables:
409
- DOCKER_HOST: tcp://0.0.0.0:2375
409
+ DOCKER_HOST: tcp://docker:2375
410
410
  DOCKER_TLS_CERTDIR: ''
411
411
  DOCKER_DRIVER: overlay2
412
412
  DOCKER_BUILDKIT: '1'
@@ -668,7 +668,7 @@ before_script:
668
668
  - --tls=false
669
669
  - --registry-mirror=https://mirror.gcr.io
670
670
  variables:
671
- DOCKER_HOST: tcp://0.0.0.0:2375
671
+ DOCKER_HOST: tcp://docker:2375
672
672
  DOCKER_TLS_CERTDIR: ''
673
673
  DOCKER_DRIVER: overlay2
674
674
  DOCKER_BUILDKIT: '1'
@@ -923,7 +923,7 @@ before_script:
923
923
  - --tls=false
924
924
  - --registry-mirror=https://mirror.gcr.io
925
925
  variables:
926
- DOCKER_HOST: tcp://0.0.0.0:2375
926
+ DOCKER_HOST: tcp://docker:2375
927
927
  DOCKER_TLS_CERTDIR: ''
928
928
  DOCKER_DRIVER: overlay2
929
929
  DOCKER_BUILDKIT: '1'
@@ -258,7 +258,7 @@ www 🧪 test:
258
258
  - --tls=false
259
259
  - --registry-mirror=https://mirror.gcr.io
260
260
  variables:
261
- DOCKER_HOST: tcp://0.0.0.0:2375
261
+ DOCKER_HOST: tcp://docker:2375
262
262
  DOCKER_TLS_CERTDIR: ''
263
263
  DOCKER_DRIVER: overlay2
264
264
  DOCKER_BUILDKIT: '1'
@@ -462,7 +462,7 @@ www 🧪 test:
462
462
  - --tls=false
463
463
  - --registry-mirror=https://mirror.gcr.io
464
464
  variables:
465
- DOCKER_HOST: tcp://0.0.0.0:2375
465
+ DOCKER_HOST: tcp://docker:2375
466
466
  DOCKER_TLS_CERTDIR: ''
467
467
  DOCKER_DRIVER: overlay2
468
468
  DOCKER_BUILDKIT: '1'
@@ -695,7 +695,7 @@ www 🧪 test:
695
695
  - --tls=false
696
696
  - --registry-mirror=https://mirror.gcr.io
697
697
  variables:
698
- DOCKER_HOST: tcp://0.0.0.0:2375
698
+ DOCKER_HOST: tcp://docker:2375
699
699
  DOCKER_TLS_CERTDIR: ''
700
700
  DOCKER_DRIVER: overlay2
701
701
  DOCKER_BUILDKIT: '1'
@@ -893,7 +893,7 @@ www 🧪 test:
893
893
  - --tls=false
894
894
  - --registry-mirror=https://mirror.gcr.io
895
895
  variables:
896
- DOCKER_HOST: tcp://0.0.0.0:2375
896
+ DOCKER_HOST: tcp://docker:2375
897
897
  DOCKER_TLS_CERTDIR: ''
898
898
  DOCKER_DRIVER: overlay2
899
899
  DOCKER_BUILDKIT: '1'
@@ -152,7 +152,7 @@ before_script:
152
152
  - --tls=false
153
153
  - --registry-mirror=https://mirror.gcr.io
154
154
  variables:
155
- DOCKER_HOST: tcp://0.0.0.0:2375
155
+ DOCKER_HOST: tcp://docker:2375
156
156
  DOCKER_TLS_CERTDIR: ''
157
157
  DOCKER_DRIVER: overlay2
158
158
  DOCKER_BUILDKIT: '1'
@@ -410,7 +410,7 @@ before_script:
410
410
  - --tls=false
411
411
  - --registry-mirror=https://mirror.gcr.io
412
412
  variables:
413
- DOCKER_HOST: tcp://0.0.0.0:2375
413
+ DOCKER_HOST: tcp://docker:2375
414
414
  DOCKER_TLS_CERTDIR: ''
415
415
  DOCKER_DRIVER: overlay2
416
416
  DOCKER_BUILDKIT: '1'
@@ -674,7 +674,7 @@ before_script:
674
674
  - --tls=false
675
675
  - --registry-mirror=https://mirror.gcr.io
676
676
  variables:
677
- DOCKER_HOST: tcp://0.0.0.0:2375
677
+ DOCKER_HOST: tcp://docker:2375
678
678
  DOCKER_TLS_CERTDIR: ''
679
679
  DOCKER_DRIVER: overlay2
680
680
  DOCKER_BUILDKIT: '1'
@@ -931,7 +931,7 @@ before_script:
931
931
  - --tls=false
932
932
  - --registry-mirror=https://mirror.gcr.io
933
933
  variables:
934
- DOCKER_HOST: tcp://0.0.0.0:2375
934
+ DOCKER_HOST: tcp://docker:2375
935
935
  DOCKER_TLS_CERTDIR: ''
936
936
  DOCKER_DRIVER: overlay2
937
937
  DOCKER_BUILDKIT: '1'
@@ -266,7 +266,7 @@ www 🧪 test:
266
266
  - --tls=false
267
267
  - --registry-mirror=https://mirror.gcr.io
268
268
  variables:
269
- DOCKER_HOST: tcp://0.0.0.0:2375
269
+ DOCKER_HOST: tcp://docker:2375
270
270
  DOCKER_TLS_CERTDIR: ''
271
271
  DOCKER_DRIVER: overlay2
272
272
  DOCKER_BUILDKIT: '1'
@@ -613,7 +613,7 @@ www 🧪 test:
613
613
  - --tls=false
614
614
  - --registry-mirror=https://mirror.gcr.io
615
615
  variables:
616
- DOCKER_HOST: tcp://0.0.0.0:2375
616
+ DOCKER_HOST: tcp://docker:2375
617
617
  DOCKER_TLS_CERTDIR: ''
618
618
  DOCKER_DRIVER: overlay2
619
619
  DOCKER_BUILDKIT: '1'
@@ -966,7 +966,7 @@ www 🧪 test:
966
966
  - --tls=false
967
967
  - --registry-mirror=https://mirror.gcr.io
968
968
  variables:
969
- DOCKER_HOST: tcp://0.0.0.0:2375
969
+ DOCKER_HOST: tcp://docker:2375
970
970
  DOCKER_TLS_CERTDIR: ''
971
971
  DOCKER_DRIVER: overlay2
972
972
  DOCKER_BUILDKIT: '1'
@@ -1306,7 +1306,7 @@ www 🧪 test:
1306
1306
  - --tls=false
1307
1307
  - --registry-mirror=https://mirror.gcr.io
1308
1308
  variables:
1309
- DOCKER_HOST: tcp://0.0.0.0:2375
1309
+ DOCKER_HOST: tcp://docker:2375
1310
1310
  DOCKER_TLS_CERTDIR: ''
1311
1311
  DOCKER_DRIVER: overlay2
1312
1312
  DOCKER_BUILDKIT: '1'
@@ -267,7 +267,7 @@ app 🧪 test:
267
267
  - --tls=false
268
268
  - --registry-mirror=https://mirror.gcr.io
269
269
  variables:
270
- DOCKER_HOST: tcp://0.0.0.0:2375
270
+ DOCKER_HOST: tcp://docker:2375
271
271
  DOCKER_TLS_CERTDIR: ''
272
272
  DOCKER_DRIVER: overlay2
273
273
  DOCKER_BUILDKIT: '1'
@@ -561,7 +561,7 @@ app 🧪 test:
561
561
  - --tls=false
562
562
  - --registry-mirror=https://mirror.gcr.io
563
563
  variables:
564
- DOCKER_HOST: tcp://0.0.0.0:2375
564
+ DOCKER_HOST: tcp://docker:2375
565
565
  DOCKER_TLS_CERTDIR: ''
566
566
  DOCKER_DRIVER: overlay2
567
567
  DOCKER_BUILDKIT: '1'
@@ -861,7 +861,7 @@ app 🧪 test:
861
861
  - --tls=false
862
862
  - --registry-mirror=https://mirror.gcr.io
863
863
  variables:
864
- DOCKER_HOST: tcp://0.0.0.0:2375
864
+ DOCKER_HOST: tcp://docker:2375
865
865
  DOCKER_TLS_CERTDIR: ''
866
866
  DOCKER_DRIVER: overlay2
867
867
  DOCKER_BUILDKIT: '1'
@@ -1148,7 +1148,7 @@ app 🧪 test:
1148
1148
  - --tls=false
1149
1149
  - --registry-mirror=https://mirror.gcr.io
1150
1150
  variables:
1151
- DOCKER_HOST: tcp://0.0.0.0:2375
1151
+ DOCKER_HOST: tcp://docker:2375
1152
1152
  DOCKER_TLS_CERTDIR: ''
1153
1153
  DOCKER_DRIVER: overlay2
1154
1154
  DOCKER_BUILDKIT: '1'
@@ -246,7 +246,7 @@ api 🧪 test:
246
246
  - --tls=false
247
247
  - --registry-mirror=https://mirror.gcr.io
248
248
  variables:
249
- DOCKER_HOST: tcp://0.0.0.0:2375
249
+ DOCKER_HOST: tcp://docker:2375
250
250
  DOCKER_TLS_CERTDIR: ''
251
251
  DOCKER_DRIVER: overlay2
252
252
  DOCKER_BUILDKIT: '1'
@@ -621,7 +621,7 @@ api 🧪 test:
621
621
  - --tls=false
622
622
  - --registry-mirror=https://mirror.gcr.io
623
623
  variables:
624
- DOCKER_HOST: tcp://0.0.0.0:2375
624
+ DOCKER_HOST: tcp://docker:2375
625
625
  DOCKER_TLS_CERTDIR: ''
626
626
  DOCKER_DRIVER: overlay2
627
627
  DOCKER_BUILDKIT: '1'
@@ -997,7 +997,7 @@ api 🧪 test:
997
997
  - --tls=false
998
998
  - --registry-mirror=https://mirror.gcr.io
999
999
  variables:
1000
- DOCKER_HOST: tcp://0.0.0.0:2375
1000
+ DOCKER_HOST: tcp://docker:2375
1001
1001
  DOCKER_TLS_CERTDIR: ''
1002
1002
  DOCKER_DRIVER: overlay2
1003
1003
  DOCKER_BUILDKIT: '1'
@@ -1365,7 +1365,7 @@ api 🧪 test:
1365
1365
  - --tls=false
1366
1366
  - --registry-mirror=https://mirror.gcr.io
1367
1367
  variables:
1368
- DOCKER_HOST: tcp://0.0.0.0:2375
1368
+ DOCKER_HOST: tcp://docker:2375
1369
1369
  DOCKER_TLS_CERTDIR: ''
1370
1370
  DOCKER_DRIVER: overlay2
1371
1371
  DOCKER_BUILDKIT: '1'
@@ -248,7 +248,7 @@ api 🧪 test:
248
248
  - --tls=false
249
249
  - --registry-mirror=https://mirror.gcr.io
250
250
  variables:
251
- DOCKER_HOST: tcp://0.0.0.0:2375
251
+ DOCKER_HOST: tcp://docker:2375
252
252
  DOCKER_TLS_CERTDIR: ''
253
253
  DOCKER_DRIVER: overlay2
254
254
  DOCKER_BUILDKIT: '1'
@@ -628,7 +628,7 @@ api 🧪 test:
628
628
  - --tls=false
629
629
  - --registry-mirror=https://mirror.gcr.io
630
630
  variables:
631
- DOCKER_HOST: tcp://0.0.0.0:2375
631
+ DOCKER_HOST: tcp://docker:2375
632
632
  DOCKER_TLS_CERTDIR: ''
633
633
  DOCKER_DRIVER: overlay2
634
634
  DOCKER_BUILDKIT: '1'
@@ -1009,7 +1009,7 @@ api 🧪 test:
1009
1009
  - --tls=false
1010
1010
  - --registry-mirror=https://mirror.gcr.io
1011
1011
  variables:
1012
- DOCKER_HOST: tcp://0.0.0.0:2375
1012
+ DOCKER_HOST: tcp://docker:2375
1013
1013
  DOCKER_TLS_CERTDIR: ''
1014
1014
  DOCKER_DRIVER: overlay2
1015
1015
  DOCKER_BUILDKIT: '1'
@@ -1382,7 +1382,7 @@ api 🧪 test:
1382
1382
  - --tls=false
1383
1383
  - --registry-mirror=https://mirror.gcr.io
1384
1384
  variables:
1385
- DOCKER_HOST: tcp://0.0.0.0:2375
1385
+ DOCKER_HOST: tcp://docker:2375
1386
1386
  DOCKER_TLS_CERTDIR: ''
1387
1387
  DOCKER_DRIVER: overlay2
1388
1388
  DOCKER_BUILDKIT: '1'
@@ -246,7 +246,7 @@ api 🧪 test:
246
246
  - --tls=false
247
247
  - --registry-mirror=https://mirror.gcr.io
248
248
  variables:
249
- DOCKER_HOST: tcp://0.0.0.0:2375
249
+ DOCKER_HOST: tcp://docker:2375
250
250
  DOCKER_TLS_CERTDIR: ''
251
251
  DOCKER_DRIVER: overlay2
252
252
  DOCKER_BUILDKIT: '1'
@@ -612,7 +612,7 @@ api 🧪 test:
612
612
  - --tls=false
613
613
  - --registry-mirror=https://mirror.gcr.io
614
614
  variables:
615
- DOCKER_HOST: tcp://0.0.0.0:2375
615
+ DOCKER_HOST: tcp://docker:2375
616
616
  DOCKER_TLS_CERTDIR: ''
617
617
  DOCKER_DRIVER: overlay2
618
618
  DOCKER_BUILDKIT: '1'
@@ -974,7 +974,7 @@ api 🧪 test:
974
974
  - --tls=false
975
975
  - --registry-mirror=https://mirror.gcr.io
976
976
  variables:
977
- DOCKER_HOST: tcp://0.0.0.0:2375
977
+ DOCKER_HOST: tcp://docker:2375
978
978
  DOCKER_TLS_CERTDIR: ''
979
979
  DOCKER_DRIVER: overlay2
980
980
  DOCKER_BUILDKIT: '1'
@@ -1333,7 +1333,7 @@ api 🧪 test:
1333
1333
  - --tls=false
1334
1334
  - --registry-mirror=https://mirror.gcr.io
1335
1335
  variables:
1336
- DOCKER_HOST: tcp://0.0.0.0:2375
1336
+ DOCKER_HOST: tcp://docker:2375
1337
1337
  DOCKER_TLS_CERTDIR: ''
1338
1338
  DOCKER_DRIVER: overlay2
1339
1339
  DOCKER_BUILDKIT: '1'
@@ -1808,7 +1808,7 @@ www 🧪 test:
1808
1808
  - --tls=false
1809
1809
  - --registry-mirror=https://mirror.gcr.io
1810
1810
  variables:
1811
- DOCKER_HOST: tcp://0.0.0.0:2375
1811
+ DOCKER_HOST: tcp://docker:2375
1812
1812
  DOCKER_TLS_CERTDIR: ''
1813
1813
  DOCKER_DRIVER: overlay2
1814
1814
  DOCKER_BUILDKIT: '1'
@@ -2182,7 +2182,7 @@ www 🧪 test:
2182
2182
  - --tls=false
2183
2183
  - --registry-mirror=https://mirror.gcr.io
2184
2184
  variables:
2185
- DOCKER_HOST: tcp://0.0.0.0:2375
2185
+ DOCKER_HOST: tcp://docker:2375
2186
2186
  DOCKER_TLS_CERTDIR: ''
2187
2187
  DOCKER_DRIVER: overlay2
2188
2188
  DOCKER_BUILDKIT: '1'
@@ -2557,7 +2557,7 @@ www 🧪 test:
2557
2557
  - --tls=false
2558
2558
  - --registry-mirror=https://mirror.gcr.io
2559
2559
  variables:
2560
- DOCKER_HOST: tcp://0.0.0.0:2375
2560
+ DOCKER_HOST: tcp://docker:2375
2561
2561
  DOCKER_TLS_CERTDIR: ''
2562
2562
  DOCKER_DRIVER: overlay2
2563
2563
  DOCKER_BUILDKIT: '1'
@@ -2924,7 +2924,7 @@ www 🧪 test:
2924
2924
  - --tls=false
2925
2925
  - --registry-mirror=https://mirror.gcr.io
2926
2926
  variables:
2927
- DOCKER_HOST: tcp://0.0.0.0:2375
2927
+ DOCKER_HOST: tcp://docker:2375
2928
2928
  DOCKER_TLS_CERTDIR: ''
2929
2929
  DOCKER_DRIVER: overlay2
2930
2930
  DOCKER_BUILDKIT: '1'
@@ -248,7 +248,7 @@ api 🧪 test:
248
248
  - --tls=false
249
249
  - --registry-mirror=https://mirror.gcr.io
250
250
  variables:
251
- DOCKER_HOST: tcp://0.0.0.0:2375
251
+ DOCKER_HOST: tcp://docker:2375
252
252
  DOCKER_TLS_CERTDIR: ''
253
253
  DOCKER_DRIVER: overlay2
254
254
  DOCKER_BUILDKIT: '1'
@@ -654,7 +654,7 @@ api 🧪 test:
654
654
  - --tls=false
655
655
  - --registry-mirror=https://mirror.gcr.io
656
656
  variables:
657
- DOCKER_HOST: tcp://0.0.0.0:2375
657
+ DOCKER_HOST: tcp://docker:2375
658
658
  DOCKER_TLS_CERTDIR: ''
659
659
  DOCKER_DRIVER: overlay2
660
660
  DOCKER_BUILDKIT: '1'
@@ -1061,7 +1061,7 @@ api 🧪 test:
1061
1061
  - --tls=false
1062
1062
  - --registry-mirror=https://mirror.gcr.io
1063
1063
  variables:
1064
- DOCKER_HOST: tcp://0.0.0.0:2375
1064
+ DOCKER_HOST: tcp://docker:2375
1065
1065
  DOCKER_TLS_CERTDIR: ''
1066
1066
  DOCKER_DRIVER: overlay2
1067
1067
  DOCKER_BUILDKIT: '1'
@@ -1460,7 +1460,7 @@ api 🧪 test:
1460
1460
  - --tls=false
1461
1461
  - --registry-mirror=https://mirror.gcr.io
1462
1462
  variables:
1463
- DOCKER_HOST: tcp://0.0.0.0:2375
1463
+ DOCKER_HOST: tcp://docker:2375
1464
1464
  DOCKER_TLS_CERTDIR: ''
1465
1465
  DOCKER_DRIVER: overlay2
1466
1466
  DOCKER_BUILDKIT: '1'
@@ -247,7 +247,7 @@ api 🧪 test:
247
247
  - --tls=false
248
248
  - --registry-mirror=https://mirror.gcr.io
249
249
  variables:
250
- DOCKER_HOST: tcp://0.0.0.0:2375
250
+ DOCKER_HOST: tcp://docker:2375
251
251
  DOCKER_TLS_CERTDIR: ''
252
252
  DOCKER_DRIVER: overlay2
253
253
  DOCKER_BUILDKIT: '1'
@@ -522,7 +522,7 @@ api 🧪 test:
522
522
  - --tls=false
523
523
  - --registry-mirror=https://mirror.gcr.io
524
524
  variables:
525
- DOCKER_HOST: tcp://0.0.0.0:2375
525
+ DOCKER_HOST: tcp://docker:2375
526
526
  DOCKER_TLS_CERTDIR: ''
527
527
  DOCKER_DRIVER: overlay2
528
528
  DOCKER_BUILDKIT: '1'
@@ -803,7 +803,7 @@ api 🧪 test:
803
803
  - --tls=false
804
804
  - --registry-mirror=https://mirror.gcr.io
805
805
  variables:
806
- DOCKER_HOST: tcp://0.0.0.0:2375
806
+ DOCKER_HOST: tcp://docker:2375
807
807
  DOCKER_TLS_CERTDIR: ''
808
808
  DOCKER_DRIVER: overlay2
809
809
  DOCKER_BUILDKIT: '1'
@@ -1071,7 +1071,7 @@ api 🧪 test:
1071
1071
  - --tls=false
1072
1072
  - --registry-mirror=https://mirror.gcr.io
1073
1073
  variables:
1074
- DOCKER_HOST: tcp://0.0.0.0:2375
1074
+ DOCKER_HOST: tcp://docker:2375
1075
1075
  DOCKER_TLS_CERTDIR: ''
1076
1076
  DOCKER_DRIVER: overlay2
1077
1077
  DOCKER_BUILDKIT: '1'
@@ -258,7 +258,7 @@ web 🧪 test:
258
258
  - --tls=false
259
259
  - --registry-mirror=https://mirror.gcr.io
260
260
  variables:
261
- DOCKER_HOST: tcp://0.0.0.0:2375
261
+ DOCKER_HOST: tcp://docker:2375
262
262
  DOCKER_TLS_CERTDIR: ''
263
263
  DOCKER_DRIVER: overlay2
264
264
  DOCKER_BUILDKIT: '1'
@@ -647,7 +647,7 @@ web 🧪 test:
647
647
  - --tls=false
648
648
  - --registry-mirror=https://mirror.gcr.io
649
649
  variables:
650
- DOCKER_HOST: tcp://0.0.0.0:2375
650
+ DOCKER_HOST: tcp://docker:2375
651
651
  DOCKER_TLS_CERTDIR: ''
652
652
  DOCKER_DRIVER: overlay2
653
653
  DOCKER_BUILDKIT: '1'
@@ -1037,7 +1037,7 @@ web 🧪 test:
1037
1037
  - --tls=false
1038
1038
  - --registry-mirror=https://mirror.gcr.io
1039
1039
  variables:
1040
- DOCKER_HOST: tcp://0.0.0.0:2375
1040
+ DOCKER_HOST: tcp://docker:2375
1041
1041
  DOCKER_TLS_CERTDIR: ''
1042
1042
  DOCKER_DRIVER: overlay2
1043
1043
  DOCKER_BUILDKIT: '1'
@@ -1420,7 +1420,7 @@ web 🧪 test:
1420
1420
  - --tls=false
1421
1421
  - --registry-mirror=https://mirror.gcr.io
1422
1422
  variables:
1423
- DOCKER_HOST: tcp://0.0.0.0:2375
1423
+ DOCKER_HOST: tcp://docker:2375
1424
1424
  DOCKER_TLS_CERTDIR: ''
1425
1425
  DOCKER_DRIVER: overlay2
1426
1426
  DOCKER_BUILDKIT: '1'