Skip to content

Releases: aws/aws-codebuild-docker-images

Add new image versions: Standard 4.0, AL2 3.0

12 Mar 19:55
e914e57
Compare
Choose a tag to compare

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.

New image versions :: AL2 2.0 & Standard 3.0

26 Nov 20:43
22624ae
Compare
Choose a tag to compare

This release includes the following new image versions for Amazon Linux 2 and Ubuntu standard.

aws/codebuild/amazonlinux2-x86_64-standard:2.0
aws/codebuild/standard:3.0

Along with the following runtimes, golang has been updated to include the latest security patches (1.13.4, 1.12.3).

Runtime name Version/versions How to specify in the buildspec file
android 28, 29 android: 28, android: 29
dotnet 3.0 dotnet: 3.0
golang 1.12, 1.13 golang: 1.12, golang: 1.13
java (Ubuntu only) openjdk8, openjdk11 java: openjdk8, java: openjdk11
java (Amazon Linux 2 only) corretto8, corretto11 java: corretto8, java: corretto11
nodejs 10,12 nodejs: 10, nodejs: 12
php 7.3 php: 7.3
python 3.8 python: 3.8
ruby 2.6 ruby: 2.6

For more information, please see our documentation.

Note:
We adopted a new release version format of yy.mm.dd.

Release updated AL2 and Standard:2.0

04 Oct 21:46
Compare
Choose a tag to compare

This release includes the following runtime updates.

  • Major additions

    • Android 29
    • Go 1.13
  • Minor updates

    • .NET 2.2.402
    • Node 10.16.3
    • PHP 7.3.9
    • Ruby 2.6.4
    • Corretto 11.0.4 (Only for AL2)

For more information look at our documentation.

Release AL2 Standard image, and update Standard:2.0

14 Aug 21:34
Compare
Choose a tag to compare

The new AL2 image is available via the AWSCodeBuild console or the AWSCLI using the image name aws/codebuild/amazonlinux2-x86_64-standard:1.0.

This image includes the runtime version switcher and requires runtime-versions to be
specified in the buildspec for more information look at our documentation.

Release updated standard 2.0 image

25 Jun 23:13
Compare
Choose a tag to compare

Changes:

  1. Updated patch versions for php, dotnet sdk, ant, and maven
  2. Updated minor versions for node8, node10, powershell, and gradle 5

Release updated Standard 2.0 image

29 May 23:33
Compare
Choose a tag to compare

Following are the changes made in this release

  1. Each runtime in Standard 2.0 is updated to version
  2. Chrome driver, rsync and locales are installed

Unsupported Image directory is renamed

Release Standard 2.0 image

02 May 21:50
Compare
Choose a tag to compare

Added new image Standard 2.0

Publishing Dockerfile for new Ubuntu 18.04 standard image

13 Mar 21:52
Compare
Choose a tag to compare

The Standard image is based on Ubuntu 18.04 and it will have the following programming languages installed:

  • Ruby 2.6
  • Python 3.7
  • PHP 7.3
  • Node 10.15
  • Java 8
  • Go 1.11
  • .NET 2.2
  • Docker 18.09
  • Docker Compose 1.23

Release new images: java 11, python 3.7.1, php 7.1, ruby 2.5.3, go 1.11, docker 18.09.0 and nodejs 10.14.1

13 Dec 00:51
Compare
Choose a tag to compare

Added new images:

  • java 11
  • python 3.7.1
  • php 7.1
  • ruby 2.5.3
  • docker 18.09.0
  • nodejs 10.14.1
  • go 1.11

Deprecated old images:

  • python 2.7
  • python 3.3.6
  • python 3.4.5
  • python 3.5.2
  • php 5.6
  • php 7.0
  • ruby 2.2.5
  • ruby 2.3.1
  • ruby 2.5.1
  • nodejs 6.3.1
  • nodejs 10.1.0
  • android 24.4.1

Release updated curated images

21 Aug 17:13
Compare
Choose a tag to compare
  • Install PowerShell in Linux .NET image and update .NET SDK version.
  • Upgrade Maven, Ant, and Gradle in the openjdk-8 image.
  • Update SBT version.