@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
@@ -289,7 +289,7 @@ app1 🧪 test:
289
289
  - --tls=false
290
290
  - --registry-mirror=https://mirror.gcr.io
291
291
  variables:
292
- DOCKER_HOST: tcp://0.0.0.0:2375
292
+ DOCKER_HOST: tcp://docker:2375
293
293
  DOCKER_TLS_CERTDIR: ''
294
294
  DOCKER_DRIVER: overlay2
295
295
  DOCKER_BUILDKIT: '1'
@@ -631,7 +631,7 @@ app1 🧪 test:
631
631
  - --tls=false
632
632
  - --registry-mirror=https://mirror.gcr.io
633
633
  variables:
634
- DOCKER_HOST: tcp://0.0.0.0:2375
634
+ DOCKER_HOST: tcp://docker:2375
635
635
  DOCKER_TLS_CERTDIR: ''
636
636
  DOCKER_DRIVER: overlay2
637
637
  DOCKER_BUILDKIT: '1'
@@ -979,7 +979,7 @@ app1 🧪 test:
979
979
  - --tls=false
980
980
  - --registry-mirror=https://mirror.gcr.io
981
981
  variables:
982
- DOCKER_HOST: tcp://0.0.0.0:2375
982
+ DOCKER_HOST: tcp://docker:2375
983
983
  DOCKER_TLS_CERTDIR: ''
984
984
  DOCKER_DRIVER: overlay2
985
985
  DOCKER_BUILDKIT: '1'
@@ -1314,7 +1314,7 @@ app1 🧪 test:
1314
1314
  - --tls=false
1315
1315
  - --registry-mirror=https://mirror.gcr.io
1316
1316
  variables:
1317
- DOCKER_HOST: tcp://0.0.0.0:2375
1317
+ DOCKER_HOST: tcp://docker:2375
1318
1318
  DOCKER_TLS_CERTDIR: ''
1319
1319
  DOCKER_DRIVER: overlay2
1320
1320
  DOCKER_BUILDKIT: '1'
@@ -1757,7 +1757,7 @@ app2 🧪 test:
1757
1757
  - --tls=false
1758
1758
  - --registry-mirror=https://mirror.gcr.io
1759
1759
  variables:
1760
- DOCKER_HOST: tcp://0.0.0.0:2375
1760
+ DOCKER_HOST: tcp://docker:2375
1761
1761
  DOCKER_TLS_CERTDIR: ''
1762
1762
  DOCKER_DRIVER: overlay2
1763
1763
  DOCKER_BUILDKIT: '1'
@@ -2119,7 +2119,7 @@ app2 🧪 test:
2119
2119
  - --tls=false
2120
2120
  - --registry-mirror=https://mirror.gcr.io
2121
2121
  variables:
2122
- DOCKER_HOST: tcp://0.0.0.0:2375
2122
+ DOCKER_HOST: tcp://docker:2375
2123
2123
  DOCKER_TLS_CERTDIR: ''
2124
2124
  DOCKER_DRIVER: overlay2
2125
2125
  DOCKER_BUILDKIT: '1'
@@ -2487,7 +2487,7 @@ app2 🧪 test:
2487
2487
  - --tls=false
2488
2488
  - --registry-mirror=https://mirror.gcr.io
2489
2489
  variables:
2490
- DOCKER_HOST: tcp://0.0.0.0:2375
2490
+ DOCKER_HOST: tcp://docker:2375
2491
2491
  DOCKER_TLS_CERTDIR: ''
2492
2492
  DOCKER_DRIVER: overlay2
2493
2493
  DOCKER_BUILDKIT: '1'
@@ -2842,7 +2842,7 @@ app2 🧪 test:
2842
2842
  - --tls=false
2843
2843
  - --registry-mirror=https://mirror.gcr.io
2844
2844
  variables:
2845
- DOCKER_HOST: tcp://0.0.0.0:2375
2845
+ DOCKER_HOST: tcp://docker:2375
2846
2846
  DOCKER_TLS_CERTDIR: ''
2847
2847
  DOCKER_DRIVER: overlay2
2848
2848
  DOCKER_BUILDKIT: '1'
