@catladder/pipeline 4.0.1 → 4.1.0

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 (56) 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__/automatic-releases.test.ts.snap +4 -4
  5. package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +4 -4
  6. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +4 -4
  7. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +4 -4
  8. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +4 -4
  9. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +4 -4
  10. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +4 -4
  11. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +4 -4
  12. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +4 -4
  13. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +4 -4
  14. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +4 -4
  15. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +4 -4
  16. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +4 -4
  17. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +4 -4
  18. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +4 -4
  19. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +4 -4
  20. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +4 -4
  21. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +4 -4
  22. package/examples/__snapshots__/cloud-run-session-affinity.test.ts.snap +4 -4
  23. package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +4 -4
  24. package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +4 -4
  25. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +4 -4
  26. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +4 -4
  27. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +4 -4
  28. package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +12 -12
  29. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +8 -8
  30. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +4 -4
  31. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +4 -4
  32. package/examples/__snapshots__/cloud-run-worker-pool.test.ts.snap +4 -4
  33. package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +4 -4
  34. package/examples/__snapshots__/custom-build-job.test.ts.snap +4 -4
  35. package/examples/__snapshots__/custom-deploy.test.ts.snap +4 -4
  36. package/examples/__snapshots__/custom-docker-file.test.ts.snap +4 -4
  37. package/examples/__snapshots__/custom-verify-job.test.ts.snap +4 -4
  38. package/examples/__snapshots__/git-submodule.test.ts.snap +4 -4
  39. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +4 -4
  40. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +4 -4
  41. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +8 -8
  42. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +4 -4
  43. package/examples/__snapshots__/local-dot-env.test.ts.snap +4 -4
  44. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +4 -4
  45. package/examples/__snapshots__/multiline-var.test.ts.snap +12 -12
  46. package/examples/__snapshots__/native-app.test.ts.snap +4 -4
  47. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +4 -4
  48. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +4 -4
  49. package/examples/__snapshots__/override-secrets.test.ts.snap +4 -4
  50. package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +4 -4
  51. package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +4 -4
  52. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +12 -12
  53. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +8 -8
  54. package/examples/__snapshots__/workspace-api-www.test.ts.snap +8 -8
  55. package/package.json +1 -1
  56. package/src/build/docker.ts +1 -1
@@ -297,7 +297,7 @@ before_script:
297
297
  stage: build
298
298
  image: path/to/docker/docker-build:the-version
299
299
  services:
300
- - name: docker:24.0.6-dind
300
+ - name: docker:29.5.1-dind
301
301
  command:
302
302
  - --tls=false
303
303
  - --registry-mirror=https://mirror.gcr.io
@@ -699,7 +699,7 @@ before_script:
699
699
  stage: build
700
700
  image: path/to/docker/docker-build:the-version
701
701
  services:
702
- - name: docker:24.0.6-dind
702
+ - name: docker:29.5.1-dind
703
703
  command:
704
704
  - --tls=false
705
705
  - --registry-mirror=https://mirror.gcr.io
@@ -994,7 +994,7 @@ before_script:
994
994
  stage: build
995
995
  image: path/to/docker/docker-build:the-version
996
996
  services:
997
- - name: docker:24.0.6-dind
997
+ - name: docker:29.5.1-dind
998
998
  command:
999
999
  - --tls=false
1000
1000
  - --registry-mirror=https://mirror.gcr.io
@@ -1274,7 +1274,7 @@ before_script:
1274
1274
  stage: build
1275
1275
  image: path/to/docker/docker-build:the-version
1276
1276
  services:
1277
- - name: docker:24.0.6-dind
1277
+ - name: docker:29.5.1-dind
1278
1278
  command:
1279
1279
  - --tls=false
1280
1280
  - --registry-mirror=https://mirror.gcr.io
@@ -293,7 +293,7 @@ before_script:
293
293
  stage: build
294
294
  image: path/to/docker/docker-build:the-version
295
295
  services:
296
- - name: docker:24.0.6-dind
296
+ - name: docker:29.5.1-dind
297
297
  command:
298
298
  - --tls=false
299
299
  - --registry-mirror=https://mirror.gcr.io
@@ -689,7 +689,7 @@ before_script:
689
689
  stage: build
690
690
  image: path/to/docker/docker-build:the-version
691
691
  services:
692
- - name: docker:24.0.6-dind
692
+ - name: docker:29.5.1-dind
693
693
  command:
694
694
  - --tls=false
695
695
  - --registry-mirror=https://mirror.gcr.io
@@ -980,7 +980,7 @@ before_script:
980
980
  stage: build
981
981
  image: path/to/docker/docker-build:the-version
982
982
  services:
983
- - name: docker:24.0.6-dind
983
+ - name: docker:29.5.1-dind
984
984
  command:
985
985
  - --tls=false
986
986
  - --registry-mirror=https://mirror.gcr.io
@@ -1256,7 +1256,7 @@ before_script:
1256
1256
  stage: build
1257
1257
  image: path/to/docker/docker-build:the-version
1258
1258
  services:
1259
- - name: docker:24.0.6-dind
1259
+ - name: docker:29.5.1-dind
1260
1260
  command:
1261
1261
  - --tls=false
1262
1262
  - --registry-mirror=https://mirror.gcr.io
@@ -293,7 +293,7 @@ before_script:
293
293
  stage: build
294
294
  image: path/to/docker/docker-build:the-version
295
295
  services:
296
- - name: docker:24.0.6-dind
296
+ - name: docker:29.5.1-dind
297
297
  command:
298
298
  - --tls=false
299
299
  - --registry-mirror=https://mirror.gcr.io
@@ -689,7 +689,7 @@ before_script:
689
689
  stage: build
690
690
  image: path/to/docker/docker-build:the-version
691
691
  services:
692
- - name: docker:24.0.6-dind
692
+ - name: docker:29.5.1-dind
693
693
  command:
694
694
  - --tls=false
695
695
  - --registry-mirror=https://mirror.gcr.io
@@ -980,7 +980,7 @@ before_script:
980
980
  stage: build
981
981
  image: path/to/docker/docker-build:the-version
982
982
  services:
983
- - name: docker:24.0.6-dind
983
+ - name: docker:29.5.1-dind
984
984
  command:
985
985
  - --tls=false
986
986
  - --registry-mirror=https://mirror.gcr.io
@@ -1256,7 +1256,7 @@ before_script:
1256
1256
  stage: build
1257
1257
  image: path/to/docker/docker-build:the-version
1258
1258
  services:
1259
- - name: docker:24.0.6-dind
1259
+ - name: docker:29.5.1-dind
1260
1260
  command:
1261
1261
  - --tls=false
1262
1262
  - --registry-mirror=https://mirror.gcr.io
@@ -309,7 +309,7 @@ before_script:
309
309
  stage: build
310
310
  image: path/to/docker/docker-build:the-version
311
311
  services:
312
- - name: docker:24.0.6-dind
312
+ - name: docker:29.5.1-dind
313
313
  command:
314
314
  - --tls=false
315
315
  - --registry-mirror=https://mirror.gcr.io
@@ -783,7 +783,7 @@ before_script:
783
783
  stage: build
784
784
  image: path/to/docker/docker-build:the-version
785
785
  services:
786
- - name: docker:24.0.6-dind
786
+ - name: docker:29.5.1-dind
787
787
  command:
788
788
  - --tls=false
789
789
  - --registry-mirror=https://mirror.gcr.io
@@ -1155,7 +1155,7 @@ before_script:
1155
1155
  stage: build
1156
1156
  image: path/to/docker/docker-build:the-version
1157
1157
  services:
1158
- - name: docker:24.0.6-dind
1158
+ - name: docker:29.5.1-dind
1159
1159
  command:
1160
1160
  - --tls=false
