@catladder/pipeline 3.8.2 → 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
@@ -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'
@@ -560,7 +560,7 @@ www 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ www 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ www 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  DOCKER_BUILDKIT: '1'
@@ -277,7 +277,7 @@ web 🧪 test:
277
277
  - --tls=false
278
278
  - --registry-mirror=https://mirror.gcr.io
279
279
  variables:
280
- DOCKER_HOST: tcp://0.0.0.0:2375
280
+ DOCKER_HOST: tcp://docker:2375
281
281
  DOCKER_TLS_CERTDIR: ''
282
282
  DOCKER_DRIVER: overlay2
283
283
  DOCKER_BUILDKIT: '1'
@@ -571,7 +571,7 @@ web 🧪 test:
571
571
  - --tls=false
572
572
  - --registry-mirror=https://mirror.gcr.io
573
573
  variables:
574
- DOCKER_HOST: tcp://0.0.0.0:2375
574
+ DOCKER_HOST: tcp://docker:2375
575
575
  DOCKER_TLS_CERTDIR: ''
576
576
  DOCKER_DRIVER: overlay2
577
577
  DOCKER_BUILDKIT: '1'
@@ -871,7 +871,7 @@ web 🧪 test:
871
871
  - --tls=false
872
872
  - --registry-mirror=https://mirror.gcr.io
873
873
  variables:
874
- DOCKER_HOST: tcp://0.0.0.0:2375
874
+ DOCKER_HOST: tcp://docker:2375
875
875
  DOCKER_TLS_CERTDIR: ''
876
876
  DOCKER_DRIVER: overlay2
877
877
  DOCKER_BUILDKIT: '1'
@@ -1158,7 +1158,7 @@ web 🧪 test:
1158
1158
  - --tls=false
1159
1159
  - --registry-mirror=https://mirror.gcr.io
1160
1160
  variables:
1161
- DOCKER_HOST: tcp://0.0.0.0:2375
1161
+ DOCKER_HOST: tcp://docker:2375
1162
1162
  DOCKER_TLS_CERTDIR: ''
1163
1163
  DOCKER_DRIVER: overlay2
1164
1164
  DOCKER_BUILDKIT: '1'
@@ -270,7 +270,7 @@ www 🧪 test:
270
270
  - --tls=false
271
271
  - --registry-mirror=https://mirror.gcr.io
272
272
  variables:
273
- DOCKER_HOST: tcp://0.0.0.0:2375
273
+ DOCKER_HOST: tcp://docker:2375
274
274
  DOCKER_TLS_CERTDIR: ''
275
275
  DOCKER_DRIVER: overlay2
276
276
  DOCKER_BUILDKIT: '1'
@@ -568,7 +568,7 @@ www 🧪 test:
568
568
  - --tls=false
569
569
  - --registry-mirror=https://mirror.gcr.io
570
570
  variables:
571
- DOCKER_HOST: tcp://0.0.0.0:2375
571
+ DOCKER_HOST: tcp://docker:2375
572
572
  DOCKER_TLS_CERTDIR: ''
573
573
  DOCKER_DRIVER: overlay2
574
574
  DOCKER_BUILDKIT: '1'
@@ -872,7 +872,7 @@ www 🧪 test:
872
872
  - --tls=false
873
873
  - --registry-mirror=https://mirror.gcr.io
874
874
  variables:
875
- DOCKER_HOST: tcp://0.0.0.0:2375
875
+ DOCKER_HOST: tcp://docker:2375
876
876
  DOCKER_TLS_CERTDIR: ''
877
877
  DOCKER_DRIVER: overlay2
878
878
  DOCKER_BUILDKIT: '1'
@@ -1163,7 +1163,7 @@ www 🧪 test:
1163
1163
  - --tls=false
1164
1164
  - --registry-mirror=https://mirror.gcr.io
1165
1165
  variables:
1166
- DOCKER_HOST: tcp://0.0.0.0:2375
1166
+ DOCKER_HOST: tcp://docker:2375
1167
1167
  DOCKER_TLS_CERTDIR: ''
1168
1168
  DOCKER_DRIVER: overlay2
1169
1169
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  DOCKER_BUILDKIT: '1'
@@ -268,7 +268,7 @@ api 🧪 test:
268
268
  - --tls=false
