@cloudsnorkel/cdk-github-runners 0.12.0 → 0.12.2
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 +95 -78
- package/API.md +15 -2
- package/assets/delete-failed-runner.lambda/index.js +175 -175
- package/assets/docker-images/lambda/linux-x64/runner.sh +6 -0
- package/assets/idle-runner-repear.lambda/index.js +175 -175
- package/assets/image-builders/aws-image-builder/versioner.lambda/index.js +55 -55
- package/assets/setup.lambda/index.js +65 -65
- package/assets/status.lambda/index.js +169 -169
- package/assets/token-retriever.lambda/index.js +175 -175
- package/assets/webhook-handler.lambda/index.js +175 -175
- package/lib/access.js +3 -3
- package/lib/delete-failed-runner.lambda.js +1 -1
- package/lib/idle-runner-repear.lambda.js +1 -1
- package/lib/image-builders/api.js +4 -4
- package/lib/image-builders/aws-image-builder/ami.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +12 -6
- package/lib/image-builders/aws-image-builder/common.js +2 -2
- package/lib/image-builders/aws-image-builder/container.js +1 -1
- package/lib/image-builders/aws-image-builder/delete-ami.lambda.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/ami.js +3 -3
- package/lib/image-builders/aws-image-builder/deprecated/common.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/container.js +4 -4
- package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +3 -3
- package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +3 -3
- package/lib/image-builders/aws-image-builder/filter-failed-builds.lambda.js +1 -1
- package/lib/image-builders/aws-image-builder/versioner.lambda.js +1 -1
- package/lib/image-builders/build-image.lambda.js +1 -1
- package/lib/image-builders/codebuild-deprecated.js +3 -3
- package/lib/image-builders/codebuild.js +10 -4
- package/lib/image-builders/common.js +2 -2
- package/lib/image-builders/components.js +37 -10
- package/lib/image-builders/static.js +3 -3
- package/lib/lambda-github.js +1 -1
- package/lib/lambda-helpers.js +1 -1
- package/lib/providers/ami-root-device.lambda.js +1 -1
- package/lib/providers/codebuild.js +6 -6
- package/lib/providers/common.d.ts +4 -0
- package/lib/providers/common.js +11 -7
- package/lib/providers/ec2.js +6 -6
- package/lib/providers/ecs.js +5 -5
- package/lib/providers/fargate.js +6 -6
- package/lib/providers/lambda.d.ts +1 -1
- package/lib/providers/lambda.js +12 -12
- package/lib/providers/update-lambda.lambda.js +1 -1
- package/lib/runner.js +3 -3
- package/lib/secrets.js +3 -3
- package/lib/setup.lambda.js +1 -1
- package/lib/status.lambda.js +1 -1
- package/lib/token-retriever.lambda.js +1 -1
- package/lib/utils.js +1 -1
- package/lib/webhook-handler.lambda.js +2 -2
- package/package.json +30 -28
- package/.gitattributes +0 -43
package/.jsii
CHANGED
|
@@ -3556,7 +3556,7 @@
|
|
|
3556
3556
|
"stability": "experimental"
|
|
3557
3557
|
},
|
|
3558
3558
|
"homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
3559
|
-
"jsiiVersion": "5.
|
|
3559
|
+
"jsiiVersion": "5.3.2 (build 6cb444d)",
|
|
3560
3560
|
"keywords": [
|
|
3561
3561
|
"aws",
|
|
3562
3562
|
"aws-cdk",
|
|
@@ -5349,7 +5349,7 @@
|
|
|
5349
5349
|
},
|
|
5350
5350
|
"locationInModule": {
|
|
5351
5351
|
"filename": "src/providers/common.ts",
|
|
5352
|
-
"line":
|
|
5352
|
+
"line": 484
|
|
5353
5353
|
},
|
|
5354
5354
|
"name": "labelsFromProperties",
|
|
5355
5355
|
"parameters": [
|
|
@@ -6661,7 +6661,7 @@
|
|
|
6661
6661
|
},
|
|
6662
6662
|
"locationInModule": {
|
|
6663
6663
|
"filename": "src/providers/common.ts",
|
|
6664
|
-
"line":
|
|
6664
|
+
"line": 484
|
|
6665
6665
|
},
|
|
6666
6666
|
"name": "labelsFromProperties",
|
|
6667
6667
|
"parameters": [
|
|
@@ -7222,7 +7222,7 @@
|
|
|
7222
7222
|
},
|
|
7223
7223
|
"locationInModule": {
|
|
7224
7224
|
"filename": "src/providers/common.ts",
|
|
7225
|
-
"line":
|
|
7225
|
+
"line": 484
|
|
7226
7226
|
},
|
|
7227
7227
|
"name": "labelsFromProperties",
|
|
7228
7228
|
"parameters": [
|
|
@@ -7940,7 +7940,7 @@
|
|
|
7940
7940
|
},
|
|
7941
7941
|
"locationInModule": {
|
|
7942
7942
|
"filename": "src/providers/common.ts",
|
|
7943
|
-
"line":
|
|
7943
|
+
"line": 484
|
|
7944
7944
|
},
|
|
7945
7945
|
"name": "labelsFromProperties",
|
|
7946
7946
|
"parameters": [
|
|
@@ -9164,7 +9164,7 @@
|
|
|
9164
9164
|
"kind": "interface",
|
|
9165
9165
|
"locationInModule": {
|
|
9166
9166
|
"filename": "src/providers/common.ts",
|
|
9167
|
-
"line":
|
|
9167
|
+
"line": 365
|
|
9168
9168
|
},
|
|
9169
9169
|
"name": "IRunnerAmiStatus",
|
|
9170
9170
|
"properties": [
|
|
@@ -9177,7 +9177,7 @@
|
|
|
9177
9177
|
"immutable": true,
|
|
9178
9178
|
"locationInModule": {
|
|
9179
9179
|
"filename": "src/providers/common.ts",
|
|
9180
|
-
"line":
|
|
9180
|
+
"line": 369
|
|
9181
9181
|
},
|
|
9182
9182
|
"name": "launchTemplate",
|
|
9183
9183
|
"type": {
|
|
@@ -9193,7 +9193,7 @@
|
|
|
9193
9193
|
"immutable": true,
|
|
9194
9194
|
"locationInModule": {
|
|
9195
9195
|
"filename": "src/providers/common.ts",
|
|
9196
|
-
"line":
|
|
9196
|
+
"line": 374
|
|
9197
9197
|
},
|
|
9198
9198
|
"name": "amiBuilderLogGroup",
|
|
9199
9199
|
"optional": true,
|
|
@@ -9268,7 +9268,7 @@
|
|
|
9268
9268
|
"kind": "interface",
|
|
9269
9269
|
"locationInModule": {
|
|
9270
9270
|
"filename": "src/providers/common.ts",
|
|
9271
|
-
"line":
|
|
9271
|
+
"line": 345
|
|
9272
9272
|
},
|
|
9273
9273
|
"name": "IRunnerImageStatus",
|
|
9274
9274
|
"properties": [
|
|
@@ -9281,7 +9281,7 @@
|
|
|
9281
9281
|
"immutable": true,
|
|
9282
9282
|
"locationInModule": {
|
|
9283
9283
|
"filename": "src/providers/common.ts",
|
|
9284
|
-
"line":
|
|
9284
|
+
"line": 349
|
|
9285
9285
|
},
|
|
9286
9286
|
"name": "imageRepository",
|
|
9287
9287
|
"type": {
|
|
@@ -9297,7 +9297,7 @@
|
|
|
9297
9297
|
"immutable": true,
|
|
9298
9298
|
"locationInModule": {
|
|
9299
9299
|
"filename": "src/providers/common.ts",
|
|
9300
|
-
"line":
|
|
9300
|
+
"line": 354
|
|
9301
9301
|
},
|
|
9302
9302
|
"name": "imageTag",
|
|
9303
9303
|
"type": {
|
|
@@ -9313,7 +9313,7 @@
|
|
|
9313
9313
|
"immutable": true,
|
|
9314
9314
|
"locationInModule": {
|
|
9315
9315
|
"filename": "src/providers/common.ts",
|
|
9316
|
-
"line":
|
|
9316
|
+
"line": 359
|
|
9317
9317
|
},
|
|
9318
9318
|
"name": "imageBuilderLogGroup",
|
|
9319
9319
|
"optional": true,
|
|
@@ -9340,7 +9340,7 @@
|
|
|
9340
9340
|
"kind": "interface",
|
|
9341
9341
|
"locationInModule": {
|
|
9342
9342
|
"filename": "src/providers/common.ts",
|
|
9343
|
-
"line":
|
|
9343
|
+
"line": 425
|
|
9344
9344
|
},
|
|
9345
9345
|
"methods": [
|
|
9346
9346
|
{
|
|
@@ -9352,7 +9352,7 @@
|
|
|
9352
9352
|
},
|
|
9353
9353
|
"locationInModule": {
|
|
9354
9354
|
"filename": "src/providers/common.ts",
|
|
9355
|
-
"line":
|
|
9355
|
+
"line": 456
|
|
9356
9356
|
},
|
|
9357
9357
|
"name": "getStepFunctionTask",
|
|
9358
9358
|
"parameters": [
|
|
@@ -9381,7 +9381,7 @@
|
|
|
9381
9381
|
},
|
|
9382
9382
|
"locationInModule": {
|
|
9383
9383
|
"filename": "src/providers/common.ts",
|
|
9384
|
-
"line":
|
|
9384
|
+
"line": 464
|
|
9385
9385
|
},
|
|
9386
9386
|
"name": "grantStateMachine",
|
|
9387
9387
|
"parameters": [
|
|
@@ -9405,7 +9405,7 @@
|
|
|
9405
9405
|
},
|
|
9406
9406
|
"locationInModule": {
|
|
9407
9407
|
"filename": "src/providers/common.ts",
|
|
9408
|
-
"line":
|
|
9408
|
+
"line": 471
|
|
9409
9409
|
},
|
|
9410
9410
|
"name": "status",
|
|
9411
9411
|
"parameters": [
|
|
@@ -9438,7 +9438,7 @@
|
|
|
9438
9438
|
"immutable": true,
|
|
9439
9439
|
"locationInModule": {
|
|
9440
9440
|
"filename": "src/providers/common.ts",
|
|
9441
|
-
"line":
|
|
9441
|
+
"line": 433
|
|
9442
9442
|
},
|
|
9443
9443
|
"name": "labels",
|
|
9444
9444
|
"type": {
|
|
@@ -9460,7 +9460,7 @@
|
|
|
9460
9460
|
"immutable": true,
|
|
9461
9461
|
"locationInModule": {
|
|
9462
9462
|
"filename": "src/providers/common.ts",
|
|
9463
|
-
"line":
|
|
9463
|
+
"line": 440
|
|
9464
9464
|
},
|
|
9465
9465
|
"name": "logGroup",
|
|
9466
9466
|
"type": {
|
|
@@ -9477,7 +9477,7 @@
|
|
|
9477
9477
|
"immutable": true,
|
|
9478
9478
|
"locationInModule": {
|
|
9479
9479
|
"filename": "src/providers/common.ts",
|
|
9480
|
-
"line":
|
|
9480
|
+
"line": 447
|
|
9481
9481
|
},
|
|
9482
9482
|
"name": "retryableErrors",
|
|
9483
9483
|
"type": {
|
|
@@ -9502,7 +9502,7 @@
|
|
|
9502
9502
|
"kind": "interface",
|
|
9503
9503
|
"locationInModule": {
|
|
9504
9504
|
"filename": "src/providers/common.ts",
|
|
9505
|
-
"line":
|
|
9505
|
+
"line": 380
|
|
9506
9506
|
},
|
|
9507
9507
|
"name": "IRunnerProviderStatus",
|
|
9508
9508
|
"properties": [
|
|
@@ -9515,7 +9515,7 @@
|
|
|
9515
9515
|
"immutable": true,
|
|
9516
9516
|
"locationInModule": {
|
|
9517
9517
|
"filename": "src/providers/common.ts",
|
|
9518
|
-
"line":
|
|
9518
|
+
"line": 389
|
|
9519
9519
|
},
|
|
9520
9520
|
"name": "labels",
|
|
9521
9521
|
"type": {
|
|
@@ -9536,7 +9536,7 @@
|
|
|
9536
9536
|
"immutable": true,
|
|
9537
9537
|
"locationInModule": {
|
|
9538
9538
|
"filename": "src/providers/common.ts",
|
|
9539
|
-
"line":
|
|
9539
|
+
"line": 384
|
|
9540
9540
|
},
|
|
9541
9541
|
"name": "type",
|
|
9542
9542
|
"type": {
|
|
@@ -9552,7 +9552,7 @@
|
|
|
9552
9552
|
"immutable": true,
|
|
9553
9553
|
"locationInModule": {
|
|
9554
9554
|
"filename": "src/providers/common.ts",
|
|
9555
|
-
"line":
|
|
9555
|
+
"line": 414
|
|
9556
9556
|
},
|
|
9557
9557
|
"name": "ami",
|
|
9558
9558
|
"optional": true,
|
|
@@ -9569,7 +9569,7 @@
|
|
|
9569
9569
|
"immutable": true,
|
|
9570
9570
|
"locationInModule": {
|
|
9571
9571
|
"filename": "src/providers/common.ts",
|
|
9572
|
-
"line":
|
|
9572
|
+
"line": 409
|
|
9573
9573
|
},
|
|
9574
9574
|
"name": "image",
|
|
9575
9575
|
"optional": true,
|
|
@@ -9586,7 +9586,7 @@
|
|
|
9586
9586
|
"immutable": true,
|
|
9587
9587
|
"locationInModule": {
|
|
9588
9588
|
"filename": "src/providers/common.ts",
|
|
9589
|
-
"line":
|
|
9589
|
+
"line": 419
|
|
9590
9590
|
},
|
|
9591
9591
|
"name": "logGroup",
|
|
9592
9592
|
"optional": true,
|
|
@@ -9603,7 +9603,7 @@
|
|
|
9603
9603
|
"immutable": true,
|
|
9604
9604
|
"locationInModule": {
|
|
9605
9605
|
"filename": "src/providers/common.ts",
|
|
9606
|
-
"line":
|
|
9606
|
+
"line": 404
|
|
9607
9607
|
},
|
|
9608
9608
|
"name": "roleArn",
|
|
9609
9609
|
"optional": true,
|
|
@@ -9620,7 +9620,7 @@
|
|
|
9620
9620
|
"immutable": true,
|
|
9621
9621
|
"locationInModule": {
|
|
9622
9622
|
"filename": "src/providers/common.ts",
|
|
9623
|
-
"line":
|
|
9623
|
+
"line": 399
|
|
9624
9624
|
},
|
|
9625
9625
|
"name": "securityGroups",
|
|
9626
9626
|
"optional": true,
|
|
@@ -9642,7 +9642,7 @@
|
|
|
9642
9642
|
"immutable": true,
|
|
9643
9643
|
"locationInModule": {
|
|
9644
9644
|
"filename": "src/providers/common.ts",
|
|
9645
|
-
"line":
|
|
9645
|
+
"line": 394
|
|
9646
9646
|
},
|
|
9647
9647
|
"name": "vpcArn",
|
|
9648
9648
|
"optional": true,
|
|
@@ -10251,7 +10251,7 @@
|
|
|
10251
10251
|
"methods": [
|
|
10252
10252
|
{
|
|
10253
10253
|
"docs": {
|
|
10254
|
-
"remarks": "You can customize the OS, architecture, VPC, subnet, security groups, etc. by passing in props.\n\nYou can add components to the image builder by calling `imageBuilder.addComponent()`.\n\nThe default OS is Amazon Linux 2 running on x64 architecture.\n\nIncluded components:\n * `RunnerImageComponent.requiredPackages()`\n * `RunnerImageComponent.runnerUser()`\n * `RunnerImageComponent.git()`\n * `RunnerImageComponent.githubCli()`\n * `RunnerImageComponent.awsCli()`\n * `RunnerImageComponent.githubRunner()`\n * `RunnerImageComponent.lambdaEntrypoint()`\n\n Base Docker image: `public.ecr.aws/lambda/nodejs:
|
|
10254
|
+
"remarks": "You can customize the OS, architecture, VPC, subnet, security groups, etc. by passing in props.\n\nYou can add components to the image builder by calling `imageBuilder.addComponent()`.\n\nThe default OS is Amazon Linux 2 running on x64 architecture.\n\nIncluded components:\n * `RunnerImageComponent.requiredPackages()`\n * `RunnerImageComponent.runnerUser()`\n * `RunnerImageComponent.git()`\n * `RunnerImageComponent.githubCli()`\n * `RunnerImageComponent.awsCli()`\n * `RunnerImageComponent.githubRunner()`\n * `RunnerImageComponent.lambdaEntrypoint()`\n\n Base Docker image: `public.ecr.aws/lambda/nodejs:20-x86_64` or `public.ecr.aws/lambda/nodejs:20-arm64`",
|
|
10255
10255
|
"stability": "experimental",
|
|
10256
10256
|
"summary": "Create new image builder that builds Lambda specific runner images."
|
|
10257
10257
|
},
|
|
@@ -10344,7 +10344,7 @@
|
|
|
10344
10344
|
},
|
|
10345
10345
|
"locationInModule": {
|
|
10346
10346
|
"filename": "src/providers/common.ts",
|
|
10347
|
-
"line":
|
|
10347
|
+
"line": 484
|
|
10348
10348
|
},
|
|
10349
10349
|
"name": "labelsFromProperties",
|
|
10350
10350
|
"parameters": [
|
|
@@ -11222,7 +11222,7 @@
|
|
|
11222
11222
|
},
|
|
11223
11223
|
"locationInModule": {
|
|
11224
11224
|
"filename": "src/providers/common.ts",
|
|
11225
|
-
"line":
|
|
11225
|
+
"line": 153
|
|
11226
11226
|
},
|
|
11227
11227
|
"name": "is",
|
|
11228
11228
|
"parameters": [
|
|
@@ -11249,7 +11249,7 @@
|
|
|
11249
11249
|
},
|
|
11250
11250
|
"locationInModule": {
|
|
11251
11251
|
"filename": "src/providers/common.ts",
|
|
11252
|
-
"line":
|
|
11252
|
+
"line": 162
|
|
11253
11253
|
},
|
|
11254
11254
|
"name": "isIn",
|
|
11255
11255
|
"parameters": [
|
|
@@ -11312,6 +11312,23 @@
|
|
|
11312
11312
|
"fqn": "@cloudsnorkel/cdk-github-runners.Os"
|
|
11313
11313
|
}
|
|
11314
11314
|
},
|
|
11315
|
+
{
|
|
11316
|
+
"const": true,
|
|
11317
|
+
"docs": {
|
|
11318
|
+
"stability": "experimental",
|
|
11319
|
+
"summary": "Amazon Linux 2023."
|
|
11320
|
+
},
|
|
11321
|
+
"immutable": true,
|
|
11322
|
+
"locationInModule": {
|
|
11323
|
+
"filename": "src/providers/common.ts",
|
|
11324
|
+
"line": 134
|
|
11325
|
+
},
|
|
11326
|
+
"name": "LINUX_AMAZON_2023",
|
|
11327
|
+
"static": true,
|
|
11328
|
+
"type": {
|
|
11329
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.Os"
|
|
11330
|
+
}
|
|
11331
|
+
},
|
|
11315
11332
|
{
|
|
11316
11333
|
"const": true,
|
|
11317
11334
|
"docs": {
|
|
@@ -11338,7 +11355,7 @@
|
|
|
11338
11355
|
"immutable": true,
|
|
11339
11356
|
"locationInModule": {
|
|
11340
11357
|
"filename": "src/providers/common.ts",
|
|
11341
|
-
"line":
|
|
11358
|
+
"line": 139
|
|
11342
11359
|
},
|
|
11343
11360
|
"name": "WINDOWS",
|
|
11344
11361
|
"static": true,
|
|
@@ -11353,7 +11370,7 @@
|
|
|
11353
11370
|
"immutable": true,
|
|
11354
11371
|
"locationInModule": {
|
|
11355
11372
|
"filename": "src/providers/common.ts",
|
|
11356
|
-
"line":
|
|
11373
|
+
"line": 145
|
|
11357
11374
|
},
|
|
11358
11375
|
"name": "name",
|
|
11359
11376
|
"type": {
|
|
@@ -11375,7 +11392,7 @@
|
|
|
11375
11392
|
"kind": "interface",
|
|
11376
11393
|
"locationInModule": {
|
|
11377
11394
|
"filename": "src/providers/common.ts",
|
|
11378
|
-
"line":
|
|
11395
|
+
"line": 251
|
|
11379
11396
|
},
|
|
11380
11397
|
"name": "ProviderRetryOptions",
|
|
11381
11398
|
"properties": [
|
|
@@ -11389,7 +11406,7 @@
|
|
|
11389
11406
|
"immutable": true,
|
|
11390
11407
|
"locationInModule": {
|
|
11391
11408
|
"filename": "src/providers/common.ts",
|
|
11392
|
-
"line":
|
|
11409
|
+
"line": 278
|
|
11393
11410
|
},
|
|
11394
11411
|
"name": "backoffRate",
|
|
11395
11412
|
"optional": true,
|
|
@@ -11408,7 +11425,7 @@
|
|
|
11408
11425
|
"immutable": true,
|
|
11409
11426
|
"locationInModule": {
|
|
11410
11427
|
"filename": "src/providers/common.ts",
|
|
11411
|
-
"line":
|
|
11428
|
+
"line": 264
|
|
11412
11429
|
},
|
|
11413
11430
|
"name": "interval",
|
|
11414
11431
|
"optional": true,
|
|
@@ -11426,7 +11443,7 @@
|
|
|
11426
11443
|
"immutable": true,
|
|
11427
11444
|
"locationInModule": {
|
|
11428
11445
|
"filename": "src/providers/common.ts",
|
|
11429
|
-
"line":
|
|
11446
|
+
"line": 271
|
|
11430
11447
|
},
|
|
11431
11448
|
"name": "maxAttempts",
|
|
11432
11449
|
"optional": true,
|
|
@@ -11445,7 +11462,7 @@
|
|
|
11445
11462
|
"immutable": true,
|
|
11446
11463
|
"locationInModule": {
|
|
11447
11464
|
"filename": "src/providers/common.ts",
|
|
11448
|
-
"line":
|
|
11465
|
+
"line": 257
|
|
11449
11466
|
},
|
|
11450
11467
|
"name": "retry",
|
|
11451
11468
|
"optional": true,
|
|
@@ -11467,7 +11484,7 @@
|
|
|
11467
11484
|
"kind": "interface",
|
|
11468
11485
|
"locationInModule": {
|
|
11469
11486
|
"filename": "src/providers/common.ts",
|
|
11470
|
-
"line":
|
|
11487
|
+
"line": 219
|
|
11471
11488
|
},
|
|
11472
11489
|
"name": "RunnerAmi",
|
|
11473
11490
|
"properties": [
|
|
@@ -11480,7 +11497,7 @@
|
|
|
11480
11497
|
"immutable": true,
|
|
11481
11498
|
"locationInModule": {
|
|
11482
11499
|
"filename": "src/providers/common.ts",
|
|
11483
|
-
"line":
|
|
11500
|
+
"line": 228
|
|
11484
11501
|
},
|
|
11485
11502
|
"name": "architecture",
|
|
11486
11503
|
"type": {
|
|
@@ -11496,7 +11513,7 @@
|
|
|
11496
11513
|
"immutable": true,
|
|
11497
11514
|
"locationInModule": {
|
|
11498
11515
|
"filename": "src/providers/common.ts",
|
|
11499
|
-
"line":
|
|
11516
|
+
"line": 223
|
|
11500
11517
|
},
|
|
11501
11518
|
"name": "launchTemplate",
|
|
11502
11519
|
"type": {
|
|
@@ -11512,7 +11529,7 @@
|
|
|
11512
11529
|
"immutable": true,
|
|
11513
11530
|
"locationInModule": {
|
|
11514
11531
|
"filename": "src/providers/common.ts",
|
|
11515
|
-
"line":
|
|
11532
|
+
"line": 233
|
|
11516
11533
|
},
|
|
11517
11534
|
"name": "os",
|
|
11518
11535
|
"type": {
|
|
@@ -11529,7 +11546,7 @@
|
|
|
11529
11546
|
"immutable": true,
|
|
11530
11547
|
"locationInModule": {
|
|
11531
11548
|
"filename": "src/providers/common.ts",
|
|
11532
|
-
"line":
|
|
11549
|
+
"line": 245
|
|
11533
11550
|
},
|
|
11534
11551
|
"name": "runnerVersion",
|
|
11535
11552
|
"type": {
|
|
@@ -11545,7 +11562,7 @@
|
|
|
11545
11562
|
"immutable": true,
|
|
11546
11563
|
"locationInModule": {
|
|
11547
11564
|
"filename": "src/providers/common.ts",
|
|
11548
|
-
"line":
|
|
11565
|
+
"line": 238
|
|
11549
11566
|
},
|
|
11550
11567
|
"name": "logGroup",
|
|
11551
11568
|
"optional": true,
|
|
@@ -11567,7 +11584,7 @@
|
|
|
11567
11584
|
"kind": "interface",
|
|
11568
11585
|
"locationInModule": {
|
|
11569
11586
|
"filename": "src/providers/common.ts",
|
|
11570
|
-
"line":
|
|
11587
|
+
"line": 175
|
|
11571
11588
|
},
|
|
11572
11589
|
"name": "RunnerImage",
|
|
11573
11590
|
"properties": [
|
|
@@ -11580,7 +11597,7 @@
|
|
|
11580
11597
|
"immutable": true,
|
|
11581
11598
|
"locationInModule": {
|
|
11582
11599
|
"filename": "src/providers/common.ts",
|
|
11583
|
-
"line":
|
|
11600
|
+
"line": 189
|
|
11584
11601
|
},
|
|
11585
11602
|
"name": "architecture",
|
|
11586
11603
|
"type": {
|
|
@@ -11596,7 +11613,7 @@
|
|
|
11596
11613
|
"immutable": true,
|
|
11597
11614
|
"locationInModule": {
|
|
11598
11615
|
"filename": "src/providers/common.ts",
|
|
11599
|
-
"line":
|
|
11616
|
+
"line": 179
|
|
11600
11617
|
},
|
|
11601
11618
|
"name": "imageRepository",
|
|
11602
11619
|
"type": {
|
|
@@ -11612,7 +11629,7 @@
|
|
|
11612
11629
|
"immutable": true,
|
|
11613
11630
|
"locationInModule": {
|
|
11614
11631
|
"filename": "src/providers/common.ts",
|
|
11615
|
-
"line":
|
|
11632
|
+
"line": 184
|
|
11616
11633
|
},
|
|
11617
11634
|
"name": "imageTag",
|
|
11618
11635
|
"type": {
|
|
@@ -11628,7 +11645,7 @@
|
|
|
11628
11645
|
"immutable": true,
|
|
11629
11646
|
"locationInModule": {
|
|
11630
11647
|
"filename": "src/providers/common.ts",
|
|
11631
|
-
"line":
|
|
11648
|
+
"line": 194
|
|
11632
11649
|
},
|
|
11633
11650
|
"name": "os",
|
|
11634
11651
|
"type": {
|
|
@@ -11645,7 +11662,7 @@
|
|
|
11645
11662
|
"immutable": true,
|
|
11646
11663
|
"locationInModule": {
|
|
11647
11664
|
"filename": "src/providers/common.ts",
|
|
11648
|
-
"line":
|
|
11665
|
+
"line": 206
|
|
11649
11666
|
},
|
|
11650
11667
|
"name": "runnerVersion",
|
|
11651
11668
|
"type": {
|
|
@@ -11661,7 +11678,7 @@
|
|
|
11661
11678
|
"immutable": true,
|
|
11662
11679
|
"locationInModule": {
|
|
11663
11680
|
"filename": "src/providers/common.ts",
|
|
11664
|
-
"line":
|
|
11681
|
+
"line": 199
|
|
11665
11682
|
},
|
|
11666
11683
|
"name": "logGroup",
|
|
11667
11684
|
"optional": true,
|
|
@@ -12309,7 +12326,7 @@
|
|
|
12309
12326
|
},
|
|
12310
12327
|
"locationInModule": {
|
|
12311
12328
|
"filename": "src/image-builders/components.ts",
|
|
12312
|
-
"line":
|
|
12329
|
+
"line": 153
|
|
12313
12330
|
},
|
|
12314
12331
|
"name": "awsCli",
|
|
12315
12332
|
"returns": {
|
|
@@ -12353,7 +12370,7 @@
|
|
|
12353
12370
|
},
|
|
12354
12371
|
"locationInModule": {
|
|
12355
12372
|
"filename": "src/image-builders/components.ts",
|
|
12356
|
-
"line":
|
|
12373
|
+
"line": 355
|
|
12357
12374
|
},
|
|
12358
12375
|
"name": "docker",
|
|
12359
12376
|
"returns": {
|
|
@@ -12371,7 +12388,7 @@
|
|
|
12371
12388
|
},
|
|
12372
12389
|
"locationInModule": {
|
|
12373
12390
|
"filename": "src/image-builders/components.ts",
|
|
12374
|
-
"line":
|
|
12391
|
+
"line": 423
|
|
12375
12392
|
},
|
|
12376
12393
|
"name": "dockerInDocker",
|
|
12377
12394
|
"returns": {
|
|
@@ -12389,7 +12406,7 @@
|
|
|
12389
12406
|
},
|
|
12390
12407
|
"locationInModule": {
|
|
12391
12408
|
"filename": "src/image-builders/components.ts",
|
|
12392
|
-
"line":
|
|
12409
|
+
"line": 433
|
|
12393
12410
|
},
|
|
12394
12411
|
"name": "extraCertificates",
|
|
12395
12412
|
"parameters": [
|
|
@@ -12426,7 +12443,7 @@
|
|
|
12426
12443
|
},
|
|
12427
12444
|
"locationInModule": {
|
|
12428
12445
|
"filename": "src/image-builders/components.ts",
|
|
12429
|
-
"line":
|
|
12446
|
+
"line": 232
|
|
12430
12447
|
},
|
|
12431
12448
|
"name": "git",
|
|
12432
12449
|
"returns": {
|
|
@@ -12443,7 +12460,7 @@
|
|
|
12443
12460
|
},
|
|
12444
12461
|
"locationInModule": {
|
|
12445
12462
|
"filename": "src/image-builders/components.ts",
|
|
12446
|
-
"line":
|
|
12463
|
+
"line": 189
|
|
12447
12464
|
},
|
|
12448
12465
|
"name": "githubCli",
|
|
12449
12466
|
"returns": {
|
|
@@ -12461,7 +12478,7 @@
|
|
|
12461
12478
|
},
|
|
12462
12479
|
"locationInModule": {
|
|
12463
12480
|
"filename": "src/image-builders/components.ts",
|
|
12464
|
-
"line":
|
|
12481
|
+
"line": 276
|
|
12465
12482
|
},
|
|
12466
12483
|
"name": "githubRunner",
|
|
12467
12484
|
"parameters": [
|
|
@@ -12490,7 +12507,7 @@
|
|
|
12490
12507
|
},
|
|
12491
12508
|
"locationInModule": {
|
|
12492
12509
|
"filename": "src/image-builders/components.ts",
|
|
12493
|
-
"line":
|
|
12510
|
+
"line": 483
|
|
12494
12511
|
},
|
|
12495
12512
|
"name": "lambdaEntrypoint",
|
|
12496
12513
|
"returns": {
|
|
@@ -12524,7 +12541,7 @@
|
|
|
12524
12541
|
},
|
|
12525
12542
|
"locationInModule": {
|
|
12526
12543
|
"filename": "src/image-builders/components.ts",
|
|
12527
|
-
"line":
|
|
12544
|
+
"line": 122
|
|
12528
12545
|
},
|
|
12529
12546
|
"name": "runnerUser",
|
|
12530
12547
|
"returns": {
|
|
@@ -12542,7 +12559,7 @@
|
|
|
12542
12559
|
},
|
|
12543
12560
|
"locationInModule": {
|
|
12544
12561
|
"filename": "src/image-builders/components.ts",
|
|
12545
|
-
"line":
|
|
12562
|
+
"line": 532
|
|
12546
12563
|
},
|
|
12547
12564
|
"name": "getAssets",
|
|
12548
12565
|
"parameters": [
|
|
@@ -12579,7 +12596,7 @@
|
|
|
12579
12596
|
},
|
|
12580
12597
|
"locationInModule": {
|
|
12581
12598
|
"filename": "src/image-builders/components.ts",
|
|
12582
|
-
"line":
|
|
12599
|
+
"line": 527
|
|
12583
12600
|
},
|
|
12584
12601
|
"name": "getCommands",
|
|
12585
12602
|
"parameters": [
|
|
@@ -12615,7 +12632,7 @@
|
|
|
12615
12632
|
},
|
|
12616
12633
|
"locationInModule": {
|
|
12617
12634
|
"filename": "src/image-builders/components.ts",
|
|
12618
|
-
"line":
|
|
12635
|
+
"line": 541
|
|
12619
12636
|
},
|
|
12620
12637
|
"name": "getDockerCommands",
|
|
12621
12638
|
"parameters": [
|
|
@@ -12650,7 +12667,7 @@
|
|
|
12650
12667
|
},
|
|
12651
12668
|
"locationInModule": {
|
|
12652
12669
|
"filename": "src/image-builders/components.ts",
|
|
12653
|
-
"line":
|
|
12670
|
+
"line": 548
|
|
12654
12671
|
},
|
|
12655
12672
|
"name": "shouldReboot",
|
|
12656
12673
|
"parameters": [
|
|
@@ -12686,7 +12703,7 @@
|
|
|
12686
12703
|
"immutable": true,
|
|
12687
12704
|
"locationInModule": {
|
|
12688
12705
|
"filename": "src/image-builders/components.ts",
|
|
12689
|
-
"line":
|
|
12706
|
+
"line": 522
|
|
12690
12707
|
},
|
|
12691
12708
|
"name": "name",
|
|
12692
12709
|
"type": {
|
|
@@ -12809,7 +12826,7 @@
|
|
|
12809
12826
|
"kind": "interface",
|
|
12810
12827
|
"locationInModule": {
|
|
12811
12828
|
"filename": "src/providers/common.ts",
|
|
12812
|
-
"line":
|
|
12829
|
+
"line": 284
|
|
12813
12830
|
},
|
|
12814
12831
|
"name": "RunnerProviderProps",
|
|
12815
12832
|
"properties": [
|
|
@@ -12824,7 +12841,7 @@
|
|
|
12824
12841
|
"immutable": true,
|
|
12825
12842
|
"locationInModule": {
|
|
12826
12843
|
"filename": "src/providers/common.ts",
|
|
12827
|
-
"line":
|
|
12844
|
+
"line": 292
|
|
12828
12845
|
},
|
|
12829
12846
|
"name": "logRetention",
|
|
12830
12847
|
"optional": true,
|
|
@@ -12841,7 +12858,7 @@
|
|
|
12841
12858
|
"immutable": true,
|
|
12842
12859
|
"locationInModule": {
|
|
12843
12860
|
"filename": "src/providers/common.ts",
|
|
12844
|
-
"line":
|
|
12861
|
+
"line": 297
|
|
12845
12862
|
},
|
|
12846
12863
|
"name": "retryOptions",
|
|
12847
12864
|
"optional": true,
|
|
@@ -12864,7 +12881,7 @@
|
|
|
12864
12881
|
"kind": "interface",
|
|
12865
12882
|
"locationInModule": {
|
|
12866
12883
|
"filename": "src/providers/common.ts",
|
|
12867
|
-
"line":
|
|
12884
|
+
"line": 309
|
|
12868
12885
|
},
|
|
12869
12886
|
"name": "RunnerRuntimeParameters",
|
|
12870
12887
|
"properties": [
|
|
@@ -12878,7 +12895,7 @@
|
|
|
12878
12895
|
"immutable": true,
|
|
12879
12896
|
"locationInModule": {
|
|
12880
12897
|
"filename": "src/providers/common.ts",
|
|
12881
|
-
"line":
|
|
12898
|
+
"line": 323
|
|
12882
12899
|
},
|
|
12883
12900
|
"name": "githubDomainPath",
|
|
12884
12901
|
"type": {
|
|
@@ -12894,7 +12911,7 @@
|
|
|
12894
12911
|
"immutable": true,
|
|
12895
12912
|
"locationInModule": {
|
|
12896
12913
|
"filename": "src/providers/common.ts",
|
|
12897
|
-
"line":
|
|
12914
|
+
"line": 328
|
|
12898
12915
|
},
|
|
12899
12916
|
"name": "ownerPath",
|
|
12900
12917
|
"type": {
|
|
@@ -12910,7 +12927,7 @@
|
|
|
12910
12927
|
"immutable": true,
|
|
12911
12928
|
"locationInModule": {
|
|
12912
12929
|
"filename": "src/providers/common.ts",
|
|
12913
|
-
"line":
|
|
12930
|
+
"line": 338
|
|
12914
12931
|
},
|
|
12915
12932
|
"name": "registrationUrl",
|
|
12916
12933
|
"type": {
|
|
@@ -12926,7 +12943,7 @@
|
|
|
12926
12943
|
"immutable": true,
|
|
12927
12944
|
"locationInModule": {
|
|
12928
12945
|
"filename": "src/providers/common.ts",
|
|
12929
|
-
"line":
|
|
12946
|
+
"line": 333
|
|
12930
12947
|
},
|
|
12931
12948
|
"name": "repoPath",
|
|
12932
12949
|
"type": {
|
|
@@ -12943,7 +12960,7 @@
|
|
|
12943
12960
|
"immutable": true,
|
|
12944
12961
|
"locationInModule": {
|
|
12945
12962
|
"filename": "src/providers/common.ts",
|
|
12946
|
-
"line":
|
|
12963
|
+
"line": 318
|
|
12947
12964
|
},
|
|
12948
12965
|
"name": "runnerNamePath",
|
|
12949
12966
|
"type": {
|
|
@@ -12959,7 +12976,7 @@
|
|
|
12959
12976
|
"immutable": true,
|
|
12960
12977
|
"locationInModule": {
|
|
12961
12978
|
"filename": "src/providers/common.ts",
|
|
12962
|
-
"line":
|
|
12979
|
+
"line": 313
|
|
12963
12980
|
},
|
|
12964
12981
|
"name": "runnerTokenPath",
|
|
12965
12982
|
"type": {
|
|
@@ -13586,6 +13603,6 @@
|
|
|
13586
13603
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
13587
13604
|
}
|
|
13588
13605
|
},
|
|
13589
|
-
"version": "0.12.
|
|
13590
|
-
"fingerprint": "
|
|
13606
|
+
"version": "0.12.2",
|
|
13607
|
+
"fingerprint": "502qTOcrp7WkMrQIn4BX5KL5qRt8n3gnUomQVOfIHZU="
|
|
13591
13608
|
}
|