1161
1161
  - --registry-mirror=https://mirror.gcr.io
@@ -1509,7 +1509,7 @@ before_script:
1509
1509
  stage: build
1510
1510
  image: path/to/docker/docker-build:the-version
1511
1511
  services:
1512
- - name: docker:24.0.6-dind
1512
+ - name: docker:29.5.1-dind
1513
1513
  command:
1514
1514
  - --tls=false
1515
1515
  - --registry-mirror=https://mirror.gcr.io
@@ -307,7 +307,7 @@ before_script:
307
307
  stage: build
308
308
  image: path/to/docker/docker-build:the-version
309
309
  services:
310
- - name: docker:24.0.6-dind
310
+ - name: docker:29.5.1-dind
311
311
  command:
312
312
  - --tls=false
313
313
  - --registry-mirror=https://mirror.gcr.io
@@ -753,7 +753,7 @@ before_script:
753
753
  stage: build
754
754
  image: path/to/docker/docker-build:the-version
755
755
  services:
756
- - name: docker:24.0.6-dind
756
+ - name: docker:29.5.1-dind
757
757
  command:
758
758
  - --tls=false
759
759
  - --registry-mirror=https://mirror.gcr.io
@@ -1097,7 +1097,7 @@ before_script:
1097
1097
  stage: build
1098
1098
  image: path/to/docker/docker-build:the-version
1099
1099
  services:
1100
- - name: docker:24.0.6-dind
1100
+ - name: docker:29.5.1-dind
1101
1101
  command:
1102
1102
  - --tls=false
1103
1103
  - --registry-mirror=https://mirror.gcr.io
@@ -1423,7 +1423,7 @@ before_script:
1423
1423
  stage: build
1424
1424
  image: path/to/docker/docker-build:the-version
1425
1425
  services:
1426
- - name: docker:24.0.6-dind
1426
+ - name: docker:29.5.1-dind
1427
1427
  command:
1428
1428
  - --tls=false
1429
1429
  - --registry-mirror=https://mirror.gcr.io
@@ -1850,7 +1850,7 @@ before_script:
1850
1850
  stage: build
1851
1851
  image: path/to/docker/docker-build:the-version
1852
1852
  services:
1853
- - name: docker:24.0.6-dind
1853
+ - name: docker:29.5.1-dind
1854
1854
  command:
1855
1855
  - --tls=false
1856
1856
  - --registry-mirror=https://mirror.gcr.io
@@ -2296,7 +2296,7 @@ before_script:
2296
2296
  stage: build
2297
2297
  image: path/to/docker/docker-build:the-version
2298
2298
  services:
2299
- - name: docker:24.0.6-dind
2299
+ - name: docker:29.5.1-dind
2300
2300
  command:
2301
2301
  - --tls=false
2302
2302
  - --registry-mirror=https://mirror.gcr.io
@@ -2640,7 +2640,7 @@ before_script:
2640
2640
  stage: build
2641
2641
  image: path/to/docker/docker-build:the-version
2642
2642
  services:
2643
- - name: docker:24.0.6-dind
2643
+ - name: docker:29.5.1-dind
2644
2644
  command:
2645
2645
  - --tls=false
2646
2646
  - --registry-mirror=https://mirror.gcr.io
@@ -2966,7 +2966,7 @@ before_script:
2966
2966
  stage: build
2967
2967
  image: path/to/docker/docker-build:the-version
2968
2968
  services:
2969
- - name: docker:24.0.6-dind
2969
+ - name: docker:29.5.1-dind
2970
2970
  command:
2971
2971
  - --tls=false
2972
2972
  - --registry-mirror=https://mirror.gcr.io
@@ -3393,7 +3393,7 @@ before_script:
3393
3393
  stage: build
3394
3394
  image: path/to/docker/docker-build:the-version
3395
3395
  services:
3396
- - name: docker:24.0.6-dind
3396
+ - name: docker:29.5.1-dind
3397
3397
  command:
3398
3398
  - --tls=false
3399
3399
  - --registry-mirror=https://mirror.gcr.io
@@ -3828,7 +3828,7 @@ before_script:
3828
3828
  stage: build
3829
3829
  image: path/to/docker/docker-build:the-version
3830
3830
  services:
3831
- - name: docker:24.0.6-dind
3831
+ - name: docker:29.5.1-dind
3832
3832
  command:
3833
3833
  - --tls=false
3834
3834
  - --registry-mirror=https://mirror.gcr.io
@@ -4161,7 +4161,7 @@ before_script:
4161
4161
  stage: build
4162
4162
  image: path/to/docker/docker-build:the-version
4163
4163
  services:
4164
- - name: docker:24.0.6-dind
4164
+ - name: docker:29.5.1-dind
4165
4165
  command:
4166
4166
  - --tls=false
4167
4167
  - --registry-mirror=https://mirror.gcr.io
@@ -4476,7 +4476,7 @@ before_script:
4476
4476
  stage: build
4477
4477
  image: path/to/docker/docker-build:the-version
4478
4478
  services:
4479
- - name: docker:24.0.6-dind
4479
+ - name: docker:29.5.1-dind
4480
4480
  command:
4481
4481
  - --tls=false
4482
4482
  - --registry-mirror=https://mirror.gcr.io
@@ -305,7 +305,7 @@ before_script:
305
305
  stage: build
306
306
  image: path/to/docker/docker-build:the-version
307
307
  services:
308
- - name: docker:24.0.6-dind
308
+ - name: docker:29.5.1-dind
309
309
  command:
310
310
  - --tls=false
311
311
  - --registry-mirror=https://mirror.gcr.io
@@ -735,7 +735,7 @@ before_script:
735
735
  stage: build
736
736
  image: path/to/docker/docker-build:the-version
737
737
  services:
738
- - name: docker:24.0.6-dind
738
+ - name: docker:29.5.1-dind
739
739
  command:
740
740
  - --tls=false
741
741
  - --registry-mirror=https://mirror.gcr.io
@@ -1063,7 +1063,7 @@ before_script:
1063
1063
  stage: build
1064
1064
  image: path/to/docker/docker-build:the-version
1065
1065
  services:
1066
- - name: docker:24.0.6-dind
1066
+ - name: docker:29.5.1-dind
1067
1067
  command:
1068
1068
  - --tls=false
1069
1069
  - --registry-mirror=https://mirror.gcr.io
@@ -1373,7 +1373,7 @@ before_script:
1373
1373
  stage: build
1374
1374
  image: path/to/docker/docker-build:the-version
1375
1375
  services:
1376
- - name: docker:24.0.6-dind
1376
+ - name: docker:29.5.1-dind
1377
1377
  command:
1378
1378
  - --tls=false
1379
1379
  - --registry-mirror=https://mirror.gcr.io
@@ -1784,7 +1784,7 @@ before_script:
1784
1784
  stage: build
1785
1785
  image: path/to/docker/docker-build:the-version
1786
1786
  services:
1787
- - name: docker:24.0.6-dind
1787
+ - name: docker:29.5.1-dind
1788
1788
  command:
1789
1789
  - --tls=false
1790
1790
  - --registry-mirror=https://mirror.gcr.io
@@ -2214,7 +2214,7 @@ before_script:
2214
2214
  stage: build
2215
2215
  image: path/to/docker/docker-build:the-version
2216
2216
  services:
2217
- - name: docker:24.0.6-dind
2217
+ - name: docker:29.5.1-dind
2218
2218
  command:
2219
2219
  - --tls=false
2220
2220
  - --registry-mirror=https://mirror.gcr.io
@@ -2542,7 +2542,7 @@ before_script:
2542
2542
  stage: build
2543
2543
  image: path/to/docker/docker-build:the-version
2544
2544
  services:
2545
- - name: docker:24.0.6-dind
2545
+ - name: docker:29.5.1-dind
2546
2546
  command:
2547
2547
  - --tls=false
2548
2548
  - --registry-mirror=https://mirror.gcr.io
@@ -2852,7 +2852,7 @@ before_script:
2852
2852
  stage: build
2853
2853
  image: path/to/docker/docker-build:the-version
2854
2854
  services:
2855
- - name: docker:24.0.6-dind
2855
+ - name: docker:29.5.1-dind
2856
2856
  command:
2857
2857
  - --tls=false
2858
2858
  - --registry-mirror=https://mirror.gcr.io
@@ -311,7 +311,7 @@ before_script:
311
311
  stage: build
312
312
  image: path/to/docker/docker-build:the-version
313
313
  services:
314
- - name: docker:24.0.6-dind
314
+ - name: docker:29.5.1-dind
315
315
  command:
316
316
  - --tls=false
317
317
  - --registry-mirror=https://mirror.gcr.io
@@ -817,7 +817,7 @@ before_script:
817
817
  stage: build
818
818
  image: path/to/docker/docker-build:the-version
819
819
  services:
820
- - name: docker:24.0.6-dind
820
+ - name: docker:29.5.1-dind
821
821
  command:
822
822
  - --tls=false
823
823
  - --registry-mirror=https://mirror.gcr.io
@@ -1213,7 +1213,7 @@ before_script:
1213
1213
  stage: build
1214
1214
  image: path/to/docker/docker-build:the-version
1215
1215
  services:
1216
- - name: docker:24.0.6-dind
1216
+ - name: docker:29.5.1-dind
1217
1217
  command:
1218
1218
  - --tls=false
1219
1219
  - --registry-mirror=https://mirror.gcr.io
@@ -1597,7 +1597,7 @@ before_script:
1597
1597
  stage: build
1598
1598
  image: path/to/docker/docker-build:the-version
1599
1599
  services:
1600
- - name: docker:24.0.6-dind
1600
+ - name: docker:29.5.1-dind
1601
1601
  command:
1602
1602
  - --tls=false
1603
1603
  - --registry-mirror=https://mirror.gcr.io
@@ -293,7 +293,7 @@ before_script:
293
293
  stage: build
294
294
  image: path/to/docker/docker-build:the-version
295
295
  services:
296
- - name: docker:24.0.6-dind
296
+ - name: docker:29.5.1-dind
297
297
  command:
298
298
  - --tls=false
299
299
  - --registry-mirror=https://mirror.gcr.io
@@ -691,7 +691,7 @@ before_script:
691
691
  stage: build
692
692
  image: path/to/docker/docker-build:the-version
693
693
  services:
694
- - name: docker:24.0.6-dind
694
+ - name: docker:29.5.1-dind
695
695
  command:
696
696
  - --tls=false
697
697
  - --registry-mirror=https://mirror.gcr.io
@@ -982,7 +982,7 @@ before_script:
982
982
  stage: build
983
983
  image: path/to/docker/docker-build:the-version
984
984
  services:
985
- - name: docker:24.0.6-dind
985
+ - name: docker:29.5.1-dind
986
986
  command:
987
987
  - --tls=false
988
988
  - --registry-mirror=https://mirror.gcr.io
@@ -1260,7 +1260,7 @@ before_script:
1260
1260
  stage: build
1261
1261
  image: path/to/docker/docker-build:the-version
1262
1262
  services:
1263
- - name: docker:24.0.6-dind
1263
+ - name: docker:29.5.1-dind
1264
1264
  command:
1265
1265
  - --tls=false
1266
1266
  - --registry-mirror=https://mirror.gcr.io
@@ -293,7 +293,7 @@ before_script:
293
293
  stage: build
294
294
  image: path/to/docker/docker-build:the-version
295
295
  services:
296
- - name: docker:24.0.6-dind
296
+ - name: docker:29.5.1-dind
297
297
  command:
298
298
  - --tls=false
