Add new image versions: Standard 4.0, AL2 3.0
This release includes the following new image versions for Amazon Linux 2 and Ubuntu standard.
aws/codebuild/amazonlinux2-x86_64-standard:3.0
aws/codebuild/standard:4.0
Along with the following runtimes, git 2.24.1, docker 19.03.3 has been updated to include the latest security patches.
Openjdk has been replaced with Corretto in aws/codebuild/standard:4.0.
| Runtime name | Version/versions | How to specify in the buildspec file |
|---|---|---|
| corretto:8 | 1.8.0_232 | corretto: 8 |
| corretto:11 | 11.0.5 | corretto: 11 |
| dotnet:3.1 | 3.1.102 | dotnet: 3.1 |
| php:7.4 | 7.4.1 | php: 7.4 |
| php:7.3 | 7.3.13 | php: 7.3 |
| ruby:2.7 | 2.7.0 | ruby: 2.7 |
| node:12 | 12.16.1 | nodejs: 12 |
| node:10 | 10.19.0 | nodejs: 10 |
| python:3.8 | 3.8.1 | python: 3.8 |
| python:3.7 | 3.7.6 | python: 3.7 |
| golang:1.12 | 1.12.17 | golang: 1.12 |
| golang1.13 | 1.13.8 | golang: 1.13 |
| golang1.14 | 1.14 | golang: 1.14 |
For more information, please see our documentation.