@catladder/pipeline 4.0.0 → 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
@@ -276,7 +276,7 @@ before_script:
276
276
  stage: build
277
277
  image: path/to/docker/docker-build:the-version
278
278
  services:
279
- - name: docker:24.0.6-dind
279
+ - name: docker:29.5.1-dind
280
280
  command:
281
281
  - --tls=false
282
282
  - --registry-mirror=https://mirror.gcr.io
@@ -759,7 +759,7 @@ before_script:
759
759
  stage: build
760
760
  image: path/to/docker/docker-build:the-version
761
761
  services:
762
- - name: docker:24.0.6-dind
762
+ - name: docker:29.5.1-dind
763
763
  command:
764
764
  - --tls=false
765
765
  - --registry-mirror=https://mirror.gcr.io
@@ -1132,7 +1132,7 @@ before_script:
1132
1132
  stage: build
1133
1133
  image: path/to/docker/docker-build:the-version
1134
1134
  services:
1135
- - name: docker:24.0.6-dind
1135
+ - name: docker:29.5.1-dind
1136
1136
  command:
1137
1137
  - --tls=false
1138
1138
  - --registry-mirror=https://mirror.gcr.io
@@ -1495,7 +1495,7 @@ before_script:
1495
1495
  stage: build
1496
1496
  image: path/to/docker/docker-build:the-version
1497
1497
  services:
1498
- - name: docker:24.0.6-dind
1498
+ - name: docker:29.5.1-dind
1499
1499
  command:
1500
1500
  - --tls=false
1501
1501
  - --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
@@ -743,7 +743,7 @@ before_script:
743
743
  stage: build
744
744
  image: path/to/docker/docker-build:the-version
745
745
  services:
746
- - name: docker:24.0.6-dind
746
+ - name: docker:29.5.1-dind
747
747
  command:
748
748
  - --tls=false
749
749
  - --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
@@ -1446,7 +1446,7 @@ before_script:
1446
1446
  stage: build
1447
1447
  image: path/to/docker/docker-build:the-version
1448
1448
  services:
1449
- - name: docker:24.0.6-dind
1449
+ - name: docker:29.5.1-dind
1450
1450
  command:
1451
1451
  - --tls=false
1452
1452
  - --registry-mirror=https://mirror.gcr.io
@@ -1913,7 +1913,7 @@ before_script:
1913
1913
  stage: build
1914
1914
  image: path/to/docker/docker-build:the-version
1915
1915
  services:
1916
- - name: docker:24.0.6-dind
1916
+ - name: docker:29.5.1-dind
1917
1917
  command:
1918
1918
  - --tls=false
1919
1919
  - --registry-mirror=https://mirror.gcr.io
@@ -2389,7 +2389,7 @@ before_script:
2389
2389
  stage: build
2390
2390
  image: path/to/docker/docker-build:the-version
2391
2391
  services:
2392
- - name: docker:24.0.6-dind
2392
+ - name: docker:29.5.1-dind
2393
2393
  command:
2394
2394
  - --tls=false
2395
2395
  - --registry-mirror=https://mirror.gcr.io
@@ -2755,7 +2755,7 @@ before_script:
2755
2755
  stage: build
2756
2756
  image: path/to/docker/docker-build:the-version
2757
2757
  services:
2758
- - name: docker:24.0.6-dind
2758
+ - name: docker:29.5.1-dind
2759
2759
  command:
2760
2760
  - --tls=false
2761
2761
  - --registry-mirror=https://mirror.gcr.io
@@ -3111,7 +3111,7 @@ before_script:
3111
3111
  stage: build
3112
3112
  image: path/to/docker/docker-build:the-version
3113
3113
  services:
3114
- - name: docker:24.0.6-dind
3114
+ - name: docker:29.5.1-dind
3115
3115
  command:
3116
3116
  - --tls=false
3117
3117
  - --registry-mirror=https://mirror.gcr.io
@@ -276,7 +276,7 @@ before_script:
276
276
  stage: build
