aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 971 forks source link

upgrade existing package versions; add new runtime versions; support … #716

Closed LZY7977 closed 4 months ago

LZY7977 commented 4 months ago

Description of changes:

Upgrade existing package versions

Add new runtime versions

We added following runtime versions into amazonlinux2-x86_64-standard:5.0 and standard:7.0:

Support custom runtime versions

Instead of using the pre-installed runtime versions in CodeBuild-managed images, you can install and use custom versions of your choice.

More information could be found in the public doc: https://docs.aws.amazon.com/en_us/codebuild/latest/userguide/runtime-versions.html#custom-runtime

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.