@cloudsnorkel/cdk-github-runners 0.9.6 → 0.9.7

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 (31) hide show
  1. package/.jsii +93 -76
  2. package/API.md +16 -3
  3. package/assets/delete-runner.lambda/index.js +69 -63
  4. package/assets/image-builders/aws-image-builder/versioner.lambda/index.js +69 -63
  5. package/assets/status.lambda/index.js +69 -63
  6. package/assets/token-retriever.lambda/index.js +69 -63
  7. package/lib/access.js +1 -1
  8. package/lib/image-builders/api.js +1 -1
  9. package/lib/image-builders/aws-image-builder/builder.js +4 -7
  10. package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
  11. package/lib/image-builders/aws-image-builder/deprecated/container.d.ts +1 -1
  12. package/lib/image-builders/aws-image-builder/deprecated/container.js +9 -12
  13. package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
  14. package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
  15. package/lib/image-builders/codebuild-deprecated.d.ts +1 -1
  16. package/lib/image-builders/codebuild-deprecated.js +15 -19
  17. package/lib/image-builders/codebuild.js +5 -8
  18. package/lib/image-builders/components.js +1 -1
  19. package/lib/image-builders/static.d.ts +1 -1
  20. package/lib/image-builders/static.js +7 -6
  21. package/lib/providers/codebuild.js +2 -2
  22. package/lib/providers/common.d.ts +6 -0
  23. package/lib/providers/common.js +4 -4
  24. package/lib/providers/ec2.js +2 -2
  25. package/lib/providers/ecs.d.ts +6 -2
  26. package/lib/providers/ecs.js +64 -32
  27. package/lib/providers/fargate.js +2 -2
  28. package/lib/providers/lambda.js +12 -3
  29. package/lib/runner.js +1 -1
  30. package/lib/secrets.js +1 -1
  31. package/package.json +5 -5
package/.jsii CHANGED
@@ -3114,7 +3114,7 @@
3114
3114
  "stability": "experimental"
3115
3115
  },
3116
3116
  "homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
3117
- "jsiiVersion": "5.0.5 (build ba9b985)",
3117
+ "jsiiVersion": "5.0.7 (build 5782cd5)",
3118
3118
  "keywords": [
3119
3119
  "aws",
3120
3120
  "aws-cdk",
@@ -4271,7 +4271,7 @@
4271
4271
  },
4272
4272
  "locationInModule": {
4273
4273
  "filename": "src/image-builders/codebuild-deprecated.ts",
4274
- "line": 533
4274
+ "line": 529
4275
4275
  },
4276
4276
  "name": "bindAmi",
4277
4277
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder",
@@ -4340,7 +4340,7 @@
4340
4340
  "immutable": true,
4341
4341
  "locationInModule": {
4342
4342
  "filename": "src/image-builders/codebuild-deprecated.ts",
4343
- "line": 527
4343
+ "line": 523
4344
4344
  },
4345
4345
  "name": "connections",
4346
4346
  "type": {
@@ -4834,7 +4834,7 @@
4834
4834
  },
4835
4835
  "locationInModule": {
4836
4836
  "filename": "src/providers/common.ts",
4837
- "line": 467
4837
+ "line": 474
4838
4838
  },
4839
4839
  "name": "addRetry",
4840
4840
  "parameters": [
@@ -4923,7 +4923,7 @@
4923
4923
  },
4924
4924
  "locationInModule": {
4925
4925
  "filename": "src/providers/common.ts",
4926
- "line": 453
4926
+ "line": 460
4927
4927
  },
4928
4928
  "name": "labelsFromProperties",
4929
4929
  "parameters": [
@@ -5452,7 +5452,7 @@
5452
5452
  },
5453
5453
  "locationInModule": {
5454
5454
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5455
- "line": 345
5455
+ "line": 340
5456
5456
  },
5457
5457
  "name": "bindAmi",
5458
5458
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder",
@@ -6164,7 +6164,7 @@
6164
6164
  },