277
277
  image: path/to/docker/docker-build:the-version
278
278
  services:
279
- - name: docker:24.0.6-dind
279
+ - name: docker:29.5.1-dind
280
280
  command:
281
281
  - --tls=false
282
282
  - --registry-mirror=https://mirror.gcr.io
@@ -790,7 +790,7 @@ before_script:
790
790
  stage: build
791
791
  image: path/to/docker/docker-build:the-version
792
792
  services:
793
- - name: docker:24.0.6-dind
793
+ - name: docker:29.5.1-dind
794
794
  command:
795
795
  - --tls=false
796
796
  - --registry-mirror=https://mirror.gcr.io
@@ -1194,7 +1194,7 @@ before_script:
1194
1194
  stage: build
1195
1195
  image: path/to/docker/docker-build:the-version
1196
1196
  services:
1197
- - name: docker:24.0.6-dind
1197
+ - name: docker:29.5.1-dind
1198
1198
  command:
1199
1199
  - --tls=false
1200
1200
  - --registry-mirror=https://mirror.gcr.io
@@ -1588,7 +1588,7 @@ before_script:
1588
1588
  stage: build
1589
1589
  image: path/to/docker/docker-build:the-version
1590
1590
  services:
1591
- - name: docker:24.0.6-dind
1591
+ - name: docker:29.5.1-dind
1592
1592
  command:
1593
1593
  - --tls=false
1594
1594
  - --registry-mirror=https://mirror.gcr.io
@@ -275,7 +275,7 @@ before_script:
275
275
  stage: build
276
276
  image: path/to/docker/docker-build:the-version
277
277
  services:
278
- - name: docker:24.0.6-dind
278
+ - name: docker:29.5.1-dind
279
279
  command:
280
280
  - --tls=false
281
281
  - --registry-mirror=https://mirror.gcr.io
@@ -653,7 +653,7 @@ before_script:
653
653
  stage: build
654
654
  image: path/to/docker/docker-build:the-version
655
655
  services:
656
- - name: docker:24.0.6-dind
656
+ - name: docker:29.5.1-dind
657
657
  command:
658
658
  - --tls=false
659
659
  - --registry-mirror=https://mirror.gcr.io
@@ -926,7 +926,7 @@ before_script:
926
926
  stage: build
927
927
  image: path/to/docker/docker-build:the-version
928
928
  services:
929
- - name: docker:24.0.6-dind
929
+ - name: docker:29.5.1-dind
930
930
  command:
931
931
  - --tls=false
932
932
  - --registry-mirror=https://mirror.gcr.io
@@ -1184,7 +1184,7 @@ before_script:
1184
1184
  stage: build
1185
1185
  image: path/to/docker/docker-build:the-version
1186
1186
  services:
1187
- - name: docker:24.0.6-dind
1187
+ - name: docker:29.5.1-dind
1188
1188
  command:
1189
1189
  - --tls=false
1190
1190
  - --registry-mirror=https://mirror.gcr.io
@@ -281,7 +281,7 @@ before_script:
281
281
  stage: build
282
282
  image: path/to/docker/docker-build:the-version
283
283
  services:
284
- - name: docker:24.0.6-dind
284
+ - name: docker:29.5.1-dind
285
285
  command:
286
286
  - --tls=false
287
287
  - --registry-mirror=https://mirror.gcr.io
@@ -773,7 +773,7 @@ before_script:
773
773
  stage: build
774
774
  image: path/to/docker/docker-build:the-version
775
775
  services:
776
- - name: docker:24.0.6-dind
776
+ - name: docker:29.5.1-dind
777
777
  command:
778
778
  - --tls=false
779
779
  - --registry-mirror=https://mirror.gcr.io
@@ -1151,7 +1151,7 @@ before_script:
1151
1151
  stage: build
1152
1152
  image: path/to/docker/docker-build:the-version
1153
1153
  services:
