Skip to content

Commit c62d996

Browse files
authored
feat(pipelines): CodeBuildFactory support Docker server (#35584)
1 parent c588061 commit c62d996

File tree

14 files changed

+1028
-2266
lines changed

14 files changed

+1028
-2266
lines changed

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.newpipeline-reduce-stagerole-scope.js.snapshot/CdkPipelineInvestigationStack.assets.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.newpipeline-reduce-stagerole-scope.js.snapshot/CdkPipelineInvestigationStack.template.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"ProjectName": {
306306
"Ref": "PipelineBuildSynthCdkBuildProject6BEFA8E6"
307307
},
308-
"EnvironmentVariables": "[{\"name\":\"_PROJECT_CONFIG_HASH\",\"type\":\"PLAINTEXT\",\"value\":\"76b9f731e95c981d417f208b4452ab04e2345eb9c4ab92c982d58b621780baee\"}]"
308+
"EnvironmentVariables": "[{\"name\":\"_PROJECT_CONFIG_HASH\",\"type\":\"PLAINTEXT\",\"value\":\"55bd157e831743fd61e3cad58c2517e5687f4c99c5400d20ae64ec0c4ce3bb03\"}]"
309309
},
310310
"InputArtifacts": [
311311
{
@@ -342,7 +342,7 @@
342342
"ProjectName": {
343343
"Ref": "PipelineUpdatePipelineSelfMutationDAA41400"
344344
},
345-
"EnvironmentVariables": "[{\"name\":\"_PROJECT_CONFIG_HASH\",\"type\":\"PLAINTEXT\",\"value\":\"a4e7411b5ed499cff975c59a581a131b24f2c826e6aa90166b756ce916838559\"}]"
345+
"EnvironmentVariables": "[{\"name\":\"_PROJECT_CONFIG_HASH\",\"type\":\"PLAINTEXT\",\"value\":\"bf4850dfd12d8ed10bcb77b76fd260d3421b9be9d2d68068f840ff53d3f1082d\"}]"
346346
},
347347
"InputArtifacts": [
348348
{
@@ -739,10 +739,13 @@
739739
"EncryptionKey": "alias/aws/s3",
740740
"Environment": {
741741
"ComputeType": "BUILD_GENERAL1_SMALL",
742-
"Image": "aws/codebuild/amazonlinux2-aarch64-standard:3.0",
742+
"DockerServer": {
743+
"ComputeType": "BUILD_GENERAL1_SMALL"
744+
},
745+
"Image": "aws/codebuild/amazonlinux-x86_64-standard:5.0",
743746
"ImagePullCredentialsType": "CODEBUILD",
744747
"PrivilegedMode": true,
745-
"Type": "ARM_CONTAINER"
748+
"Type": "LINUX_CONTAINER"
746749
},
747750
"ServiceRole": {
748751
"Fn::GetAtt": [
@@ -1041,10 +1044,13 @@
10411044
"EncryptionKey": "alias/aws/s3",
10421045
"Environment": {
10431046
"ComputeType": "BUILD_GENERAL1_SMALL",
1044-
"Image": "aws/codebuild/amazonlinux2-aarch64-standard:3.0",
1047+
"DockerServer": {
1048+
"ComputeType": "BUILD_GENERAL1_SMALL"
1049+
},
1050+
"Image": "aws/codebuild/amazonlinux-x86_64-standard:5.0",
10451051
"ImagePullCredentialsType": "CODEBUILD",
10461052
"PrivilegedMode": false,
1047-
"Type": "ARM_CONTAINER"
1053+
"Type": "LINUX_CONTAINER"
10481054
},
10491055
"Name": "pipeline-name-selfupdate",
10501056
"ServiceRole": {

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.newpipeline-reduce-stagerole-scope.js.snapshot/CdkPipelineInvestigationTestDefaultTestDeployAssertC69AF0A9.assets.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.newpipeline-reduce-stagerole-scope.js.snapshot/assembly-CdkPipelineInvestigationStack-Prod/CdkPipelineInvestigationStackProdProdStackD4D4A90A.assets.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.newpipeline-reduce-stagerole-scope.js.snapshot/assembly-CdkPipelineInvestigationStack-Prod/cdk.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)