@cloudsnorkel/cdk-github-runners 0.5.3 → 0.5.5
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.
- package/.jsii +63 -44
- package/API.md +16 -0
- package/lib/lambdas/update-lambda/index.js +2695 -468
- package/lib/providers/codebuild.js +1 -1
- package/lib/providers/common.js +3 -3
- package/lib/providers/fargate.js +1 -1
- package/lib/providers/image-builders/codebuild.js +1 -1
- package/lib/providers/image-builders/container.d.ts +7 -0
- package/lib/providers/image-builders/container.js +6 -5
- package/lib/providers/image-builders/static.js +1 -1
- package/lib/providers/lambda.js +1 -1
- package/lib/runner.js +3 -3
- package/lib/secrets.js +1 -1
- package/package.json +10 -10
package/.jsii
CHANGED
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
"stability": "experimental"
|
|
3011
3011
|
},
|
|
3012
3012
|
"homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
3013
|
-
"jsiiVersion": "1.
|
|
3013
|
+
"jsiiVersion": "1.70.0 (build 03c2f6f)",
|
|
3014
3014
|
"keywords": [
|
|
3015
3015
|
"aws",
|
|
3016
3016
|
"aws-cdk",
|
|
@@ -4028,7 +4028,7 @@
|
|
|
4028
4028
|
},
|
|
4029
4029
|
"locationInModule": {
|
|
4030
4030
|
"filename": "src/providers/image-builders/container.ts",
|
|
4031
|
-
"line":
|
|
4031
|
+
"line": 451
|
|
4032
4032
|
},
|
|
4033
4033
|
"parameters": [
|
|
4034
4034
|
{
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
"kind": "class",
|
|
4059
4059
|
"locationInModule": {
|
|
4060
4060
|
"filename": "src/providers/image-builders/container.ts",
|
|
4061
|
-
"line":
|
|
4061
|
+
"line": 430
|
|
4062
4062
|
},
|
|
4063
4063
|
"methods": [
|
|
4064
4064
|
{
|
|
@@ -4068,7 +4068,7 @@
|
|
|
4068
4068
|
},
|
|
4069
4069
|
"locationInModule": {
|
|
4070
4070
|
"filename": "src/providers/image-builders/container.ts",
|
|
4071
|
-
"line":
|
|
4071
|
+
"line": 595
|
|
4072
4072
|
},
|
|
4073
4073
|
"name": "addComponent",
|
|
4074
4074
|
"parameters": [
|
|
@@ -4088,7 +4088,7 @@
|
|
|
4088
4088
|
},
|
|
4089
4089
|
"locationInModule": {
|
|
4090
4090
|
"filename": "src/providers/image-builders/container.ts",
|
|
4091
|
-
"line":
|
|
4091
|
+
"line": 612
|
|
4092
4092
|
},
|
|
4093
4093
|
"name": "addExtraCertificates",
|
|
4094
4094
|
"parameters": [
|
|
@@ -4110,7 +4110,7 @@
|
|
|
4110
4110
|
},
|
|
4111
4111
|
"locationInModule": {
|
|
4112
4112
|
"filename": "src/providers/image-builders/container.ts",
|
|
4113
|
-
"line":
|
|
4113
|
+
"line": 633
|
|
4114
4114
|
},
|
|
4115
4115
|
"name": "bind",
|
|
4116
4116
|
"overrides": "@cloudsnorkel/cdk-github-runners.IImageBuilder",
|
|
@@ -4128,7 +4128,7 @@
|
|
|
4128
4128
|
},
|
|
4129
4129
|
"locationInModule": {
|
|
4130
4130
|
"filename": "src/providers/image-builders/container.ts",
|
|
4131
|
-
"line":
|
|
4131
|
+
"line": 581
|
|
4132
4132
|
},
|
|
4133
4133
|
"name": "prependComponent",
|
|
4134
4134
|
"parameters": [
|
|
@@ -4150,7 +4150,7 @@
|
|
|
4150
4150
|
"immutable": true,
|
|
4151
4151
|
"locationInModule": {
|
|
4152
4152
|
"filename": "src/providers/image-builders/container.ts",
|
|
4153
|
-
"line":
|
|
4153
|
+
"line": 431
|
|
4154
4154
|
},
|
|
4155
4155
|
"name": "architecture",
|
|
4156
4156
|
"type": {
|
|
@@ -4164,7 +4164,7 @@
|
|
|
4164
4164
|
"immutable": true,
|
|
4165
4165
|
"locationInModule": {
|
|
4166
4166
|
"filename": "src/providers/image-builders/container.ts",
|
|
4167
|
-
"line":
|
|
4167
|
+
"line": 435
|
|
4168
4168
|
},
|
|
4169
4169
|
"name": "description",
|
|
4170
4170
|
"type": {
|
|
@@ -4178,7 +4178,7 @@
|
|
|
4178
4178
|
"immutable": true,
|
|
4179
4179
|
"locationInModule": {
|
|
4180
4180
|
"filename": "src/providers/image-builders/container.ts",
|
|
4181
|
-
"line":
|
|
4181
|
+
"line": 446
|
|
4182
4182
|
},
|
|
4183
4183
|
"name": "instanceTypes",
|
|
4184
4184
|
"type": {
|
|
@@ -4197,7 +4197,7 @@
|
|
|
4197
4197
|
"immutable": true,
|
|
4198
4198
|
"locationInModule": {
|
|
4199
4199
|
"filename": "src/providers/image-builders/container.ts",
|
|
4200
|
-
"line":
|
|
4200
|
+
"line": 449
|
|
4201
4201
|
},
|
|
4202
4202
|
"name": "logRemovalPolicy",
|
|
4203
4203
|
"type": {
|
|
@@ -4211,7 +4211,7 @@
|
|
|
4211
4211
|
"immutable": true,
|
|
4212
4212
|
"locationInModule": {
|
|
4213
4213
|
"filename": "src/providers/image-builders/container.ts",
|
|
4214
|
-
"line":
|
|
4214
|
+
"line": 448
|
|
4215
4215
|
},
|
|
4216
4216
|
"name": "logRetention",
|
|
4217
4217
|
"type": {
|
|
@@ -4225,7 +4225,7 @@
|
|
|
4225
4225
|
"immutable": true,
|
|
4226
4226
|
"locationInModule": {
|
|
4227
4227
|
"filename": "src/providers/image-builders/container.ts",
|
|
4228
|
-
"line":
|
|
4228
|
+
"line": 432
|
|
4229
4229
|
},
|
|
4230
4230
|
"name": "os",
|
|
4231
4231
|
"type": {
|
|
@@ -4239,7 +4239,7 @@
|
|
|
4239
4239
|
"immutable": true,
|
|
4240
4240
|
"locationInModule": {
|
|
4241
4241
|
"filename": "src/providers/image-builders/container.ts",
|
|
4242
|
-
"line":
|
|
4242
|
+
"line": 433
|
|
4243
4243
|
},
|
|
4244
4244
|
"name": "platform",
|
|
4245
4245
|
"type": {
|
|
@@ -4253,7 +4253,7 @@
|
|
|
4253
4253
|
"immutable": true,
|
|
4254
4254
|
"locationInModule": {
|
|
4255
4255
|
"filename": "src/providers/image-builders/container.ts",
|
|
4256
|
-
"line":
|
|
4256
|
+
"line": 447
|
|
4257
4257
|
},
|
|
4258
4258
|
"name": "rebuildInterval",
|
|
4259
4259
|
"type": {
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
"immutable": true,
|
|
4268
4268
|
"locationInModule": {
|
|
4269
4269
|
"filename": "src/providers/image-builders/container.ts",
|
|
4270
|
-
"line":
|
|
4270
|
+
"line": 439
|
|
4271
4271
|
},
|
|
4272
4272
|
"name": "repository",
|
|
4273
4273
|
"type": {
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
"immutable": true,
|
|
4282
4282
|
"locationInModule": {
|
|
4283
4283
|
"filename": "src/providers/image-builders/container.ts",
|
|
4284
|
-
"line":
|
|
4284
|
+
"line": 437
|
|
4285
4285
|
},
|
|
4286
4286
|
"name": "runnerVersion",
|
|
4287
4287
|
"type": {
|
|
@@ -4295,7 +4295,7 @@
|
|
|
4295
4295
|
"immutable": true,
|
|
4296
4296
|
"locationInModule": {
|
|
4297
4297
|
"filename": "src/providers/image-builders/container.ts",
|
|
4298
|
-
"line":
|
|
4298
|
+
"line": 445
|
|
4299
4299
|
},
|
|
4300
4300
|
"name": "securityGroupIds",
|
|
4301
4301
|
"optional": true,
|
|
@@ -4315,7 +4315,7 @@
|
|
|
4315
4315
|
"immutable": true,
|
|
4316
4316
|
"locationInModule": {
|
|
4317
4317
|
"filename": "src/providers/image-builders/container.ts",
|
|
4318
|
-
"line":
|
|
4318
|
+
"line": 444
|
|
4319
4319
|
},
|
|
4320
4320
|
"name": "subnetId",
|
|
4321
4321
|
"optional": true,
|
|
@@ -4369,7 +4369,7 @@
|
|
|
4369
4369
|
"immutable": true,
|
|
4370
4370
|
"locationInModule": {
|
|
4371
4371
|
"filename": "src/providers/image-builders/container.ts",
|
|
4372
|
-
"line":
|
|
4372
|
+
"line": 92
|
|
4373
4373
|
},
|
|
4374
4374
|
"name": "instanceType",
|
|
4375
4375
|
"optional": true,
|
|
@@ -4388,7 +4388,7 @@
|
|
|
4388
4388
|
"immutable": true,
|
|
4389
4389
|
"locationInModule": {
|
|
4390
4390
|
"filename": "src/providers/image-builders/container.ts",
|
|
4391
|
-
"line":
|
|
4391
|
+
"line": 110
|
|
4392
4392
|
},
|
|
4393
4393
|
"name": "logRemovalPolicy",
|
|
4394
4394
|
"optional": true,
|
|
@@ -4407,7 +4407,7 @@
|
|
|
4407
4407
|
"immutable": true,
|
|
4408
4408
|
"locationInModule": {
|
|
4409
4409
|
"filename": "src/providers/image-builders/container.ts",
|
|
4410
|
-
"line":
|
|
4410
|
+
"line": 101
|
|
4411
4411
|
},
|
|
4412
4412
|
"name": "logRetention",
|
|
4413
4413
|
"optional": true,
|
|
@@ -4433,6 +4433,25 @@
|
|
|
4433
4433
|
"fqn": "@cloudsnorkel/cdk-github-runners.Os"
|
|
4434
4434
|
}
|
|
4435
4435
|
},
|
|
4436
|
+
{
|
|
4437
|
+
"abstract": true,
|
|
4438
|
+
"docs": {
|
|
4439
|
+
"default": "'mcr.microsoft.com/windows/servercore:ltsc2019-amd64'",
|
|
4440
|
+
"remarks": "You can use either Image Builder image ARN or public registry image.",
|
|
4441
|
+
"stability": "experimental",
|
|
4442
|
+
"summary": "Parent image for the new Docker Image."
|
|
4443
|
+
},
|
|
4444
|
+
"immutable": true,
|
|
4445
|
+
"locationInModule": {
|
|
4446
|
+
"filename": "src/providers/image-builders/container.ts",
|
|
4447
|
+
"line": 48
|
|
4448
|
+
},
|
|
4449
|
+
"name": "parentImage",
|
|
4450
|
+
"optional": true,
|
|
4451
|
+
"type": {
|
|
4452
|
+
"primitive": "string"
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4436
4455
|
{
|
|
4437
4456
|
"abstract": true,
|
|
4438
4457
|
"docs": {
|
|
@@ -4444,7 +4463,7 @@
|
|
|
4444
4463
|
"immutable": true,
|
|
4445
4464
|
"locationInModule": {
|
|
4446
4465
|
"filename": "src/providers/image-builders/container.ts",
|
|
4447
|
-
"line":
|
|
4466
|
+
"line": 64
|
|
4448
4467
|
},
|
|
4449
4468
|
"name": "rebuildInterval",
|
|
4450
4469
|
"optional": true,
|
|
@@ -4462,7 +4481,7 @@
|
|
|
4462
4481
|
"immutable": true,
|
|
4463
4482
|
"locationInModule": {
|
|
4464
4483
|
"filename": "src/providers/image-builders/container.ts",
|
|
4465
|
-
"line":
|
|
4484
|
+
"line": 55
|
|
4466
4485
|
},
|
|
4467
4486
|
"name": "runnerVersion",
|
|
4468
4487
|
"optional": true,
|
|
@@ -4480,7 +4499,7 @@
|
|
|
4480
4499
|
"immutable": true,
|
|
4481
4500
|
"locationInModule": {
|
|
4482
4501
|
"filename": "src/providers/image-builders/container.ts",
|
|
4483
|
-
"line":
|
|
4502
|
+
"line": 78
|
|
4484
4503
|
},
|
|
4485
4504
|
"name": "securityGroup",
|
|
4486
4505
|
"optional": true,
|
|
@@ -4498,7 +4517,7 @@
|
|
|
4498
4517
|
"immutable": true,
|
|
4499
4518
|
"locationInModule": {
|
|
4500
4519
|
"filename": "src/providers/image-builders/container.ts",
|
|
4501
|
-
"line":
|
|
4520
|
+
"line": 85
|
|
4502
4521
|
},
|
|
4503
4522
|
"name": "subnetSelection",
|
|
4504
4523
|
"optional": true,
|
|
@@ -4516,7 +4535,7 @@
|
|
|
4516
4535
|
"immutable": true,
|
|
4517
4536
|
"locationInModule": {
|
|
4518
4537
|
"filename": "src/providers/image-builders/container.ts",
|
|
4519
|
-
"line":
|
|
4538
|
+
"line": 71
|
|
4520
4539
|
},
|
|
4521
4540
|
"name": "vpc",
|
|
4522
4541
|
"optional": true,
|
|
@@ -5512,7 +5531,7 @@
|
|
|
5512
5531
|
"kind": "interface",
|
|
5513
5532
|
"locationInModule": {
|
|
5514
5533
|
"filename": "src/providers/image-builders/container.ts",
|
|
5515
|
-
"line":
|
|
5534
|
+
"line": 155
|
|
5516
5535
|
},
|
|
5517
5536
|
"name": "ImageBuilderAsset",
|
|
5518
5537
|
"properties": [
|
|
@@ -5525,7 +5544,7 @@
|
|
|
5525
5544
|
"immutable": true,
|
|
5526
5545
|
"locationInModule": {
|
|
5527
5546
|
"filename": "src/providers/image-builders/container.ts",
|
|
5528
|
-
"line":
|
|
5547
|
+
"line": 164
|
|
5529
5548
|
},
|
|
5530
5549
|
"name": "asset",
|
|
5531
5550
|
"type": {
|
|
@@ -5541,7 +5560,7 @@
|
|
|
5541
5560
|
"immutable": true,
|
|
5542
5561
|
"locationInModule": {
|
|
5543
5562
|
"filename": "src/providers/image-builders/container.ts",
|
|
5544
|
-
"line":
|
|
5563
|
+
"line": 159
|
|
5545
5564
|
},
|
|
5546
5565
|
"name": "path",
|
|
5547
5566
|
"type": {
|
|
@@ -5566,7 +5585,7 @@
|
|
|
5566
5585
|
},
|
|
5567
5586
|
"locationInModule": {
|
|
5568
5587
|
"filename": "src/providers/image-builders/container.ts",
|
|
5569
|
-
"line":
|
|
5588
|
+
"line": 229
|
|
5570
5589
|
},
|
|
5571
5590
|
"parameters": [
|
|
5572
5591
|
{
|
|
@@ -5592,7 +5611,7 @@
|
|
|
5592
5611
|
"kind": "class",
|
|
5593
5612
|
"locationInModule": {
|
|
5594
5613
|
"filename": "src/providers/image-builders/container.ts",
|
|
5595
|
-
"line":
|
|
5614
|
+
"line": 216
|
|
5596
5615
|
},
|
|
5597
5616
|
"methods": [
|
|
5598
5617
|
{
|
|
@@ -5602,7 +5621,7 @@
|
|
|
5602
5621
|
},
|
|
5603
5622
|
"locationInModule": {
|
|
5604
5623
|
"filename": "src/providers/image-builders/container.ts",
|
|
5605
|
-
"line":
|
|
5624
|
+
"line": 321
|
|
5606
5625
|
},
|
|
5607
5626
|
"name": "grantAssetsRead",
|
|
5608
5627
|
"parameters": [
|
|
@@ -5620,7 +5639,7 @@
|
|
|
5620
5639
|
},
|
|
5621
5640
|
"locationInModule": {
|
|
5622
5641
|
"filename": "src/providers/image-builders/container.ts",
|
|
5623
|
-
"line":
|
|
5642
|
+
"line": 122
|
|
5624
5643
|
},
|
|
5625
5644
|
"name": "version",
|
|
5626
5645
|
"parameters": [
|
|
@@ -5661,7 +5680,7 @@
|
|
|
5661
5680
|
"immutable": true,
|
|
5662
5681
|
"locationInModule": {
|
|
5663
5682
|
"filename": "src/providers/image-builders/container.ts",
|
|
5664
|
-
"line":
|
|
5683
|
+
"line": 220
|
|
5665
5684
|
},
|
|
5666
5685
|
"name": "arn",
|
|
5667
5686
|
"type": {
|
|
@@ -5676,7 +5695,7 @@
|
|
|
5676
5695
|
"immutable": true,
|
|
5677
5696
|
"locationInModule": {
|
|
5678
5697
|
"filename": "src/providers/image-builders/container.ts",
|
|
5679
|
-
"line":
|
|
5698
|
+
"line": 225
|
|
5680
5699
|
},
|
|
5681
5700
|
"name": "platform",
|
|
5682
5701
|
"type": {
|
|
@@ -5697,7 +5716,7 @@
|
|
|
5697
5716
|
"kind": "interface",
|
|
5698
5717
|
"locationInModule": {
|
|
5699
5718
|
"filename": "src/providers/image-builders/container.ts",
|
|
5700
|
-
"line":
|
|
5719
|
+
"line": 170
|
|
5701
5720
|
},
|
|
5702
5721
|
"name": "ImageBuilderComponentProperties",
|
|
5703
5722
|
"properties": [
|
|
@@ -5711,7 +5730,7 @@
|
|
|
5711
5730
|
"immutable": true,
|
|
5712
5731
|
"locationInModule": {
|
|
5713
5732
|
"filename": "src/providers/image-builders/container.ts",
|
|
5714
|
-
"line":
|
|
5733
|
+
"line": 191
|
|
5715
5734
|
},
|
|
5716
5735
|
"name": "commands",
|
|
5717
5736
|
"type": {
|
|
@@ -5732,7 +5751,7 @@
|
|
|
5732
5751
|
"immutable": true,
|
|
5733
5752
|
"locationInModule": {
|
|
5734
5753
|
"filename": "src/providers/image-builders/container.ts",
|
|
5735
|
-
"line":
|
|
5754
|
+
"line": 184
|
|
5736
5755
|
},
|
|
5737
5756
|
"name": "description",
|
|
5738
5757
|
"type": {
|
|
@@ -5748,7 +5767,7 @@
|
|
|
5748
5767
|
"immutable": true,
|
|
5749
5768
|
"locationInModule": {
|
|
5750
5769
|
"filename": "src/providers/image-builders/container.ts",
|
|
5751
|
-
"line":
|
|
5770
|
+
"line": 179
|
|
5752
5771
|
},
|
|
5753
5772
|
"name": "displayName",
|
|
5754
5773
|
"type": {
|
|
@@ -5765,7 +5784,7 @@
|
|
|
5765
5784
|
"immutable": true,
|
|
5766
5785
|
"locationInModule": {
|
|
5767
5786
|
"filename": "src/providers/image-builders/container.ts",
|
|
5768
|
-
"line":
|
|
5787
|
+
"line": 174
|
|
5769
5788
|
},
|
|
5770
5789
|
"name": "platform",
|
|
5771
5790
|
"type": {
|
|
@@ -5781,7 +5800,7 @@
|
|
|
5781
5800
|
"immutable": true,
|
|
5782
5801
|
"locationInModule": {
|
|
5783
5802
|
"filename": "src/providers/image-builders/container.ts",
|
|
5784
|
-
"line":
|
|
5803
|
+
"line": 196
|
|
5785
5804
|
},
|
|
5786
5805
|
"name": "assets",
|
|
5787
5806
|
"optional": true,
|
|
@@ -6870,6 +6889,6 @@
|
|
|
6870
6889
|
"symbolId": "src/providers/image-builders/static:StaticRunnerImage"
|
|
6871
6890
|
}
|
|
6872
6891
|
},
|
|
6873
|
-
"version": "0.5.
|
|
6874
|
-
"fingerprint": "
|
|
6892
|
+
"version": "0.5.5",
|
|
6893
|
+
"fingerprint": "JNVqUntuGX/+IZfzpGaBOjp7dE4hjIggEBm6uIvH2JA="
|
|
6875
6894
|
}
|
package/API.md
CHANGED
|
@@ -2360,6 +2360,7 @@ const containerImageBuilderProps: ContainerImageBuilderProps = { ... }
|
|
|
2360
2360
|
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.logRemovalPolicy">logRemovalPolicy</a></code> | <code>aws-cdk-lib.RemovalPolicy</code> | Removal policy for logs of image builds. |
|
|
2361
2361
|
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.logRetention">logRetention</a></code> | <code>aws-cdk-lib.aws_logs.RetentionDays</code> | The number of days log events are kept in CloudWatch Logs. |
|
|
2362
2362
|
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.os">os</a></code> | <code><a href="#@cloudsnorkel/cdk-github-runners.Os">Os</a></code> | Image OS. |
|
|
2363
|
+
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.parentImage">parentImage</a></code> | <code>string</code> | Parent image for the new Docker Image. |
|
|
2363
2364
|
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.rebuildInterval">rebuildInterval</a></code> | <code>aws-cdk-lib.Duration</code> | Schedule the image to be rebuilt every given interval. |
|
|
2364
2365
|
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.runnerVersion">runnerVersion</a></code> | <code><a href="#@cloudsnorkel/cdk-github-runners.RunnerVersion">RunnerVersion</a></code> | Version of GitHub Runners to install. |
|
|
2365
2366
|
| <code><a href="#@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.securityGroup">securityGroup</a></code> | <code>aws-cdk-lib.aws_ec2.ISecurityGroup</code> | Security Group to assign to this instance. |
|
|
@@ -2441,6 +2442,21 @@ Image OS.
|
|
|
2441
2442
|
|
|
2442
2443
|
---
|
|
2443
2444
|
|
|
2445
|
+
##### `parentImage`<sup>Optional</sup> <a name="parentImage" id="@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.parentImage"></a>
|
|
2446
|
+
|
|
2447
|
+
```typescript
|
|
2448
|
+
public readonly parentImage: string;
|
|
2449
|
+
```
|
|
2450
|
+
|
|
2451
|
+
- *Type:* string
|
|
2452
|
+
- *Default:* 'mcr.microsoft.com/windows/servercore:ltsc2019-amd64'
|
|
2453
|
+
|
|
2454
|
+
Parent image for the new Docker Image.
|
|
2455
|
+
|
|
2456
|
+
You can use either Image Builder image ARN or public registry image.
|
|
2457
|
+
|
|
2458
|
+
---
|
|
2459
|
+
|
|
2444
2460
|
##### `rebuildInterval`<sup>Optional</sup> <a name="rebuildInterval" id="@cloudsnorkel/cdk-github-runners.ContainerImageBuilderProps.property.rebuildInterval"></a>
|
|
2445
2461
|
|
|
2446
2462
|
```typescript
|