8000 chore(codebuild): update default curated Docker image used in CodeBui… · aws/aws-cdk@d884c7c · GitHub
[go: up one dir, main page]

Skip to content

Commit d884c7c

Browse files
chore(codebuild): update default curated Docker image used in CodeBuild projects (#31859)
### Issue # (if applicable) Closes #31614 ### Reason for this change Updates the default curated Docker image used for CodeBuild projects to the latest version. The existing default image version is deprecated. ### Description of changes Updated image constants in the CodeBuild project logic. ### Description of how you validated changes Updated and ran CodeBuild unit tests. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent dc3ac4e commit d884c7c

File tree

27 files changed

+56
-56
lines changed

27 files changed

+56
-56
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.asset-build-spec.js.snapshot/CodeBuildAssetBuildSpecStack.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
},
174174
"Environment": {
175175
"ComputeType": "BUILD_GENERAL1_SMALL",
176-
"Image": "aws/codebuild/standard:1.0",
176+
"Image": "aws/codebuild/standard:7.0",
177177
"ImagePullCredentialsType": "CODEBUILD",
178178
"PrivilegedMode": false,
179179
"Type": "LINUX_CONTAINER"
@@ -254,4 +254,4 @@
254254
]
255255
}
256256
}
257-
}
257+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.caching.js.snapshot/aws-cdk-codebuild.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"Environment": {
142142
"ComputeType": "BUILD_GENERAL1_SMALL",
143-
"Image": "aws/codebuild/standard:1.0",
143+
"Image": "aws/codebuild/standard:7.0",
144144
"ImagePullCredentialsType": "CODEBUILD",
145145
"PrivilegedMode": false,
146146
"Type": "LINUX_CONTAINER"
@@ -209,4 +209,4 @@
209209
]
210210
}
211211
}
212-
}
212+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.defaults.lit.js.snapshot/codebuild-default-project.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
},
133133
"Environment": {
134134
"ComputeType": "BUILD_GENERAL1_SMALL",
135-
"Image": "aws/codebuild/standard:1.0",
135+
"Image": "aws/codebuild/standard:7.0",
136136
"ImagePullCredentialsType": "CODEBUILD",
137137
"PrivilegedMode": false,
138138
"Type": "LINUX_CONTAINER"
@@ -188,4 +188,4 @@
188188
]
189189
}
190190
}
191-
}
191+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.github-webhook-batch.js.snapshot/test-codebuild-github-webhook-batch.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
},
146146
"Environment": {
147147
"ComputeType": "BUILD_GENERAL1_SMALL",
148-
"Image": "aws/codebuild/standard:1.0",
148+
"Image": "aws/codebuild/standard:7.0",
149149
"ImagePullCredentialsType": "CODEBUILD",
150150
"PrivilegedMode": false,
151151
"Type": "LINUX_CONTAINER"
@@ -222,4 +222,4 @@
222222
]
223223
}
224224
}
225-
}
225+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.github.js.snapshot/test-codebu 1C6A ild-github.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"Environment": {
100100
"ComputeType": "BUILD_GENERAL1_SMALL",
101-
"Image": "aws/codebuild/standard:1.0",
101+
"Image": "aws/codebuild/standard:7.0",
102102
"ImagePullCredentialsType": "CODEBUILD",
103103
"PrivilegedMode": false,
104104
"Type": "LINUX_CONTAINER"
@@ -155,4 +155,4 @@
155155
]
156156
}
157157
}
158-
}
158+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-bucket.js.snapshot/aws-cdk-codebuild.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
"Environment": {
135135
"ComputeType": "BUILD_GENERAL1_LARGE",
136-
"Image": "aws/codebuild/standard:1.0",
136+
"Image": "aws/codebuild/standard:7.0",
137137
"ImagePullCredentialsType": "CODEBUILD",
138138
"PrivilegedMode": false,
139139
"Type": "LINUX_CONTAINER"
@@ -199,4 +199,4 @@
199199
]
200200
}
201201
}
202-
}
202+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-buildspec-artifacts.js.snapshot/aws-cdk-codebuild-buildspec-artifact-name.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"Environment": {
150150
"ComputeType": "BUILD_GENERAL1_SMALL",
151-
"Image": "aws/codebuild/standard:1.0",
151+
"Image": "aws/codebuild/standard:7.0",
152152
"ImagePullCredentialsType": "CODEBUILD",
153153
"PrivilegedMode": false,
154154
"Type": "LINUX_CONTAINER"
@@ -204,4 +204,4 @@
204204
]
205205
}
206206
}
207-
}
207+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-file-system-location.js.snapshot/aws-cdk-codebuild-file-system-locations.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
},
384384
"Environment": {
385385
"ComputeType": "BUILD_GENERAL1_SMALL",
386-
"Image": "aws/codebuild/standard:1.0",
386+
"Image": "aws/codebuild/standard:7.0",
387387
"ImagePullCredentialsType": "CODEBUILD",
388388
"PrivilegedMode": true,
389389
"Type": "LINUX_CONTAINER"
@@ -509,4 +509,4 @@
509509
]
510510
}
511511
}
512-
}
512+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-logging.js.snapshot/aws-cdk-codebuild-logging.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
"Environment": {
194194
"ComputeType": "BUILD_GENERAL1_SMALL",
195-
"Image": "aws/codebuild/standard:1.0",
195+
"Image": "aws/codebuild/standard:7.0",
196196
"ImagePullCredentialsType": "CODEBUILD",
197197
"PrivilegedMode": false,
198198
"Type": "LINUX_CONTAINER"
@@ -261,4 +261,4 @@
261261
]
262262
}
263263
}
264-
}
264+
}

packages/@aws-cdk-testing/framework-integ/test/aws-codebuild/test/integ.project-notification.js.snapshot/aws-cdk-codebuild-project-vpc.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
},
133133
"Environment": {
134134
"ComputeType": "BUILD_GENERAL1_SMALL",
135-
"Image": "aws/codebuild/standard:1.0",
135+
"Image": "aws/codebuild/standard:7.0",
136136
"ImagePullCredentialsType": "CODEBUILD",
137137
"PrivilegedMode": false,
138138
"Type": "LINUX_CONTAINER"
@@ -241,4 +241,4 @@
241241
]
242242
}
243243
}
244-
}
244+
}

0 commit comments

Comments
 (0)
0