1154
- - name: docker:24.0.6-dind
1154
+ - name: docker:29.5.1-dind
1155
1155
  command:
1156
1156
  - --tls=false
1157
1157
  - --registry-mirror=https://mirror.gcr.io
@@ -1522,7 +1522,7 @@ before_script:
1522
1522
  stage: build
1523
1523
  image: path/to/docker/docker-build:the-version
1524
1524
  services:
1525
- - name: docker:24.0.6-dind
1525
+ - name: docker:29.5.1-dind
1526
1526
  command:
1527
1527
  - --tls=false
1528
1528
  - --registry-mirror=https://mirror.gcr.io
@@ -316,7 +316,7 @@ before_script:
316
316
  stage: build
317
317
  image: path/to/docker/docker-build:the-version
318
318
  services:
319
- - name: docker:24.0.6-dind
319
+ - name: docker:29.5.1-dind
320
320
  command:
321
321
  - --tls=false
322
322
  - --registry-mirror=https://mirror.gcr.io
@@ -760,7 +760,7 @@ before_script:
760
760
  stage: build
761
761
  image: path/to/docker/docker-build:the-version
762
762
  services:
763
- - name: docker:24.0.6-dind
763
+ - name: docker:29.5.1-dind
764
764
  command:
765
765
  - --tls=false
766
766
  - --registry-mirror=https://mirror.gcr.io
@@ -1099,7 +1099,7 @@ before_script:
1099
1099
  stage: build
1100
1100
  image: path/to/docker/docker-build:the-version
1101
1101
  services:
1102
- - name: docker:24.0.6-dind
1102
+ - name: docker:29.5.1-dind
1103
1103
  command:
1104
1104
  - --tls=false
1105
1105
  - --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
@@ -1858,7 +1858,7 @@ before_script:
1858
1858
  stage: build
1859
1859
  image: path/to/docker/docker-build:the-version
1860
1860
  services:
1861
- - name: docker:24.0.6-dind
1861
+ - name: docker:29.5.1-dind
1862
1862
  command:
1863
1863
  - --tls=false
1864
1864
  - --registry-mirror=https://mirror.gcr.io
@@ -2322,7 +2322,7 @@ before_script:
2322
2322
  stage: build
2323
2323
  image: path/to/docker/docker-build:the-version
2324
2324
  services:
2325
- - name: docker:24.0.6-dind
2325
+ - name: docker:29.5.1-dind
2326
2326
  command:
2327
2327
  - --tls=false
2328
2328
  - --registry-mirror=https://mirror.gcr.io
@@ -2681,7 +2681,7 @@ before_script:
2681
2681
  stage: build
2682
2682
  image: path/to/docker/docker-build:the-version
2683
2683
  services:
2684
- - name: docker:24.0.6-dind
2684
+ - name: docker:29.5.1-dind
2685
2685
  command:
2686
2686
  - --tls=false
2687
2687
  - --registry-mirror=https://mirror.gcr.io
@@ -3025,7 +3025,7 @@ before_script:
3025
3025
  stage: build
3026
3026
  image: path/to/docker/docker-build:the-version
3027
3027
  services:
3028
- - name: docker:24.0.6-dind
3028
+ - name: docker:29.5.1-dind
3029
3029
  command:
3030
3030
  - --tls=false
3031
3031
  - --registry-mirror=https://mirror.gcr.io
@@ -3505,7 +3505,7 @@ before_script:
3505
3505
  stage: build
3506
3506
  image: path/to/docker/docker-build:the-version
3507
3507
  services:
3508
- - name: docker:24.0.6-dind
3508
+ - name: docker:29.5.1-dind
3509
3509
  command:
3510
3510
  - --tls=false
3511
3511
  - --registry-mirror=https://mirror.gcr.io
@@ -4195,7 +4195,7 @@ before_script:
4195
4195
  stage: build
4196
4196
  image: path/to/docker/docker-build:the-version
4197
4197
  services:
4198
- - name: docker:24.0.6-dind
4198
+ - name: docker:29.5.1-dind
4199
4199
  command:
4200
4200
  - --tls=false
4201
4201
  - --registry-mirror=https://mirror.gcr.io
@@ -4775,7 +4775,7 @@ before_script:
4775
4775
  stage: build
4776
4776
  image: path/to/docker/docker-build:the-version
4777
4777
  services:
4778
- - name: docker:24.0.6-dind
4778
+ - name: docker:29.5.1-dind
4779
4779
  command:
4780
4780
  - --tls=false
4781
4781
  - --registry-mirror=https://mirror.gcr.io
@@ -5345,7 +5345,7 @@ before_script:
5345
5345
  stage: build
5346
5346
  image: path/to/docker/docker-build:the-version
5347
5347
  services:
5348
- - name: docker:24.0.6-dind
5348
+ - name: docker:29.5.1-dind
5349
5349
  command:
5350
5350
  - --tls=false
5351
5351
  - --registry-mirror=https://mirror.gcr.io
@@ -1159,7 +1159,7 @@ before_script:
1159
1159
  stage: build
1160
1160
  image: path/to/docker/docker-build:the-version
1161
1161
  services:
1162
- - name: docker:24.0.6-dind
1162
+ - name: docker:29.5.1-dind
1163
1163
  command:
1164
1164
  - --tls=false
1165
1165
  - --registry-mirror=https://mirror.gcr.io
@@ -1555,7 +1555,7 @@ before_script:
1555
1555
  stage: build
1556
1556
  image: path/to/docker/docker-build:the-version
1557
1557
  services:
1558
- - name: docker:24.0.6-dind
1558
+ - name: docker:29.5.1-dind
1559
1559
  command:
1560
1560
  - --tls=false
1561
1561
  - --registry-mirror=https://mirror.gcr.io
@@ -1846,7 +1846,7 @@ before_script:
1846
1846
  stage: build
1847
1847
  image: path/to/docker/docker-build:the-version
1848
1848
  services:
1849
- - name: docker:24.0.6-dind
1849
+ - name: docker:29.5.1-dind
1850
1850
  command:
1851
1851
  - --tls=false
1852
1852
  - --registry-mirror=https://mirror.gcr.io
@@ -2122,7 +2122,7 @@ before_script:
2122
2122
  stage: build
2123
2123
  image: path/to/docker/docker-build:the-version
2124
2124
  services:
2125
- - name: docker:24.0.6-dind
2125
+ - name: docker:29.5.1-dind
2126
2126
  command:
2127
2127
  - --tls=false
2128
2128
  - --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
@@ -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
@@ -984,7 +984,7 @@ before_script:
984
984
  stage: build
985
985
  image: path/to/docker/docker-build:the-version
986
986
  services:
987
- - name: docker:24.0.6-dind
987
+ - name: docker:29.5.1-dind
988
988
  command:
989
989
  - --tls=false
990
990
  - --registry-mirror=https://mirror.gcr.io
@@ -1262,7 +1262,7 @@ before_script:
1262
1262
  stage: build
1263
1263
  image: path/to/docker/docker-build:the-version
1264
1264
  services:
1265
- - name: docker:24.0.6-dind
1265
+ - name: docker:29.5.1-dind
1266
1266
  command:
1267
1267
  - --tls=false
1268
1268
  - --registry-mirror=https://mirror.gcr.io
@@ -295,7 +295,7 @@ before_script:
295
295
  stage: build
296
296
  image: path/to/docker/docker-build:the-version
297
297
  services:
298
- - name: docker:24.0.6-dind
298
+ - name: docker:29.5.1-dind
299
299
  command:
300
300
  - --tls=false
301
301
  - --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
@@ -997,7 +997,7 @@ before_script:
997
997
  stage: build
998
998
  image: path/to/docker/docker-build:the-version
999
999
  services:
1000
- - name: docker:24.0.6-dind
1000
+ - name: docker:29.5.1-dind
1001
1001
  command:
1002
1002
  - --tls=false
1003
1003
  - --registry-mirror=https://mirror.gcr.io
@@ -1278,7 +1278,7 @@ before_script:
1278
1278
  stage: build
1279
1279
  image: path/to/docker/docker-build:the-version
1280
1280
  services:
1281
- - name: docker:24.0.6-dind
1281
+ - name: docker:29.5.1-dind
1282
1282
  command:
1283
1283
  - --tls=false
1284
1284
  - --registry-mirror=https://mirror.gcr.io
@@ -179,7 +179,7 @@ before_script:
179
179
  stage: build
180
180
  image: path/to/docker/docker-build:the-version
181
181
  services:
182
- - name: docker:24.0.6-dind
182
+ - name: docker:29.5.1-dind
183
183
  command:
184
184
  - --tls=false
185
185
  - --registry-mirror=https://mirror.gcr.io
@@ -552,7 +552,7 @@ before_script:
552
552
  stage: build
553
553
  image: path/to/docker/docker-build:the-version
554
554
  services:
555
- - name: docker:24.0.6-dind
555
+ - name: docker:29.5.1-dind
556
556
  command:
557
557
  - --tls=false
558
558
  - --registry-mirror=https://mirror.gcr.io
@@ -860,7 +860,7 @@ before_script:
860
860
  stage: build
861
861
  image: path/to/docker/docker-build:the-version
862
862
  services:
863
- - name: docker:24.0.6-dind
863
+ - name: docker:29.5.1-dind
864
864
  command:
865
865
  - --tls=false
866
866
  - --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
@@ -179,7 +179,7 @@ before_script:
179
179
  stage: build
180
180
  image: path/to/docker/docker-build:the-version
181
181
  services:
182
- - name: docker:24.0.6-dind
182
+ - name: docker:29.5.1-dind
183
183
  command:
184
184
  - --tls=false
185
185
  - --registry-mirror=https://mirror.gcr.io
@@ -548,7 +548,7 @@ before_script:
548
548
  stage: build
549
549
  image: path/to/docker/docker-build:the-version
550
550
  services:
551
- - name: docker:24.0.6-dind
551
+ - name: docker:29.5.1-dind
552
552
  command:
553
553
  - --tls=false
554
554
  - --registry-mirror=https://mirror.gcr.io
@@ -852,7 +852,7 @@ before_script:
852
852
  stage: build
853
853
  image: path/to/docker/docker-build:the-version
854
854
  services:
855
- - name: docker:24.0.6-dind
855
+ - name: docker:29.5.1-dind
856
856
  command:
857
857
  - --tls=false
858
858
  - --registry-mirror=https://mirror.gcr.io
@@ -1143,7 +1143,7 @@ before_script:
1143
1143
  stage: build
1144
1144
  image: path/to/docker/docker-build:the-version
1145
1145
  services:
1146
- - name: docker:24.0.6-dind
1146
+ - name: docker:29.5.1-dind
1147
1147
  command:
1148
1148
  - --tls=false
1149
1149
  - --registry-mirror=https://mirror.gcr.io
@@ -303,7 +303,7 @@ before_script:
303
303
  stage: build
304
304
  image: path/to/docker/docker-build:the-version
305
305
  services:
306
- - name: docker:24.0.6-dind
306
+ - name: docker:29.5.1-dind
307
307
  command:
308
308
  - --tls=false
309
309
  - --registry-mirror=https://mirror.gcr.io
@@ -724,7 +724,7 @@ before_script:
724
724
  stage: build
725
725
  image: path/to/docker/docker-build:the-version
726
726
  services:
727
- - name: docker:24.0.6-dind
727
+ - name: docker:29.5.1-dind
728
728
  command:
729
729
  - --tls=false
730
730
  - --registry-mirror=https://mirror.gcr.io
@@ -1040,7 +1040,7 @@ before_script:
1040
1040
  stage: build
