feat(codebuild): add support for more image types #2233
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for the following images
aws/codebuild/golang:1.11
aws/codebuild/docker:18.09.0
aws/codebuild/java:openjdk-11
aws/codebuild/nodejs:10.14.1
aws/codebuild/php:7.1
aws/codebuild/python:3.7.1
aws/codebuild/ruby:2.5.3
aws/codebuild/standard:1.0
and default UBUNTU_18_04_STANDARD_1_0 as the build image
Fixes #2079
BREAKING CHANGE: change the default image from UBUNTU_14_04_BASE to UBUNTU_18_04_STANDARD_1_0
If you want to keep the behavior as previous, please explicitly specify image as UBUNTU_14_04_BASE
Pull Request Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.