@@ -3330,7 +3330,7 @@ kube 🧪 test:
3330
3330
  - --tls=false
3331
3331
  - --registry-mirror=https://mirror.gcr.io
3332
3332
  variables:
3333
- DOCKER_HOST: tcp://0.0.0.0:2375
3333
+ DOCKER_HOST: tcp://docker:2375
3334
3334
  DOCKER_TLS_CERTDIR: ''
3335
3335
  DOCKER_DRIVER: overlay2
3336
3336
  DOCKER_BUILDKIT: '1'
@@ -3918,7 +3918,7 @@ kube 🧪 test:
3918
3918
  - --tls=false
3919
3919
  - --registry-mirror=https://mirror.gcr.io
3920
3920
  variables:
3921
- DOCKER_HOST: tcp://0.0.0.0:2375
3921
+ DOCKER_HOST: tcp://docker:2375
3922
3922
  DOCKER_TLS_CERTDIR: ''
3923
3923
  DOCKER_DRIVER: overlay2
3924
3924
  DOCKER_BUILDKIT: '1'
@@ -4507,7 +4507,7 @@ kube 🧪 test:
4507
4507
  - --tls=false
4508
4508
  - --registry-mirror=https://mirror.gcr.io
4509
4509
  variables:
4510
- DOCKER_HOST: tcp://0.0.0.0:2375
4510
+ DOCKER_HOST: tcp://docker:2375
4511
4511
  DOCKER_TLS_CERTDIR: ''
4512
4512
  DOCKER_DRIVER: overlay2
4513
4513
  DOCKER_BUILDKIT: '1'
@@ -5088,7 +5088,7 @@ kube 🧪 test:
5088
5088
  - --tls=false
5089
5089
  - --registry-mirror=https://mirror.gcr.io
5090
5090
  variables:
5091
- DOCKER_HOST: tcp://0.0.0.0:2375
5091
+ DOCKER_HOST: tcp://docker:2375
5092
5092
  DOCKER_TLS_CERTDIR: ''
5093
5093
  DOCKER_DRIVER: overlay2
5094
5094
  DOCKER_BUILDKIT: '1'
@@ -1070,7 +1070,7 @@ api 🧪 test:
1070
1070
  - --tls=false
1071
1071
  - --registry-mirror=https://mirror.gcr.io
1072
1072
  variables:
1073
- DOCKER_HOST: tcp://0.0.0.0:2375
1073
+ DOCKER_HOST: tcp://docker:2375
1074
1074
  DOCKER_TLS_CERTDIR: ''
1075
1075
  DOCKER_DRIVER: overlay2
1076
1076
  DOCKER_BUILDKIT: '1'
@@ -1364,7 +1364,7 @@ api 🧪 test:
1364
1364
  - --tls=false
1365
1365
  - --registry-mirror=https://mirror.gcr.io
1366
1366
  variables:
1367
- DOCKER_HOST: tcp://0.0.0.0:2375
1367
+ DOCKER_HOST: tcp://docker:2375
1368
1368
  DOCKER_TLS_CERTDIR: ''
1369
1369
  DOCKER_DRIVER: overlay2
1370
1370
  DOCKER_BUILDKIT: '1'
@@ -1664,7 +1664,7 @@ api 🧪 test:
1664
1664
  - --tls=false
1665
1665
  - --registry-mirror=https://mirror.gcr.io
1666
1666
  variables:
1667
- DOCKER_HOST: tcp://0.0.0.0:2375
1667
+ DOCKER_HOST: tcp://docker:2375
1668
1668
  DOCKER_TLS_CERTDIR: ''
1669
1669
  DOCKER_DRIVER: overlay2
1670
1670
  DOCKER_BUILDKIT: '1'
@@ -1951,7 +1951,7 @@ api 🧪 test:
1951
1951
  - --tls=false
1952
1952
  - --registry-mirror=https://mirror.gcr.io
1953
1953
  variables:
1954
- DOCKER_HOST: tcp://0.0.0.0:2375
1954
+ DOCKER_HOST: tcp://docker:2375
1955
1955
  DOCKER_TLS_CERTDIR: ''