1041
1041
  image: path/to/docker/docker-build:the-version
1042
1042
  services:
1043
- - name: docker:24.0.6-dind
1043
+ - name: docker:29.5.1-dind
1044
1044
  command:
1045
1045
  - --tls=false
1046
1046
  - --registry-mirror=https://mirror.gcr.io
@@ -1341,7 +1341,7 @@ before_script:
1341
1341
  stage: build
1342
1342
  image: path/to/docker/docker-build:the-version
1343
1343
  services:
1344
- - name: docker:24.0.6-dind
1344
+ - name: docker:29.5.1-dind
1345
1345
  command:
1346
1346
  - --tls=false
1347
1347
  - --registry-mirror=https://mirror.gcr.io
@@ -1747,7 +1747,7 @@ before_script:
1747
1747
  stage: build
1748
1748
  image: path/to/docker/docker-build:the-version
1749
1749
  services:
1750
- - name: docker:24.0.6-dind
1750
+ - name: docker:29.5.1-dind
1751
1751
  command:
1752
1752
  - --tls=false
1753
1753
  - --registry-mirror=https://mirror.gcr.io
@@ -2178,7 +2178,7 @@ before_script:
2178
2178
  stage: build
2179
2179
  image: path/to/docker/docker-build:the-version
2180
2180
  services:
2181
- - name: docker:24.0.6-dind
2181
+ - name: docker:29.5.1-dind
2182
2182
  command:
2183
2183
  - --tls=false
2184
2184
  - --registry-mirror=https://mirror.gcr.io
@@ -2504,7 +2504,7 @@ before_script:
2504
2504
  stage: build
2505
2505
  image: path/to/docker/docker-build:the-version
2506
2506
  services:
2507
- - name: docker:24.0.6-dind
2507
+ - name: docker:29.5.1-dind
2508
2508
  command:
2509
2509
  - --tls=false
2510
2510
  - --registry-mirror=https://mirror.gcr.io
@@ -2815,7 +2815,7 @@ before_script:
2815
2815
  stage: build
2816
2816
  image: path/to/docker/docker-build:the-version
2817
2817
  services:
2818
- - name: docker:24.0.6-dind
2818
+ - name: docker:29.5.1-dind
2819
2819
  command:
2820
2820
  - --tls=false
2821
2821
  - --registry-mirror=https://mirror.gcr.io
@@ -3221,7 +3221,7 @@ before_script:
3221
3221
  stage: build
3222
3222
  image: path/to/docker/docker-build:the-version
3223
3223
  services:
3224
- - name: docker:24.0.6-dind
3224
+ - name: docker:29.5.1-dind
3225
3225
  command:
3226
3226
  - --tls=false
3227
3227
  - --registry-mirror=https://mirror.gcr.io
@@ -3732,7 +3732,7 @@ before_script:
3732
3732
  stage: build
3733
3733
  image: path/to/docker/docker-build:the-version
3734
3734
  services:
3735
- - name: docker:24.0.6-dind
3735
+ - name: docker:29.5.1-dind
3736
3736
  command:
3737
3737
  - --tls=false
3738
3738
  - --registry-mirror=https://mirror.gcr.io
@@ -4133,7 +4133,7 @@ before_script:
4133
4133
  stage: build
4134
4134
  image: path/to/docker/docker-build:the-version
4135
4135
  services:
4136
- - name: docker:24.0.6-dind
4136
+ - name: docker:29.5.1-dind
4137
4137
  command:
4138
4138
  - --tls=false
4139
4139
  - --registry-mirror=https://mirror.gcr.io
@@ -4524,7 +4524,7 @@ before_script:
4524
4524
  stage: build
4525
4525
  image: path/to/docker/docker-build:the-version
4526
4526
  services:
4527
- - name: docker:24.0.6-dind
4527
+ - name: docker:29.5.1-dind
4528
4528
  command:
4529
4529
  - --tls=false
4530
4530
  - --registry-mirror=https://mirror.gcr.io