@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
@@ -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
@@ -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
@@ -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
@@ -300,7 +300,7 @@ before_script:
300
300
  stage: build
301
301
  image: path/to/docker/docker-build:the-version
302
302
  services:
303
- - name: docker:24.0.6-dind
303
+ - name: docker:29.5.1-dind
304
304
  command:
305
305
  - --tls=false
306
306
  - --registry-mirror=https://mirror.gcr.io
@@ -692,7 +692,7 @@ before_script:
692
692
  stage: build
693
693
  image: path/to/docker/docker-build:the-version
694
694
  services:
695
- - name: docker:24.0.6-dind
695
+ - name: docker:29.5.1-dind
696
696
  command:
697
697
  - --tls=false
698
698
  - --registry-mirror=https://mirror.gcr.io
@@ -975,7 +975,7 @@ before_script:
975
975
  stage: build
976
976
  image: path/to/docker/docker-build:the-version
977
977
  services:
978
- - name: docker:24.0.6-dind
978
+ - name: docker:29.5.1-dind
979
979
  command:
980
980
  - --tls=false
981
981
  - --registry-mirror=https://mirror.gcr.io
@@ -1245,7 +1245,7 @@ before_script:
1245
1245
  stage: build
1246
1246
  image: path/to/docker/docker-build:the-version
1247
1247
  services:
1248
- - name: docker:24.0.6-dind
1248
+ - name: docker:29.5.1-dind
1249
1249
  command:
1250
1250
  - --tls=false
1251
1251
  - --registry-mirror=https://mirror.gcr.io
@@ -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
@@ -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
@@ -718,7 +718,7 @@ before_script:
718
718
  stage: build
719
719
  image: path/to/docker/docker-build:the-version
720
720
  services:
721
- - name: docker:24.0.6-dind
721
+ - name: docker:29.5.1-dind
722
722
  command:
723
723
  - --tls=false
724
724
  - --registry-mirror=https://mirror.gcr.io
@@ -1036,7 +1036,7 @@ before_script:
1036
1036
  stage: build
1037
1037
  image: path/to/docker/docker-build:the-version
1038
1038
  services:
1039
- - name: docker:24.0.6-dind
1039
+ - name: docker:29.5.1-dind
1040
1040
  command:
1041
1041
  - --tls=false
1042
1042
  - --registry-mirror=https://mirror.gcr.io
@@ -1339,7 +1339,7 @@ before_script:
1339
1339
  stage: build
1340
1340
  image: path/to/docker/docker-build:the-version
1341
1341
  services:
1342
- - name: docker:24.0.6-dind
1342
+ - name: docker:29.5.1-dind
1343
1343
  command:
1344
1344
  - --tls=false
1345
1345
  - --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
@@ -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
@@ -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
@@ -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
@@ -708,7 +708,7 @@ before_script:
708
708
  stage: build
709
709
  image: path/to/docker/docker-build:the-version
710
710
  services:
711
- - name: docker:24.0.6-dind
711
+ - name: docker:29.5.1-dind
712
712
  command:
713
713
  - --tls=false
714
714
  - --registry-mirror=https://mirror.gcr.io
@@ -1016,7 +1016,7 @@ before_script:
1016
1016
  stage: build
1017
1017
  image: path/to/docker/docker-build:the-version
1018
1018
  services:
1019
- - name: docker:24.0.6-dind
1019
+ - name: docker:29.5.1-dind
1020
1020
  command:
1021
1021
  - --tls=false
1022
1022
  - --registry-mirror=https://mirror.gcr.io
@@ -1309,7 +1309,7 @@ before_script:
1309
1309
  stage: build
1310
1310
  image: path/to/docker/docker-build:the-version
1311
1311
  services:
1312
- - name: docker:24.0.6-dind
1312
+ - name: docker:29.5.1-dind
1313
1313
  command:
1314
1314
  - --tls=false
1315
1315
  - --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
@@ -708,7 +708,7 @@ before_script:
708
708
  stage: build
709
709
  image: path/to/docker/docker-build:the-version
710
710
  services:
711
- - name: docker:24.0.6-dind
711
+ - name: docker:29.5.1-dind
712
712
  command:
713
713
  - --tls=false
714
714
  - --registry-mirror=https://mirror.gcr.io
@@ -1016,7 +1016,7 @@ before_script:
1016
1016
  stage: build
1017
1017
  image: path/to/docker/docker-build:the-version
1018
1018
  services:
1019
- - name: docker:24.0.6-dind
1019
+ - name: docker:29.5.1-dind
1020
1020
  command:
1021
1021
  - --tls=false
1022
1022
  - --registry-mirror=https://mirror.gcr.io
@@ -1309,7 +1309,7 @@ before_script:
1309
1309
  stage: build
1310
1310
  image: path/to/docker/docker-build:the-version
1311
1311
  services:
1312
- - name: docker:24.0.6-dind
1312
+ - name: docker:29.5.1-dind
1313
1313
  command:
1314
1314
  - --tls=false
1315
1315
  - --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
@@ -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
@@ -709,7 +709,7 @@ before_script:
709
709
  stage: build
710
710
  image: path/to/docker/docker-build:the-version
711
711
  services:
712
- - name: docker:24.0.6-dind
712
+ - name: docker:29.5.1-dind
713
713
  command:
714
714
  - --tls=false
715
715
  - --registry-mirror=https://mirror.gcr.io
@@ -1018,7 +1018,7 @@ before_script:
1018
1018
  stage: build
1019
1019
  image: path/to/docker/docker-build:the-version
1020
1020
  services:
1021
- - name: docker:24.0.6-dind
1021
+ - name: docker:29.5.1-dind
1022
1022
  command:
1023
1023
  - --tls=false
1024
1024
  - --registry-mirror=https://mirror.gcr.io
@@ -1312,7 +1312,7 @@ before_script:
1312
1312
  stage: build
1313
1313
  image: path/to/docker/docker-build:the-version
1314
1314
  services:
1315
- - name: docker:24.0.6-dind
1315
+ - name: docker:29.5.1-dind
1316
1316
  command:
1317
1317
  - --tls=false
1318
1318
  - --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
@@ -192,7 +192,7 @@ before_script:
192
192
  stage: build
193
193
  image: path/to/docker/docker-build:the-version
194
194
  services:
195
- - name: docker:24.0.6-dind
195
+ - name: docker:29.5.1-dind
196
196
  command:
197
197
  - --tls=false
198
198
  - --registry-mirror=https://mirror.gcr.io
@@ -473,7 +473,7 @@ before_script:
473
473
  stage: build
474
474
  image: path/to/docker/docker-build:the-version
475
475
  services:
476
- - name: docker:24.0.6-dind
476
+ - name: docker:29.5.1-dind
477
477
  command:
478
478
  - --tls=false
479
479
  - --registry-mirror=https://mirror.gcr.io
@@ -758,7 +758,7 @@ before_script:
758
758
  stage: build
759
759
  image: path/to/docker/docker-build:the-version
760
760
  services:
761
- - name: docker:24.0.6-dind
761
+ - name: docker:29.5.1-dind
762
762
  command:
763
763
  - --tls=false
764
764
  - --registry-mirror=https://mirror.gcr.io
@@ -1034,7 +1034,7 @@ before_script:
1034
1034
  stage: build
1035
1035
  image: path/to/docker/docker-build:the-version
1036
1036
  services:
1037
- - name: docker:24.0.6-dind
1037
+ - name: docker:29.5.1-dind
1038
1038
  command:
1039
1039
  - --tls=false
1040
1040
  - --registry-mirror=https://mirror.gcr.io