Skip to content

Commit 77ce4b6

Browse files
committed
3 => 5
1 parent dbe3b31 commit 77ce4b6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
project-name: AWS-ESDK-Java-CI
2828
buildspec-override: codebuild/ci/static-analysis.yml
2929
compute-type-override: BUILD_GENERAL1_MEDIUM
30-
image-override: aws/codebuild/amazonlinux2-x86_64-standard:3.0
30+
image-override: "aws/codebuild/amazonlinux-x86_64-standard:5.0"
3131
vectorTests:
3232
name: Vector Tests
3333
runs-on: ubuntu-latest

codebuild/release/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ batch:
4040
variables:
4141
JAVA_ENV_VERSION: corretto8
4242
JAVA_NUMERIC_VERSION: 8
43-
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
43+
image: "aws/codebuild/amazonlinux-x86_64-standard:5.0"
4444

4545
- identifier: validate_staging_release_corretto11
4646
depend-on:
@@ -50,7 +50,7 @@ batch:
5050
variables:
5151
JAVA_ENV_VERSION: corretto11
5252
JAVA_NUMERIC_VERSION: 11
53-
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
53+
image: "aws/codebuild/amazonlinux-x86_64-standard:5.0"
5454

5555
# Version Project
5656
- identifier: version
@@ -105,7 +105,7 @@ batch:
105105
variables:
106106
JAVA_ENV_VERSION: corretto8
107107
JAVA_NUMERIC_VERSION: 8
108-
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
108+
image: "aws/codebuild/amazonlinux-x86_64-standard:5.0"
109109

110110
- identifier: validate_prod_release_corretto11
111111
depend-on:
@@ -115,7 +115,7 @@ batch:
115115
variables:
116116
JAVA_ENV_VERSION: corretto11
117117
JAVA_NUMERIC_VERSION: 11
118-
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
118+
image: "aws/codebuild/amazonlinux-x86_64-standard:5.0"
119119

120120
# Upload Artifacts
121121
- identifier: upload_artifacts
@@ -139,4 +139,4 @@ batch:
139139
variables:
140140
JAVA_ENV_VERSION: coretto11
141141
JAVA_NUMERIC_VERSION: 11
142-
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
142+
image: "aws/codebuild/amazonlinux-x86_64-standard:5.0"

0 commit comments

Comments
 (0)