269
269
  - --registry-mirror=https://mirror.gcr.io
270
270
  variables:
271
- DOCKER_HOST: tcp://0.0.0.0:2375
271
+ DOCKER_HOST: tcp://docker:2375
272
272
  DOCKER_TLS_CERTDIR: ''
273
273
  DOCKER_DRIVER: overlay2
274
274
  DOCKER_BUILDKIT: '1'
@@ -589,7 +589,7 @@ api 🧪 test:
589
589
  - --tls=false
590
590
  - --registry-mirror=https://mirror.gcr.io
591
591
  variables:
592
- DOCKER_HOST: tcp://0.0.0.0:2375
592
+ DOCKER_HOST: tcp://docker:2375
593
593
  DOCKER_TLS_CERTDIR: ''
594
594
  DOCKER_DRIVER: overlay2
595
595
  DOCKER_BUILDKIT: '1'
@@ -916,7 +916,7 @@ api 🧪 test:
916
916
  - --tls=false
917
917
  - --registry-mirror=https://mirror.gcr.io
918
918
  variables:
919
- DOCKER_HOST: tcp://0.0.0.0:2375
919
+ DOCKER_HOST: tcp://docker:2375
920
920
  DOCKER_TLS_CERTDIR: ''
921
921
  DOCKER_DRIVER: overlay2
922
922
  DOCKER_BUILDKIT: '1'
@@ -1230,7 +1230,7 @@ api 🧪 test:
1230
1230
  - --tls=false
1231
1231
  - --registry-mirror=https://mirror.gcr.io
1232
1232
  variables:
1233
- DOCKER_HOST: tcp://0.0.0.0:2375
1233
+ DOCKER_HOST: tcp://docker:2375
1234
1234
  DOCKER_TLS_CERTDIR: ''
1235
1235
  DOCKER_DRIVER: overlay2
1236
1236
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  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'
@@ -878,7 +878,7 @@ api 🧪 test:
878
878
  - --tls=false
879
879
  - --registry-mirror=https://mirror.gcr.io
880
880
  variables:
881
- DOCKER_HOST: tcp://0.0.0.0:2375
881
+ DOCKER_HOST: tcp://docker:2375
882
882
  DOCKER_TLS_CERTDIR: ''
883
883
  DOCKER_DRIVER: overlay2
884
884
  DOCKER_BUILDKIT: '1'
@@ -1165,7 +1165,7 @@ api 🧪 test:
1165
1165
  - --tls=false
1166
1166
  - --registry-mirror=https://mirror.gcr.io
1167
1167
  variables:
1168
- DOCKER_HOST: tcp://0.0.0.0:2375
1168
+ DOCKER_HOST: tcp://docker:2375
1169
1169
  DOCKER_TLS_CERTDIR: ''
1170
1170
  DOCKER_DRIVER: overlay2
1171
1171
  DOCKER_BUILDKIT: '1'
@@ -268,7 +268,7 @@ api 🧪 test:
268
268
  - --tls=false
269
269
  - --registry-mirror=https://mirror.gcr.io
270
270
  variables:
271
- DOCKER_HOST: tcp://0.0.0.0:2375
271
+ DOCKER_HOST: tcp://docker:2375
272
272
  DOCKER_TLS_CERTDIR: ''
273
273
  DOCKER_DRIVER: overlay2
274
274
  DOCKER_BUILDKIT: '1'
@@ -579,7 +579,7 @@ api 🧪 test:
579
579
  - --tls=false
580
580
  - --registry-mirror=https://mirror.gcr.io
581
581
  variables:
582
- DOCKER_HOST: tcp://0.0.0.0:2375
582
+ DOCKER_HOST: tcp://docker:2375
583
583
  DOCKER_TLS_CERTDIR: ''
584
584
  DOCKER_DRIVER: overlay2
585
585
  DOCKER_BUILDKIT: '1'
@@ -896,7 +896,7 @@ api 🧪 test:
896
896
  - --tls=false
897
897
  - --registry-mirror=https://mirror.gcr.io
898
898
  variables:
899
- DOCKER_HOST: tcp://0.0.0.0:2375
899
+ DOCKER_HOST: tcp://docker:2375
900
900
  DOCKER_TLS_CERTDIR: ''