299
299
  - --registry-mirror=https://mirror.gcr.io
@@ -691,7 +691,7 @@ before_script:
691
691
  stage: build
692
692
  image: path/to/docker/docker-build:the-version
693
693
  services:
694
- - name: docker:24.0.6-dind
694
+ - name: docker:29.5.1-dind
695
695
  command:
696
696
  - --tls=false
697
697
  - --registry-mirror=https://mirror.gcr.io
@@ -982,7 +982,7 @@ before_script:
982
982
  stage: build
983
983
  image: path/to/docker/docker-build:the-version
984
984
  services:
985
- - name: docker:24.0.6-dind
985
+ - name: docker:29.5.1-dind
986
986
  command:
987
987
  - --tls=false
988
988
  - --registry-mirror=https://mirror.gcr.io
@@ -1260,7 +1260,7 @@ before_script:
1260
1260
  stage: build
1261
1261
  image: path/to/docker/docker-build:the-version
1262
1262
  services:
1263
- - name: docker:24.0.6-dind
1263
+ - name: docker:29.5.1-dind
1264
1264
  command:
1265
1265
  - --tls=false
1266
1266
  - --registry-mirror=https://mirror.gcr.io
@@ -256,7 +256,7 @@ before_script:
256
256
  stage: build
257
257
  image: path/to/docker/docker-build:the-version
258
258
  services:
259
- - name: docker:24.0.6-dind
259
+ - name: docker:29.5.1-dind
260
260
  command:
261
261
  - --tls=false
262
262
  - --registry-mirror=https://mirror.gcr.io
@@ -587,7 +587,7 @@ before_script:
587
587
  stage: build
588
588
  image: path/to/docker/docker-build:the-version
589
589
  services:
590
- - name: docker:24.0.6-dind
590
+ - name: docker:29.5.1-dind
591
591
  command:
592
592
  - --tls=false
593
593
  - --registry-mirror=https://mirror.gcr.io
@@ -844,7 +844,7 @@ before_script:
844
844
  stage: build
845
845
  image: path/to/docker/docker-build:the-version
846
846
  services:
847
- - name: docker:24.0.6-dind
847
+ - name: docker:29.5.1-dind
848
848
  command:
849
849
  - --tls=false
850
850
  - --registry-mirror=https://mirror.gcr.io
@@ -1088,7 +1088,7 @@ before_script:
1088
1088
  stage: build
1089
1089
  image: path/to/docker/docker-build:the-version
1090
1090
  services:
1091
- - name: docker:24.0.6-dind
1091
+ - name: docker:29.5.1-dind
1092
1092
  command:
1093
1093
  - --tls=false
1094
1094
  - --registry-mirror=https://mirror.gcr.io
@@ -172,7 +172,7 @@ before_script:
172
172
  stage: build
173
173
  image: path/to/docker/docker-build:the-version
174
174
  services:
175
- - name: docker:24.0.6-dind
175
+ - name: docker:29.5.1-dind
176
176
  command:
177
177
  - --tls=false
178
178
  - --registry-mirror=https://mirror.gcr.io
@@ -413,7 +413,7 @@ before_script:
413
413
  stage: build
414
414
  image: path/to/docker/docker-build:the-version
415
415
  services:
416
- - name: docker:24.0.6-dind
416
+ - name: docker:29.5.1-dind
417
417
  command:
418
418
  - --tls=false
419
419
  - --registry-mirror=https://mirror.gcr.io
@@ -660,7 +660,7 @@ before_script:
660
660
  stage: build
661
661
  image: path/to/docker/docker-build:the-version
662
662
  services:
663
- - name: docker:24.0.6-dind
663
+ - name: docker:29.5.1-dind
664
664
  command:
665
665
  - --tls=false
666
666
  - --registry-mirror=https://mirror.gcr.io
@@ -900,7 +900,7 @@ before_script:
900
900
  stage: build
901
901
  image: path/to/docker/docker-build:the-version