1956
1956
  DOCKER_DRIVER: overlay2
1957
1957
  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'
@@ -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 @@ 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'
@@ -562,7 +562,7 @@ www 🧪 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 @@ www 🧪 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 @@ www 🧪 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'
@@ -268,7 +268,7 @@ my-app 🧪 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'
@@ -569,7 +569,7 @@ my-app 🧪 test:
569
569
  - --tls=false
570
570
  - --registry-mirror=https://mirror.gcr.io
571
571
  variables:
572
- DOCKER_HOST: tcp://0.0.0.0:2375
572
+ DOCKER_HOST: tcp://docker:2375
573
573
  DOCKER_TLS_CERTDIR: ''
574
574
  DOCKER_DRIVER: overlay2
575
575
  DOCKER_BUILDKIT: '1'
@@ -877,7 +877,7 @@ my-app 🧪 test:
877
877
  - --tls=false
878
878
  - --registry-mirror=https://mirror.gcr.io
879
879
  variables:
880
- DOCKER_HOST: tcp://0.0.0.0:2375
880
+ DOCKER_HOST: tcp://docker:2375
881
881
  DOCKER_TLS_CERTDIR: ''
882
882
  DOCKER_DRIVER: overlay2
883
883
  DOCKER_BUILDKIT: '1'
@@ -1169,7 +1169,7 @@ my-app 🧪 test:
1169
1169
  - --tls=false
1170
1170
  - --registry-mirror=https://mirror.gcr.io
1171
1171
  variables:
1172
- DOCKER_HOST: tcp://0.0.0.0:2375
1172
+ DOCKER_HOST: tcp://docker:2375
1173
1173
  DOCKER_TLS_CERTDIR: ''
1174
1174
  DOCKER_DRIVER: overlay2
1175
1175
  DOCKER_BUILDKIT: '1'
@@ -147,7 +147,7 @@ app 🧪 test:
147
147
  - --tls=false
148
148
  - --registry-mirror=https://mirror.gcr.io
149
149
  variables:
150
- DOCKER_HOST: tcp://0.0.0.0:2375
150
+ DOCKER_HOST: tcp://docker:2375
151
151
  DOCKER_TLS_CERTDIR: ''
152
152
  DOCKER_DRIVER: overlay2
153
153
  DOCKER_BUILDKIT: '1'
@@ -468,7 +468,7 @@ app 🧪 test:
468
468
  - --tls=false
469
469
  - --registry-mirror=https://mirror.gcr.io
470
470
  variables:
471
- DOCKER_HOST: tcp://0.0.0.0:2375
471
+ DOCKER_HOST: tcp://docker:2375
472
472
  DOCKER_TLS_CERTDIR: ''
473
473
  DOCKER_DRIVER: overlay2
474
474
  DOCKER_BUILDKIT: '1'
@@ -795,7 +795,7 @@ app 🧪 test:
795
795
  - --tls=false
796
796
  - --registry-mirror=https://mirror.gcr.io
797
797
  variables:
798
- DOCKER_HOST: tcp://0.0.0.0:2375
798
+ DOCKER_HOST: tcp://docker:2375
799
799
  DOCKER_TLS_CERTDIR: ''
800
800
  DOCKER_DRIVER: overlay2
801
801
  DOCKER_BUILDKIT: '1'
@@ -1109,7 +1109,7 @@ app 🧪 test:
1109
1109
  - --tls=false
1110
1110
  - --registry-mirror=https://mirror.gcr.io
1111
1111
  variables:
1112
- DOCKER_HOST: tcp://0.0.0.0:2375
1112
+ DOCKER_HOST: tcp://docker:2375
1113
1113
  DOCKER_TLS_CERTDIR: ''
1114
1114
  DOCKER_DRIVER: overlay2
1115
1115
  DOCKER_BUILDKIT: '1'
@@ -147,7 +147,7 @@ app 🧪 test:
147
147
  - --tls=false
148
148
  - --registry-mirror=https://mirror.gcr.io
149
149
  variables:
150
- DOCKER_HOST: tcp://0.0.0.0:2375
150
+ DOCKER_HOST: tcp://docker:2375
151
151
  DOCKER_TLS_CERTDIR: ''