6165
6165
  "locationInModule": {
6166
6166
  "filename": "src/providers/common.ts",
6167
- "line": 467
6167
+ "line": 474
6168
6168
  },
6169
6169
  "name": "addRetry",
6170
6170
  "parameters": [
@@ -6253,7 +6253,7 @@
6253
6253
  },
6254
6254
  "locationInModule": {
6255
6255
  "filename": "src/providers/common.ts",
6256
- "line": 453
6256
+ "line": 460
6257
6257
  },
6258
6258
  "name": "labelsFromProperties",
6259
6259
  "parameters": [
@@ -6665,7 +6665,7 @@
6665
6665
  },
6666
6666
  "locationInModule": {
6667
6667
  "filename": "src/providers/ecs.ts",
6668
- "line": 296
6668
+ "line": 301
6669
6669
  },
6670
6670
  "parameters": [
6671
6671
  {
@@ -6695,7 +6695,7 @@
6695
6695
  "kind": "class",
6696
6696
  "locationInModule": {
6697
6697
  "filename": "src/providers/ecs.ts",
6698
- "line": 194
6698
+ "line": 199
6699
6699
  },
6700
6700
  "methods": [
6701
6701
  {
@@ -6706,7 +6706,7 @@
6706
6706
  },
6707
6707
  "locationInModule": {
6708
6708
  "filename": "src/providers/ecs.ts",
6709
- "line": 207
6709
+ "line": 212
6710
6710
  },
6711
6711
  "name": "imageBuilder",
6712
6712
  "parameters": [
@@ -6743,7 +6743,7 @@
6743
6743
  },
6744
6744
  "locationInModule": {
6745
6745
  "filename": "src/providers/common.ts",
6746
- "line": 467
6746
+ "line": 474
6747
6747
  },
6748
6748
  "name": "addRetry",
6749
6749
  "parameters": [
@@ -6784,7 +6784,7 @@
6784
6784
  },
6785
6785
  "locationInModule": {
6786
6786
  "filename": "src/providers/ecs.ts",
6787
- "line": 453
6787
+ "line": 497
6788
6788
  },
6789
6789
  "name": "getStepFunctionTask",
6790
6790
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6813,7 +6813,7 @@
6813
6813
  },
6814
6814
  "locationInModule": {
6815
6815
  "filename": "src/providers/ecs.ts",
6816
- "line": 502
6816
+ "line": 546
6817
6817
  },
6818
6818
  "name": "grantStateMachine",
6819
6819
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6832,7 +6832,7 @@
6832
6832
  },
6833
6833
  "locationInModule": {
6834
6834
  "filename": "src/providers/common.ts",
6835
- "line": 453
6835
+ "line": 460
6836
6836
  },
6837
6837
  "name": "labelsFromProperties",
6838
6838
  "parameters": [
@@ -6882,7 +6882,7 @@
6882
6882
  },
6883
6883
  "locationInModule": {
6884
6884
  "filename": "src/providers/ecs.ts",
6885
- "line": 505
6885
+ "line": 549
6886
6886
  },
6887
6887
  "name": "status",
6888
6888
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6911,7 +6911,7 @@
6911
6911
  "immutable": true,
6912
6912
  "locationInModule": {
6913
6913
  "filename": "src/providers/ecs.ts",
6914
- "line": 272
6914
+ "line": 277
6915
6915
  },
6916
6916
  "name": "connections",
6917
6917
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -6927,7 +6927,7 @@
6927
6927
  "immutable": true,
6928
6928
  "locationInModule": {
6929
6929
  "filename": "src/providers/ecs.ts",
6930
- "line": 267
6930
+ "line": 272
6931
6931
  },
6932
6932
  "name": "grantPrincipal",
6933
6933
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -6943,7 +6943,7 @@
6943
6943
  "immutable": true,
6944
6944
  "locationInModule": {
6945
6945
  "filename": "src/providers/ecs.ts",
6946
- "line": 247
6946
+ "line": 252
6947
6947
  },
6948
6948
  "name": "labels",
6949
6949
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -6965,7 +6965,7 @@
6965
6965
  "immutable": true,
6966
6966
  "locationInModule": {
6967
6967
  "filename": "src/providers/ecs.ts",
6968
- "line": 284
6968
+ "line": 289
6969
6969
  },
6970
6970
  "name": "logGroup",
6971
6971
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -7231,15 +7231,32 @@
7231
7231
  {
7232
7232
  "abstract": true,
7233
7233
  "docs": {
7234
- "default": "no spot capacity",
7234
+ "default": "false (true if spotMaxPrice is specified)",
7235
7235
  "stability": "experimental",
7236
- "summary": "Use spot capacity and set a maximum price for spot instances."
7236
+ "summary": "Use spot capacity."
7237
7237
  },
7238
7238
  "immutable": true,
7239
7239
  "locationInModule": {
7240
7240
  "filename": "src/providers/ecs.ts",
7241
7241
  "line": 156
7242
7242
  },
7243
+ "name": "spot",
7244
+ "optional": true,
7245
+ "type": {
7246
+ "primitive": "boolean"
7247
+ }
7248
+ },
7249
+ {
7250
+ "abstract": true,
7251
+ "docs": {
7252
+ "stability": "experimental",
7253
+ "summary": "Maximum price for spot instances."
7254
+ },
7255
+ "immutable": true,
7256
+ "locationInModule": {
7257
+ "filename": "src/providers/ecs.ts",
7258
+ "line": 161
7259
+ },
7243
7260
  "name": "spotMaxPrice",
7244
7261
  "optional": true,
7245
7262
  "type": {
@@ -7443,7 +7460,7 @@
7443
7460
  },
7444
7461
  "locationInModule": {
7445
7462
  "filename": "src/providers/common.ts",
7446
- "line": 467
7463
+ "line": 474
7447
7464
  },
7448
7465
  "name": "addRetry",
7449
7466
  "parameters": [
@@ -7532,7 +7549,7 @@
7532
7549
  },
7533
7550
  "locationInModule": {
7534
7551
  "filename": "src/providers/common.ts",
7535
- "line": 453
7552
+ "line": 460
7536
7553
  },
7537
7554
  "name": "labelsFromProperties",
7538
7555
  "parameters": [
@@ -8570,7 +8587,7 @@
8570
8587
  "kind": "interface",
8571
8588
  "locationInModule": {
8572
8589
  "filename": "src/providers/common.ts",
8573
- "line": 338
8590
+ "line": 345
8574
8591
  },
8575
8592
  "name": "IRunnerAmiStatus",
8576
8593
  "properties": [
@@ -8583,7 +8600,7 @@
8583
8600
  "immutable": true,
8584
8601
  "locationInModule": {
8585
8602
  "filename": "src/providers/common.ts",
8586
- "line": 342
8603
+ "line": 349
8587
8604
  },
8588
8605
  "name": "launchTemplate",
8589
8606
  "type": {
@@ -8599,7 +8616,7 @@
8599
8616
  "immutable": true,
8600
8617
  "locationInModule": {
8601
8618
  "filename": "src/providers/common.ts",
8602
- "line": 347
8619
+ "line": 354
8603
8620
  },
8604
8621
  "name": "amiBuilderLogGroup",
8605
8622
  "optional": true,
@@ -8674,7 +8691,7 @@
8674
8691
  "kind": "interface",
8675
8692
  "locationInModule": {
8676
8693
  "filename": "src/providers/common.ts",
8677
- "line": 318
8694
+ "line": 325
8678
8695
  },
8679
8696
  "name": "IRunnerImageStatus",
8680
8697
  "properties": [
@@ -8687,7 +8704,7 @@
8687
8704
  "immutable": true,
8688
8705
  "locationInModule": {
8689
8706
  "filename": "src/providers/common.ts",
8690
- "line": 322
8707
+ "line": 329
8691
8708
  },
8692
8709
  "name": "imageRepository",
8693
8710
  "type": {
@@ -8703,7 +8720,7 @@
8703
8720
  "immutable": true,
8704
8721
  "locationInModule": {
8705
8722
  "filename": "src/providers/common.ts",
8706
- "line": 327
8723
+ "line": 334
8707
8724
  },
8708
8725
  "name": "imageTag",
8709
8726
  "type": {
@@ -8719,7 +8736,7 @@
8719
8736
  "immutable": true,
8720
8737
  "locationInModule": {
8721
8738
  "filename": "src/providers/common.ts",
8722
- "line": 332
8739
+ "line": 339
8723
8740
  },
8724
8741
  "name": "imageBuilderLogGroup",
8725
8742
  "optional": true,
@@ -8746,7 +8763,7 @@
8746
8763
  "kind": "interface",
8747
8764
  "locationInModule": {
8748
8765
  "filename": "src/providers/common.ts",
8749
- "line": 398
8766
+ "line": 405
8750
8767
  },
8751
8768
  "methods": [
8752
8769
  {
@@ -8758,7 +8775,7 @@
8758
8775
  },
8759
8776
  "locationInModule": {
8760
8777
  "filename": "src/providers/common.ts",
8761
- "line": 422
8778
+ "line": 429
8762
8779
  },
8763
8780
  "name": "getStepFunctionTask",
8764
8781
  "parameters": [
@@ -8787,7 +8804,7 @@
8787
8804
  },
8788
8805
  "locationInModule": {
8789
8806
  "filename": "src/providers/common.ts",
8790
- "line": 430
8807
+ "line": 437
8791
8808
  },
8792
8809
  "name": "grantStateMachine",
8793
8810
  "parameters": [
@@ -8811,7 +8828,7 @@
8811
8828
  },
8812
8829
  "locationInModule": {
8813
8830
  "filename": "src/providers/common.ts",
8814
- "line": 437
8831
+ "line": 444
8815
8832
  },
8816
8833
  "name": "status",
8817
8834
  "parameters": [
@@ -8844,7 +8861,7 @@
8844
8861
  "immutable": true,
8845
8862
  "locationInModule": {
8846
8863
  "filename": "src/providers/common.ts",
8847
- "line": 406
8864
+ "line": 413
8848
8865
  },
8849
8866
  "name": "labels",
8850
8867
  "type": {
@@ -8866,7 +8883,7 @@
8866
8883
  "immutable": true,
8867
8884
  "locationInModule": {
8868
8885
  "filename": "src/providers/common.ts",
8869
- "line": 413
8886
+ "line": 420
8870
8887
  },
8871
8888
  "name": "logGroup",
8872
8889
  "type": {
@@ -8886,7 +8903,7 @@
8886
8903
  "kind": "interface",
8887
8904
  "locationInModule": {
8888
8905
  "filename": "src/providers/common.ts",
8889
- "line": 353
8906
+ "line": 360
8890
8907
  },
8891
8908
  "name": "IRunnerProviderStatus",
8892
8909
  "properties": [
@@ -8899,7 +8916,7 @@
8899
8916
  "immutable": true,
8900
8917
  "locationInModule": {
8901
8918
  "filename": "src/providers/common.ts",
8902
- "line": 362
8919
+ "line": 369
8903
8920
  },
8904
8921
  "name": "labels",
8905
8922
  "type": {
@@ -8920,7 +8937,7 @@
8920
8937
  "immutable": true,
8921
8938
  "locationInModule": {
8922
8939
  "filename": "src/providers/common.ts",
8923
- "line": 357
8940
+ "line": 364
8924
8941
  },
8925
8942
  "name": "type",
8926
8943
  "type": {
@@ -8936,7 +8953,7 @@
8936
8953
  "immutable": true,
8937
8954
  "locationInModule": {
8938
8955
  "filename": "src/providers/common.ts",
8939
- "line": 387
8956
+ "line": 394
8940
8957
  },
8941
8958
  "name": "ami",
8942
8959
  "optional": true,
@@ -8953,7 +8970,7 @@
8953
8970
  "immutable": true,
8954
8971
  "locationInModule": {
8955
8972
  "filename": "src/providers/common.ts",
8956
- "line": 382
8973
+ "line": 389
8957
8974
  },
8958
8975
  "name": "image",
8959
8976
  "optional": true,
@@ -8970,7 +8987,7 @@
8970
8987
  "immutable": true,
8971
8988
  "locationInModule": {
8972
8989
  "filename": "src/providers/common.ts",
8973
- "line": 392
8990
+ "line": 399
8974
8991
  },
8975
8992
  "name": "logGroup",
8976
8993
  "optional": true,
@@ -8987,7 +9004,7 @@
8987
9004
  "immutable": true,
8988
9005
  "locationInModule": {
8989
9006
  "filename": "src/providers/common.ts",
8990
- "line": 377
9007
+ "line": 384
8991
9008
  },
8992
9009
  "name": "roleArn",
8993
9010
  "optional": true,
@@ -9004,7 +9021,7 @@
9004
9021
  "immutable": true,
9005
9022
  "locationInModule": {
9006
9023
  "filename": "src/providers/common.ts",
9007
- "line": 372
9024
+ "line": 379
9008
9025
  },
9009
9026
  "name": "securityGroups",
9010
9027
  "optional": true,
@@ -9026,7 +9043,7 @@
9026
9043
  "immutable": true,
9027
9044
  "locationInModule": {
9028
9045
  "filename": "src/providers/common.ts",
9029
- "line": 367
9046
+ "line": 374
9030
9047
  },
9031
9048
  "name": "vpcArn",
9032
9049
  "optional": true,
@@ -9542,7 +9559,7 @@
9542
9559
  "kind": "class",
9543
9560
  "locationInModule": {
9544
9561
  "filename": "src/providers/lambda.ts",
9545
- "line": 440
9562
+ "line": 450
9546
9563
  },
9547
9564
  "name": "LambdaRunner",
9548
9565
  "symbolId": "src/providers/lambda:LambdaRunner"
@@ -9640,7 +9657,7 @@
9640
9657
  },
9641
9658
  "locationInModule": {
9642
9659
  "filename": "src/providers/common.ts",
9643
- "line": 467
9660
+ "line": 474
9644
9661
  },
9645
9662
  "name": "addRetry",
9646
9663
  "parameters": [
@@ -9681,7 +9698,7 @@
9681
9698
  },
9682
9699
  "locationInModule": {
9683
9700
  "filename": "src/providers/lambda.ts",
9684
- "line": 295
9701
+ "line": 304
9685
9702
  },
9686
9703
  "name": "getStepFunctionTask",
9687
9704
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -9710,7 +9727,7 @@
9710
9727
  },
9711
9728
  "locationInModule": {
9712
9729
  "filename": "src/providers/lambda.ts",
9713
- "line": 358
9730
+ "line": 367
9714
9731
  },
9715
9732
  "name": "grantStateMachine",
9716
9733
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -9729,7 +9746,7 @@
9729
9746
  },
9730
9747
  "locationInModule": {
9731
9748
  "filename": "src/providers/common.ts",
9732
- "line": 453
9749
+ "line": 460
9733
9750
  },
9734
9751
  "name": "labelsFromProperties",
9735
9752
  "parameters": [
@@ -9779,7 +9796,7 @@
9779
9796
  },
9780
9797
  "locationInModule": {
9781
9798
  "filename": "src/providers/lambda.ts",
9782
- "line": 361
9799
+ "line": 370
9783
9800
  },
9784
9801
  "name": "status",
9785
9802
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -9846,7 +9863,7 @@
9846
9863
  "immutable": true,
9847
9864
  "locationInModule": {
9848
9865
  "filename": "src/providers/lambda.ts",
9849
- "line": 284
9866
+ "line": 293
9850
9867
  },
9851
9868
  "name": "connections",
9852
9869
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -10739,7 +10756,7 @@
10739
10756
  "kind": "interface",
10740
10757
  "locationInModule": {
10741
10758
  "filename": "src/providers/common.ts",
10742
- "line": 228
10759
+ "line": 235
10743
10760
  },
10744
10761
  "name": "ProviderRetryOptions",
10745
10762
  "properties": [
@@ -10753,7 +10770,7 @@
10753
10770
  "immutable": true,
10754
10771
  "locationInModule": {
10755
10772
  "filename": "src/providers/common.ts",
10756
- "line": 255
10773
+ "line": 262
10757
10774
  },
10758
10775
  "name": "backoffRate",
10759
10776
  "optional": true,
@@ -10772,7 +10789,7 @@
10772
10789
  "immutable": true,
10773
10790
  "locationInModule": {
10774
10791
  "filename": "src/providers/common.ts",
10775
- "line": 241
10792
+ "line": 248
10776
10793
  },
10777
10794
  "name": "interval",
10778
10795
  "optional": true,
@@ -10790,7 +10807,7 @@
10790
10807
  "immutable": true,
10791
10808
  "locationInModule": {
10792
10809
  "filename": "src/providers/common.ts",
10793
- "line": 248
10810
+ "line": 255
10794
10811
  },
10795
10812
  "name": "maxAttempts",
10796
10813
  "optional": true,
@@ -10809,7 +10826,7 @@
10809
10826
  "immutable": true,
10810
10827
  "locationInModule": {
10811
10828
  "filename": "src/providers/common.ts",
10812
- "line": 234
10829
+ "line": 241
10813
10830
  },
10814
10831
  "name": "retry",
10815
10832
  "optional": true,
@@ -10831,7 +10848,7 @@
10831
10848
  "kind": "interface",
10832
10849
  "locationInModule": {
10833
10850
  "filename": "src/providers/common.ts",
10834
- "line": 196
10851
+ "line": 203
10835
10852
  },
10836
10853
  "name": "RunnerAmi",
10837
10854
  "properties": [
@@ -10844,7 +10861,7 @@
10844
10861
  "immutable": true,
10845
10862
  "locationInModule": {
10846
10863
  "filename": "src/providers/common.ts",
10847
- "line": 205
10864
+ "line": 212
10848
10865
  },
10849
10866
  "name": "architecture",
10850
10867
  "type": {
@@ -10860,7 +10877,7 @@
10860
10877
  "immutable": true,
10861
10878
  "locationInModule": {
10862
10879
  "filename": "src/providers/common.ts",
10863
- "line": 200
10880
+ "line": 207
10864
10881
  },
10865
10882
  "name": "launchTemplate",
10866
10883
  "type": {
@@ -10876,7 +10893,7 @@
10876
10893
  "immutable": true,
10877
10894
  "locationInModule": {
10878
10895
  "filename": "src/providers/common.ts",
10879
- "line": 210
10896
+ "line": 217
10880
10897
  },
10881
10898
  "name": "os",
10882
10899
  "type": {
@@ -10893,7 +10910,7 @@
10893
10910
  "immutable": true,
10894
10911
  "locationInModule": {
10895
10912
  "filename": "src/providers/common.ts",
10896
- "line": 222
10913
+ "line": 229
10897
10914
  },
10898
10915
  "name": "runnerVersion",
10899
10916
  "type": {
@@ -10909,7 +10926,7 @@
10909
10926
  "immutable": true,
10910
10927
  "locationInModule": {
10911
10928
  "filename": "src/providers/common.ts",
10912
- "line": 215
10929
+ "line": 222
10913
10930
  },
10914
10931
  "name": "logGroup",
10915
10932
  "optional": true,
@@ -12178,7 +12195,7 @@
12178
12195
  "kind": "interface",
12179
12196
  "locationInModule": {
12180
12197
  "filename": "src/providers/common.ts",
12181
- "line": 261
12198
+ "line": 268
12182
12199
  },
12183
12200
  "name": "RunnerProviderProps",
12184
12201
  "properties": [
@@ -12193,7 +12210,7 @@
12193
12210
  "immutable": true,
12194
12211
  "locationInModule": {
12195
12212
  "filename": "src/providers/common.ts",
12196
- "line": 269
12213
+ "line": 276
12197
12214
  },
12198
12215
  "name": "logRetention",
12199
12216
  "optional": true,
@@ -12211,7 +12228,7 @@
12211
12228
  "immutable": true,
12212
12229
  "locationInModule": {
12213
12230
  "filename": "src/providers/common.ts",
12214
- "line": 276
12231
+ "line": 283
12215
12232
  },
12216
12233
  "name": "retryOptions",
12217
12234
  "optional": true,
@@ -12234,7 +12251,7 @@
12234
12251
  "kind": "interface",
12235
12252
  "locationInModule": {
12236
12253
  "filename": "src/providers/common.ts",
12237
- "line": 288
12254
+ "line": 295
12238
12255
  },
12239
12256
  "name": "RunnerRuntimeParameters",
12240
12257
  "properties": [
@@ -12248,7 +12265,7 @@
12248
12265
  "immutable": true,
12249
12266
  "locationInModule": {
12250
12267
  "filename": "src/providers/common.ts",
12251
- "line": 302
12268
+ "line": 309
12252
12269
  },
12253
12270
  "name": "githubDomainPath",
12254
12271
  "type": {
@@ -12264,7 +12281,7 @@
12264
12281
  "immutable": true,
12265
12282
  "locationInModule": {
12266
12283
  "filename": "src/providers/common.ts",
12267
- "line": 307
12284
+ "line": 314
12268
12285
  },
12269
12286
  "name": "ownerPath",
12270
12287
  "type": {
@@ -12280,7 +12297,7 @@
12280
12297
  "immutable": true,
12281
12298
  "locationInModule": {
12282
12299
  "filename": "src/providers/common.ts",
12283
- "line": 312
12300
+ "line": 319
12284
12301
  },
12285
12302
  "name": "repoPath",
12286
12303
  "type": {
@@ -12297,7 +12314,7 @@
12297
12314
  "immutable": true,
12298
12315
  "locationInModule": {
12299
12316
  "filename": "src/providers/common.ts",
12300
- "line": 297
12317
+ "line": 304
12301
12318
  },
12302
12319
  "name": "runnerNamePath",
12303
12320
  "type": {
@@ -12313,7 +12330,7 @@
12313
12330
  "immutable": true,
12314
12331
  "locationInModule": {
12315
12332
  "filename": "src/providers/common.ts",
12316
- "line": 292
12333
+ "line": 299
12317
12334
  },
12318
12335
  "name": "runnerTokenPath",
12319
12336
  "type": {
@@ -12577,7 +12594,7 @@
12577
12594
  },
12578
12595
  "locationInModule": {
12579
12596
  "filename": "src/image-builders/static.ts",
12580
- "line": 48
12597
+ "line": 49
12581
12598
  },
12582
12599
  "name": "fromDockerHub",
12583
12600
  "parameters": [
@@ -12940,6 +12957,6 @@
12940
12957
  "symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
12941
12958
  }
12942
12959
  },
12943
- "version": "0.9.6",
12944
- "fingerprint": "dXLB8R7bVjXz9NvFFt0Yd2eBeyqrjen4wC9L+uovCr0="
12960
+ "version": "0.9.7",
12961
+ "fingerprint": "WvNV3e021YDh9bxgjpR92gFXUW/VDrTfwOfAn6GsGO8="
12945
12962
  }