902
902
  services:
903
- - name: docker:24.0.6-dind
903
+ - name: docker:29.5.1-dind
904
904
  command:
905
905
  - --tls=false
906
906
  - --registry-mirror=https://mirror.gcr.io
@@ -285,7 +285,7 @@ before_script:
285
285
  stage: build
286
286
  image: path/to/docker/docker-build:the-version
287
287
  services:
288
- - name: docker:24.0.6-dind
288
+ - name: docker:29.5.1-dind
289
289
  command:
290
290
  - --tls=false
291
291
  - --registry-mirror=https://mirror.gcr.io
@@ -591,7 +591,7 @@ before_script:
591
591
  stage: build
592
592
  image: path/to/docker/docker-build:the-version
593
593
  services:
594
- - name: docker:24.0.6-dind
594
+ - name: docker:29.5.1-dind
595
595
  command:
596
596
  - --tls=false
597
597
  - --registry-mirror=https://mirror.gcr.io
@@ -813,7 +813,7 @@ before_script:
813
813
  stage: build
814
814
  image: path/to/docker/docker-build:the-version
815
815
  services:
816
- - name: docker:24.0.6-dind
816
+ - name: docker:29.5.1-dind
817
817
  command:
818
818
  - --tls=false
819
819
  - --registry-mirror=https://mirror.gcr.io
@@ -1000,7 +1000,7 @@ before_script:
1000
1000
  stage: build
1001
1001
  image: path/to/docker/docker-build:the-version
1002
1002
  services:
1003
- - name: docker:24.0.6-dind
1003
+ - name: docker:29.5.1-dind
1004
1004
  command:
1005
1005
  - --tls=false
1006
1006
  - --registry-mirror=https://mirror.gcr.io
@@ -293,7 +293,7 @@ before_script:
293
293
  stage: build
294
294
  image: path/to/docker/docker-build:the-version
295
295
  services:
296
- - name: docker:24.0.6-dind
296
+ - name: docker:29.5.1-dind
297
297
  command:
298
298
  - --tls=false
299
299
  - --registry-mirror=https://mirror.gcr.io
@@ -698,7 +698,7 @@ before_script:
698
698
  stage: build
699
699
  image: path/to/docker/docker-build:the-version
700
700
  services:
701
- - name: docker:24.0.6-dind
701
+ - name: docker:29.5.1-dind
702
702
  command:
703
703
  - --tls=false
704
704
  - --registry-mirror=https://mirror.gcr.io
@@ -998,7 +998,7 @@ before_script:
998
998
  stage: build
999
999
  image: path/to/docker/docker-build:the-version
1000
1000
  services:
1001
- - name: docker:24.0.6-dind
1001
+ - name: docker:29.5.1-dind
1002
1002
  command:
1003
1003
  - --tls=false
1004
1004
  - --registry-mirror=https://mirror.gcr.io
@@ -1283,7 +1283,7 @@ before_script:
1283
1283
  stage: build
1284
1284
  image: path/to/docker/docker-build:the-version
1285
1285
  services:
1286
- - name: docker:24.0.6-dind
1286
+ - name: docker:29.5.1-dind
1287
1287
  command:
1288
1288
  - --tls=false
1289
1289
  - --registry-mirror=https://mirror.gcr.io
@@ -293,7 +293,7 @@ before_script:
293
293
  stage: build
294
294
  image: path/to/docker/docker-build:the-version
295
295
  services:
296
- - name: docker:24.0.6-dind
296
+ - name: docker:29.5.1-dind
297
297
  command:
298
298
  - --tls=false
299
299
  - --registry-mirror=https://mirror.gcr.io
@@ -744,7 +744,7 @@ before_script:
744
744
  stage: build
745
745
  image: path/to/docker/docker-build:the-version
746
746
  services:
747
- - name: docker:24.0.6-dind
747
+ - name: docker:29.5.1-dind
748
748
  command:
749
749
  - --tls=false