152
152
  DOCKER_DRIVER: overlay2
153
153
  DOCKER_BUILDKIT: '1'
@@ -464,7 +464,7 @@ app 🧪 test:
464
464
  - --tls=false
465
465
  - --registry-mirror=https://mirror.gcr.io
466
466
  variables:
467
- DOCKER_HOST: tcp://0.0.0.0:2375
467
+ DOCKER_HOST: tcp://docker:2375
468
468
  DOCKER_TLS_CERTDIR: ''
469
469
  DOCKER_DRIVER: overlay2
470
470
  DOCKER_BUILDKIT: '1'
@@ -787,7 +787,7 @@ app 🧪 test:
787
787
  - --tls=false
788
788
  - --registry-mirror=https://mirror.gcr.io
789
789
  variables:
790
- DOCKER_HOST: tcp://0.0.0.0:2375
790
+ DOCKER_HOST: tcp://docker:2375
791
791
  DOCKER_TLS_CERTDIR: ''
792
792
  DOCKER_DRIVER: overlay2
793
793
  DOCKER_BUILDKIT: '1'
@@ -1097,7 +1097,7 @@ app 🧪 test:
1097
1097
  - --tls=false
1098
1098
  - --registry-mirror=https://mirror.gcr.io
1099
1099
  variables:
1100
- DOCKER_HOST: tcp://0.0.0.0:2375
1100
+ DOCKER_HOST: tcp://docker:2375
1101
1101
  DOCKER_TLS_CERTDIR: ''
1102
1102
  DOCKER_DRIVER: overlay2
1103
1103
  DOCKER_BUILDKIT: '1'
@@ -276,7 +276,7 @@ app1 🧪 test:
276
276
  - --tls=false
277
277
  - --registry-mirror=https://mirror.gcr.io
278
278
  variables:
279
- DOCKER_HOST: tcp://0.0.0.0:2375
279
+ DOCKER_HOST: tcp://docker:2375
280
280
  DOCKER_TLS_CERTDIR: ''
281
281
  DOCKER_DRIVER: overlay2
282
282
  DOCKER_BUILDKIT: '1'
@@ -595,7 +595,7 @@ app1 🧪 test:
595
595
  - --tls=false
596
596
  - --registry-mirror=https://mirror.gcr.io
597
597
  variables:
598
- DOCKER_HOST: tcp://0.0.0.0:2375
598
+ DOCKER_HOST: tcp://docker:2375
599
599
  DOCKER_TLS_CERTDIR: ''
600
600
  DOCKER_DRIVER: overlay2
601
601
  DOCKER_BUILDKIT: '1'
@@ -920,7 +920,7 @@ app1 🧪 test:
920
920
  - --tls=false
921
921
  - --registry-mirror=https://mirror.gcr.io
922
922
  variables:
923
- DOCKER_HOST: tcp://0.0.0.0:2375
923
+ DOCKER_HOST: tcp://docker:2375
924
924
  DOCKER_TLS_CERTDIR: ''
925
925
  DOCKER_DRIVER: overlay2
926
926
  DOCKER_BUILDKIT: '1'
@@ -1232,7 +1232,7 @@ app1 🧪 test:
1232
1232
  - --tls=false
1233
1233
  - --registry-mirror=https://mirror.gcr.io
1234
1234
  variables:
1235
- DOCKER_HOST: tcp://0.0.0.0:2375
1235
+ DOCKER_HOST: tcp://docker:2375
1236
1236
  DOCKER_TLS_CERTDIR: ''
1237
1237
  DOCKER_DRIVER: overlay2
1238
1238
  DOCKER_BUILDKIT: '1'
@@ -1646,7 +1646,7 @@ app2 🧪 test:
1646
1646
  - --tls=false
1647
1647
  - --registry-mirror=https://mirror.gcr.io
1648
1648
  variables:
1649
- DOCKER_HOST: tcp://0.0.0.0:2375
1649
+ DOCKER_HOST: tcp://docker:2375
1650
1650
  DOCKER_TLS_CERTDIR: ''
1651
1651
  DOCKER_DRIVER: overlay2
