Skip to content

Commit 1461cbc

Browse files
committed
Add list of actively maintained images to README
1 parent 07e068b commit 1461cbc

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,32 @@ $ cd aws-codebuild-docker-images
2626
$ cd ubuntu/ruby/2.3.1
2727
$ docker build -t aws/codebuild/ruby:2.3.1 .
2828
$ docker run -it --entrypoint sh aws/codebuild/ruby:2.3.1 -c bash
29-
```
29+
```
30+
31+
### Image maintenance
32+
33+
Some of the images in this repository are no longer actively maintained by AWS CodeBuild and may no longer build successfully. These images will not receive any further updates. They remain in this repository as a reference for the contents of these images that were previously released by CodeBuild.
34+
35+
The following images are actively maintained by AWS CodeBuild, and are listed in the CodeBuild console.
36+
37+
+ [android-java-8 24.4.1](ubuntu/android-java-8/24.4.1)
38+
+ [docker 17.09.0](ubuntu/docker/17.09.0)
39+
+ [dot-net core-1](ubuntu/dot-net/core-1)
40+
+ [dot-net core-2](ubuntu/dot-net/core-2)
41+
+ [golang 1.10](ubuntu/golang/1.10)
42+
+ [golang 1.7.3](ubuntu/golang/1.7.3)
43+
+ [java openjdk-8](ubuntu/java/openjdk-8)
44+
+ [java openjdk-9](ubuntu/java/openjdk-9)
45+
+ [nodejs 4.3.2](ubuntu/nodejs/4.3.2)
46+
+ [nodejs 4.4.7](ubuntu/nodejs/4.4.7)
47+
+ [nodejs 6.3.1](ubuntu/nodejs/6.3.1)
48+
+ [php 5.6](ubuntu/php/5.6)
49+
+ [php 7.0](ubuntu/php/7.0)
50+
+ [python 2.7.12](ubuntu/python/2.7.12)
51+
+ [python 3.3.6](ubuntu/python/3.3.6)
52+
+ [python 3.4.5](ubuntu/python/3.4.5)
53+
+ [python 3.5.2](ubuntu/python/3.5.2)
54+
+ [ruby 2.2.5](ubuntu/ruby/2.2.5)
55+
+ [ruby 2.3.1](ubuntu/ruby/2.3.1)
56+
+ [ubuntu-base 14.04](ubuntu/ubuntu-base/14.04)
57+

0 commit comments

Comments
 (0)