901
901
  DOCKER_DRIVER: overlay2
902
902
  DOCKER_BUILDKIT: '1'
@@ -1200,7 +1200,7 @@ api 🧪 test:
1200
1200
  - --tls=false
1201
1201
  - --registry-mirror=https://mirror.gcr.io
1202
1202
  variables:
1203
- DOCKER_HOST: tcp://0.0.0.0:2375
1203
+ DOCKER_HOST: tcp://docker:2375
1204
1204
  DOCKER_TLS_CERTDIR: ''
1205
1205
  DOCKER_DRIVER: overlay2
1206
1206
  DOCKER_BUILDKIT: '1'
@@ -268,7 +268,7 @@ api 🧪 test:
268
268
  - --tls=false
269
269
  - --registry-mirror=https://mirror.gcr.io
270
270
  variables:
271
- DOCKER_HOST: tcp://0.0.0.0:2375
271
+ DOCKER_HOST: tcp://docker:2375
272
272
  DOCKER_TLS_CERTDIR: ''
273
273
  DOCKER_DRIVER: overlay2
274
274
  DOCKER_BUILDKIT: '1'
@@ -579,7 +579,7 @@ api 🧪 test:
579
579
  - --tls=false
580
580
  - --registry-mirror=https://mirror.gcr.io
581
581
  variables:
582
- DOCKER_HOST: tcp://0.0.0.0:2375
582
+ DOCKER_HOST: tcp://docker:2375
583
583
  DOCKER_TLS_CERTDIR: ''
584
584
  DOCKER_DRIVER: overlay2
585
585
  DOCKER_BUILDKIT: '1'
@@ -896,7 +896,7 @@ api 🧪 test:
896
896
  - --tls=false
897
897
  - --registry-mirror=https://mirror.gcr.io
898
898
  variables:
899
- DOCKER_HOST: tcp://0.0.0.0:2375
899
+ DOCKER_HOST: tcp://docker:2375
900
900
  DOCKER_TLS_CERTDIR: ''
901
901
  DOCKER_DRIVER: overlay2
902
902
  DOCKER_BUILDKIT: '1'
@@ -1200,7 +1200,7 @@ api 🧪 test:
1200
1200
  - --tls=false
1201
1201
  - --registry-mirror=https://mirror.gcr.io
1202
1202
  variables:
1203
- DOCKER_HOST: tcp://0.0.0.0:2375
1203
+ DOCKER_HOST: tcp://docker:2375
1204
1204
  DOCKER_TLS_CERTDIR: ''
1205
1205
  DOCKER_DRIVER: overlay2
1206
1206
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  DOCKER_BUILDKIT: '1'
@@ -268,7 +268,7 @@ api 🧪 test:
268
268
  - --tls=false
269
269
  - --registry-mirror=https://mirror.gcr.io
270
270
  variables:
271
- DOCKER_HOST: tcp://0.0.0.0:2375
271
+ DOCKER_HOST: tcp://docker:2375
272
272
  DOCKER_TLS_CERTDIR: ''
273
273
  DOCKER_DRIVER: overlay2
274
274
  DOCKER_BUILDKIT: '1'
@@ -580,7 +580,7 @@ api 🧪 test:
580
580
  - --tls=false
581
581
  - --registry-mirror=https://mirror.gcr.io
582
582
  variables:
583
- DOCKER_HOST: tcp://0.0.0.0:2375
583
+ DOCKER_HOST: tcp://docker:2375
584
584
  DOCKER_TLS_CERTDIR: ''
585
585
  DOCKER_DRIVER: overlay2
586
586
  DOCKER_BUILDKIT: '1'
@@ -898,7 +898,7 @@ api 🧪 test:
898
898
  - --tls=false
899
899
  - --registry-mirror=https://mirror.gcr.io
900
900
  variables:
901
- DOCKER_HOST: tcp://0.0.0.0:2375
901
+ DOCKER_HOST: tcp://docker:2375
902
902
  DOCKER_TLS_CERTDIR: ''
903
903
  DOCKER_DRIVER: overlay2
904
904
  DOCKER_BUILDKIT: '1'
@@ -1203,7 +1203,7 @@ api 🧪 test:
1203
1203
  - --tls=false