1652
1652
  DOCKER_BUILDKIT: '1'
@@ -1975,7 +1975,7 @@ app2 🧪 test:
1975
1975
  - --tls=false
1976
1976
  - --registry-mirror=https://mirror.gcr.io
1977
1977
  variables:
1978
- DOCKER_HOST: tcp://0.0.0.0:2375
1978
+ DOCKER_HOST: tcp://docker:2375
1979
1979
  DOCKER_TLS_CERTDIR: ''
1980
1980
  DOCKER_DRIVER: overlay2
1981
1981
  DOCKER_BUILDKIT: '1'
@@ -2310,7 +2310,7 @@ app2 🧪 test:
2310
2310
  - --tls=false
2311
2311
  - --registry-mirror=https://mirror.gcr.io
2312
2312
  variables:
2313
- DOCKER_HOST: tcp://0.0.0.0:2375
2313
+ DOCKER_HOST: tcp://docker:2375
2314
2314
  DOCKER_TLS_CERTDIR: ''
2315
2315
  DOCKER_DRIVER: overlay2
2316
2316
  DOCKER_BUILDKIT: '1'
@@ -2632,7 +2632,7 @@ app2 🧪 test:
2632
2632
  - --tls=false
2633
2633
  - --registry-mirror=https://mirror.gcr.io
2634
2634
  variables:
2635
- DOCKER_HOST: tcp://0.0.0.0:2375
2635
+ DOCKER_HOST: tcp://docker:2375
2636
2636
  DOCKER_TLS_CERTDIR: ''
2637
2637
  DOCKER_DRIVER: overlay2
2638
2638
  DOCKER_BUILDKIT: '1'
@@ -3046,7 +3046,7 @@ app3 🧪 test:
3046
3046
  - --tls=false
3047
3047
  - --registry-mirror=https://mirror.gcr.io
3048
3048
  variables:
3049
- DOCKER_HOST: tcp://0.0.0.0:2375
3049
+ DOCKER_HOST: tcp://docker:2375
3050
3050
  DOCKER_TLS_CERTDIR: ''
3051
3051
  DOCKER_DRIVER: overlay2
3052
3052
  DOCKER_BUILDKIT: '1'
@@ -3455,7 +3455,7 @@ app3 🧪 test:
3455
3455
  - --tls=false
3456
3456
  - --registry-mirror=https://mirror.gcr.io
3457
3457
  variables:
3458
- DOCKER_HOST: tcp://0.0.0.0:2375
3458
+ DOCKER_HOST: tcp://docker:2375
3459
3459
  DOCKER_TLS_CERTDIR: ''
3460
3460
  DOCKER_DRIVER: overlay2
3461
3461
  DOCKER_BUILDKIT: '1'
@@ -3865,7 +3865,7 @@ app3 🧪 test:
3865
3865
  - --tls=false
3866
3866
  - --registry-mirror=https://mirror.gcr.io
3867
3867
  variables:
3868
- DOCKER_HOST: tcp://0.0.0.0:2375
3868
+ DOCKER_HOST: tcp://docker:2375
3869
3869
  DOCKER_TLS_CERTDIR: ''
3870
3870
  DOCKER_DRIVER: overlay2
3871
3871
  DOCKER_BUILDKIT: '1'
@@ -4267,7 +4267,7 @@ app3 🧪 test:
4267
4267
  - --tls=false
4268
4268
  - --registry-mirror=https://mirror.gcr.io
4269
4269
  variables:
4270
- DOCKER_HOST: tcp://0.0.0.0:2375
4270
+ DOCKER_HOST: tcp://docker:2375
4271
4271
  DOCKER_TLS_CERTDIR: ''
4272
4272
  DOCKER_DRIVER: overlay2
4273
4273
  DOCKER_BUILDKIT: '1'
@@ -546,7 +546,7 @@ before_script:
546
546
  - --tls=false
547
547
  - --registry-mirror=https://mirror.gcr.io
548
548
  variables:
549
- DOCKER_HOST: tcp://0.0.0.0:2375
549
+ DOCKER_HOST: tcp://docker:2375
550
550
  DOCKER_TLS_CERTDIR: ''
