You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,32 @@ $ cd aws-codebuild-docker-images
26
26
$ cd ubuntu/ruby/2.3.1
27
27
$ docker build -t aws/codebuild/ruby:2.3.1 .
28
28
$ 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.
0 commit comments