750
750
  - --registry-mirror=https://mirror.gcr.io
@@ -1092,7 +1092,7 @@ before_script:
1092
1092
  stage: build
1093
1093
  image: path/to/docker/docker-build:the-version
1094
1094
  services:
1095
- - name: docker:24.0.6-dind
1095
+ - name: docker:29.5.1-dind
1096
1096
  command:
1097
1097
  - --tls=false
1098
1098
  - --registry-mirror=https://mirror.gcr.io
@@ -1423,7 +1423,7 @@ before_script:
1423
1423
  stage: build
1424
1424
  image: path/to/docker/docker-build:the-version
1425
1425
  services:
1426
- - name: docker:24.0.6-dind
1426
+ - name: docker:29.5.1-dind
1427
1427
  command:
1428
1428
  - --tls=false
1429
1429
  - --registry-mirror=https://mirror.gcr.io
@@ -294,7 +294,7 @@ before_script:
294
294
  stage: build
295
295
  image: path/to/docker/docker-build:the-version
296
296
  services:
297
- - name: docker:24.0.6-dind
297
+ - name: docker:29.5.1-dind
298
298
  command:
299
299
  - --tls=false
300
300
  - --registry-mirror=https://mirror.gcr.io
@@ -690,7 +690,7 @@ before_script:
690
690
  stage: build
691
691
  image: path/to/docker/docker-build:the-version
692
692
  services:
693
- - name: docker:24.0.6-dind
693
+ - name: docker:29.5.1-dind
694
694
  command:
695
695
  - --tls=false
696
696
  - --registry-mirror=https://mirror.gcr.io
@@ -981,7 +981,7 @@ before_script:
981
981
  stage: build
982
982
  image: path/to/docker/docker-build:the-version
983
983
  services:
984
- - name: docker:24.0.6-dind
984
+ - name: docker:29.5.1-dind
985
985
  command:
986
986
  - --tls=false
987
987
  - --registry-mirror=https://mirror.gcr.io
@@ -1257,7 +1257,7 @@ before_script:
1257
1257
  stage: build
1258
1258
  image: path/to/docker/docker-build:the-version
1259
1259
  services:
1260
- - name: docker:24.0.6-dind
1260
+ - name: docker:29.5.1-dind
1261
1261
  command:
1262
1262
  - --tls=false
1263
1263
  - --registry-mirror=https://mirror.gcr.io
@@ -274,7 +274,7 @@ before_script:
274
274
  stage: build
275
275
  image: path/to/docker/docker-build:the-version
276
276
  services:
277
- - name: docker:24.0.6-dind
277
+ - name: docker:29.5.1-dind
278
278
  command:
279
279
  - --tls=false
280
280
  - --registry-mirror=https://mirror.gcr.io
@@ -752,7 +752,7 @@ before_script:
752
752
  stage: build
753
753
  image: path/to/docker/docker-build:the-version
754
754
  services:
755
- - name: docker:24.0.6-dind
755
+ - name: docker:29.5.1-dind
756
756
  command:
757
757
  - --tls=false
758
758
  - --registry-mirror=https://mirror.gcr.io
@@ -1120,7 +1120,7 @@ before_script:
1120
1120
  stage: build
1121
1121
  image: path/to/docker/docker-build:the-version
1122
1122
  services:
1123
- - name: docker:24.0.6-dind
1123
+ - name: docker:29.5.1-dind
1124
1124
  command:
1125
1125
  - --tls=false
1126
1126
  - --registry-mirror=https://mirror.gcr.io
@@ -1478,7 +1478,7 @@ before_script:
1478
1478
  stage: build
1479
1479
  image: path/to/docker/docker-build:the-version
1480
1480
  services:
1481
- - name: docker:24.0.6-dind
1481
+ - name: docker:29.5.1-dind
1482
1482
  command:
1483
1483
  - --tls=false
1484
1484
  - --registry-mirror=https://mirror.gcr.io