551
551
  DOCKER_DRIVER: overlay2
552
552
  DOCKER_BUILDKIT: '1'
@@ -759,7 +759,7 @@ before_script:
759
759
  - --tls=false
760
760
  - --registry-mirror=https://mirror.gcr.io
761
761
  variables:
762
- DOCKER_HOST: tcp://0.0.0.0:2375
762
+ DOCKER_HOST: tcp://docker:2375
763
763
  DOCKER_TLS_CERTDIR: ''
764
764
  DOCKER_DRIVER: overlay2
765
765
  DOCKER_BUILDKIT: '1'
@@ -978,7 +978,7 @@ before_script:
978
978
  - --tls=false
979
979
  - --registry-mirror=https://mirror.gcr.io
980
980
  variables:
981
- DOCKER_HOST: tcp://0.0.0.0:2375
981
+ DOCKER_HOST: tcp://docker:2375
982
982
  DOCKER_TLS_CERTDIR: ''
983
983
  DOCKER_DRIVER: overlay2
984
984
  DOCKER_BUILDKIT: '1'
@@ -1184,7 +1184,7 @@ before_script:
1184
1184
  - --tls=false
1185
1185
  - --registry-mirror=https://mirror.gcr.io
1186
1186
  variables:
1187
- DOCKER_HOST: tcp://0.0.0.0:2375
1187
+ DOCKER_HOST: tcp://docker:2375
1188
1188
  DOCKER_TLS_CERTDIR: ''
1189
1189
  DOCKER_DRIVER: overlay2
1190
1190
  DOCKER_BUILDKIT: '1'
@@ -1390,7 +1390,7 @@ before_script:
1390
1390
  - --tls=false
1391
1391
  - --registry-mirror=https://mirror.gcr.io
1392
1392
  variables:
1393
- DOCKER_HOST: tcp://0.0.0.0:2375
1393
+ DOCKER_HOST: tcp://docker:2375
1394
1394
  DOCKER_TLS_CERTDIR: ''
1395
1395
  DOCKER_DRIVER: overlay2
1396
1396
  DOCKER_BUILDKIT: '1'
@@ -1606,7 +1606,7 @@ before_script:
1606
1606
  - --tls=false
1607
1607
  - --registry-mirror=https://mirror.gcr.io
1608
1608
  variables:
1609
- DOCKER_HOST: tcp://0.0.0.0:2375
1609
+ DOCKER_HOST: tcp://docker:2375
1610
1610
  DOCKER_TLS_CERTDIR: ''
1611
1611
  DOCKER_DRIVER: overlay2
1612
1612
  DOCKER_BUILDKIT: '1'
@@ -1828,7 +1828,7 @@ before_script:
1828
1828
  - --tls=false
1829
1829
  - --registry-mirror=https://mirror.gcr.io
1830
1830
  variables:
1831
- DOCKER_HOST: tcp://0.0.0.0:2375
1831
+ DOCKER_HOST: tcp://docker:2375
1832
1832
  DOCKER_TLS_CERTDIR: ''
1833
1833
  DOCKER_DRIVER: overlay2
1834
1834
  DOCKER_BUILDKIT: '1'
@@ -2037,7 +2037,7 @@ before_script:
2037
2037
  - --tls=false
2038
2038
  - --registry-mirror=https://mirror.gcr.io
2039
2039
  variables:
2040
- DOCKER_HOST: tcp://0.0.0.0:2375
2040
+ DOCKER_HOST: tcp://docker:2375
2041
2041
  DOCKER_TLS_CERTDIR: ''
2042
2042
  DOCKER_DRIVER: overlay2
2043
2043
  DOCKER_BUILDKIT: '1'
@@ -538,7 +538,7 @@ before_script:
538
538
  - --tls=false
539
539
  - --registry-mirror=https://mirror.gcr.io
540
540
  variables:
541
- DOCKER_HOST: tcp://0.0.0.0:2375
541
+ DOCKER_HOST: tcp://docker:2375
542
542
  DOCKER_TLS_CERTDIR: ''
543
543
  DOCKER_DRIVER: overlay2