1204
1204
  - --registry-mirror=https://mirror.gcr.io
1205
1205
  variables:
1206
- DOCKER_HOST: tcp://0.0.0.0:2375
1206
+ DOCKER_HOST: tcp://docker:2375
1207
1207
  DOCKER_TLS_CERTDIR: ''
1208
1208
  DOCKER_DRIVER: overlay2
1209
1209
  DOCKER_BUILDKIT: '1'
@@ -168,7 +168,7 @@ before_script:
168
168
  - --tls=false
169
169
  - --registry-mirror=https://mirror.gcr.io
170
170
  variables:
171
- DOCKER_HOST: tcp://0.0.0.0:2375
171
+ DOCKER_HOST: tcp://docker:2375
172
172
  DOCKER_TLS_CERTDIR: ''
173
173
  DOCKER_DRIVER: overlay2
174
174
  DOCKER_BUILDKIT: '1'
@@ -456,7 +456,7 @@ before_script:
456
456
  - --tls=false
457
457
  - --registry-mirror=https://mirror.gcr.io
458
458
  variables:
459
- DOCKER_HOST: tcp://0.0.0.0:2375
459
+ DOCKER_HOST: tcp://docker:2375
460
460
  DOCKER_TLS_CERTDIR: ''
461
461
  DOCKER_DRIVER: overlay2
462
462
  DOCKER_BUILDKIT: '1'
@@ -750,7 +750,7 @@ before_script:
750
750
  - --tls=false
751
751
  - --registry-mirror=https://mirror.gcr.io
752
752
  variables:
753
- DOCKER_HOST: tcp://0.0.0.0:2375
753
+ DOCKER_HOST: tcp://docker:2375
754
754
  DOCKER_TLS_CERTDIR: ''
755
755
  DOCKER_DRIVER: overlay2
756
756
  DOCKER_BUILDKIT: '1'
@@ -1037,7 +1037,7 @@ before_script:
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'
@@ -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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  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'
@@ -560,7 +560,7 @@ api 🧪 test:
560
560
  - --tls=false
561
561
  - --registry-mirror=https://mirror.gcr.io
562
562
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
563
+ DOCKER_HOST: tcp://docker:2375
564
564
  DOCKER_TLS_CERTDIR: ''
565
565
  DOCKER_DRIVER: overlay2
566
566
  DOCKER_BUILDKIT: '1'
@@ -860,7 +860,7 @@ api 🧪 test:
860
860
  - --tls=false
861
861
  - --registry-mirror=https://mirror.gcr.io
862
862
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
863
+ DOCKER_HOST: tcp://docker:2375
864
864
  DOCKER_TLS_CERTDIR: ''
865
865
  DOCKER_DRIVER: overlay2
866
866
  DOCKER_BUILDKIT: '1'
@@ -1147,7 +1147,7 @@ api 🧪 test:
1147
1147
  - --tls=false
1148
1148
  - --registry-mirror=https://mirror.gcr.io
1149
1149
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1150
+ DOCKER_HOST: tcp://docker:2375
1151
1151
  DOCKER_TLS_CERTDIR: ''
1152
1152
  DOCKER_DRIVER: overlay2
1153
1153
  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'
@@ -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'
@@ -1035,7 +1035,7 @@ api 🧪 test:
1035
1035
  - --tls=false
1036
1036
  - --registry-mirror=https://mirror.gcr.io
1037
1037
  variables:
1038
- DOCKER_HOST: tcp://0.0.0.0:2375
1038
+ DOCKER_HOST: tcp://docker:2375
1039
1039
  DOCKER_TLS_CERTDIR: ''
1040
1040
  DOCKER_DRIVER: overlay2
1041
1041
  DOCKER_BUILDKIT: '1'
@@ -1400,7 +1400,7 @@ api 🧪 test:
1400
1400
  - --tls=false
1401
1401
  - --registry-mirror=https://mirror.gcr.io
1402
1402
  variables:
1403
- DOCKER_HOST: tcp://0.0.0.0:2375
1403
+ DOCKER_HOST: tcp://docker:2375
1404
1404
  DOCKER_TLS_CERTDIR: ''
1405
1405
  DOCKER_DRIVER: overlay2
1406
1406
  DOCKER_BUILDKIT: '1'