544
544
  DOCKER_BUILDKIT: '1'
@@ -751,7 +751,7 @@ before_script:
751
751
  - --tls=false
752
752
  - --registry-mirror=https://mirror.gcr.io
753
753
  variables:
754
- DOCKER_HOST: tcp://0.0.0.0:2375
754
+ DOCKER_HOST: tcp://docker:2375
755
755
  DOCKER_TLS_CERTDIR: ''
756
756
  DOCKER_DRIVER: overlay2
757
757
  DOCKER_BUILDKIT: '1'
@@ -970,7 +970,7 @@ before_script:
970
970
  - --tls=false
971
971
  - --registry-mirror=https://mirror.gcr.io
972
972
  variables:
973
- DOCKER_HOST: tcp://0.0.0.0:2375
973
+ DOCKER_HOST: tcp://docker:2375
974
974
  DOCKER_TLS_CERTDIR: ''
975
975
  DOCKER_DRIVER: overlay2
976
976
  DOCKER_BUILDKIT: '1'
@@ -1176,7 +1176,7 @@ before_script:
1176
1176
  - --tls=false
1177
1177
  - --registry-mirror=https://mirror.gcr.io
1178
1178
  variables:
1179
- DOCKER_HOST: tcp://0.0.0.0:2375
1179
+ DOCKER_HOST: tcp://docker:2375
1180
1180
  DOCKER_TLS_CERTDIR: ''
1181
1181
  DOCKER_DRIVER: overlay2
1182
1182
  DOCKER_BUILDKIT: '1'
@@ -1382,7 +1382,7 @@ before_script:
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'
@@ -1598,7 +1598,7 @@ before_script:
1598
1598
  - --tls=false
1599
1599
  - --registry-mirror=https://mirror.gcr.io
1600
1600
  variables:
1601
- DOCKER_HOST: tcp://0.0.0.0:2375
1601
+ DOCKER_HOST: tcp://docker:2375
1602
1602
  DOCKER_TLS_CERTDIR: ''
1603
1603
  DOCKER_DRIVER: overlay2
1604
1604
  DOCKER_BUILDKIT: '1'
@@ -1820,7 +1820,7 @@ before_script:
1820
1820
  - --tls=false
1821
1821
  - --registry-mirror=https://mirror.gcr.io
1822
1822
  variables:
1823
- DOCKER_HOST: tcp://0.0.0.0:2375
1823
+ DOCKER_HOST: tcp://docker:2375
1824
1824
  DOCKER_TLS_CERTDIR: ''
1825
1825
  DOCKER_DRIVER: overlay2
1826
1826
  DOCKER_BUILDKIT: '1'
@@ -2029,7 +2029,7 @@ before_script:
2029
2029
  - --tls=false
2030
2030
  - --registry-mirror=https://mirror.gcr.io
2031
2031
  variables:
2032
- DOCKER_HOST: tcp://0.0.0.0:2375
2032
+ DOCKER_HOST: tcp://docker:2375
2033
2033
  DOCKER_TLS_CERTDIR: ''
2034
2034
  DOCKER_DRIVER: overlay2
2035
2035
  DOCKER_BUILDKIT: '1'
package/package.json CHANGED
@@ -53,7 +53,7 @@
53
53
  }
54
54
  ],
55
55
  "license": "MIT",
56
- "version": "3.8.2",
56
+ "version": "3.8.4",
57
57
  "scripts": {
58
58
  "build:tsc": "yarn tsc",
59
59
  "build": "yarn build:compile && yarn build:inline-variables",
@@ -67,7 +67,7 @@ export const requiresDockerBuild = (context: ComponentContext): boolean => {
67
67
 
68
68
  // those need to be runner variables
69
69
  const getDockerBuildRunnerVariables = () => ({
70
- DOCKER_HOST: "tcp://0.0.0.0:2375",
70
+ DOCKER_HOST: "tcp://docker:2375",
71
71
  DOCKER_TLS_CERTDIR: "",
72
72
  DOCKER_DRIVER: "overlay2",
73
73
  DOCKER_BUILDKIT: "1", // see https://docs.docker.com/develop/develop-images/build_enhancements/