Skip to content

Commit a295f29

Browse files
committed
Update readme with new image versions
1 parent 4655a77 commit a295f29

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ The master branch will sometimes have changes that are still in the process of b
88

99
### How to build Docker images
1010

11-
Steps to build Standard 5.0 image
11+
Steps to build Standard 6.0 image
1212

1313
* Run `git clone https://github.com/aws/aws-codebuild-docker-images.git` to download this repository to your local machine
14-
* Run `cd ubuntu/standard/5.0` to change the directory in your local workspace. This is the location of the Standard 5.0 Dockerfile with Ubuntu base.
15-
* Run `docker build -t aws/codebuild/standard:5.0 .` to build Docker image locally
14+
* Run `cd ubuntu/standard/6.0` to change the directory in your local workspace. This is the location of the Standard 5.0 Dockerfile with Ubuntu base.
15+
* Run `docker build -t aws/codebuild/standard:6.0 .` to build Docker image locally
1616

1717
To poke around in the image interactively, build it and run:
18-
`docker run -it --entrypoint sh aws/codebuild/standard:5.0 -c bash`
18+
`docker run -it --entrypoint sh aws/codebuild/standard:6.0 -c bash`
1919

2020
To let the Docker daemon start up in the container, build it and run:
21-
`docker run -it --privileged aws/codebuild/standard:5.0 bash`
21+
`docker run -it --privileged aws/codebuild/standard:6.0 bash`
2222

2323
```
2424
$ git clone https://github.com/aws/aws-codebuild-docker-images.git
2525
$ cd aws-codebuild-docker-images
26-
$ cd ubuntu/standard/5.0
27-
$ docker build -t aws/codebuild/standard:5.0 .
28-
$ docker run -it --entrypoint sh aws/codebuild/standard:5.0 -c bash
26+
$ cd ubuntu/standard/6.0
27+
$ docker build -t aws/codebuild/standard:6.0 .
28+
$ docker run -it --entrypoint sh aws/codebuild/standard:6.0 -c bash
2929
```
3030

3131
### Image maintenance
@@ -34,10 +34,10 @@ Some of the images in this repository are no longer actively maintained by AWS C
3434

3535
The following images are actively maintained by AWS CodeBuild, and are listed in the CodeBuild console.
3636

37-
+ [standard 3.0](ubuntu/standard/3.0)
3837
+ [standard 4.0](ubuntu/standard/4.0)
3938
+ [standard 5.0](ubuntu/standard/5.0)
40-
+ [amazonlinux2-x86_64-standard:2.0](al2/x86_64/standard/2.0)
39+
+ [standard 6.0](ubuntu/standard/6.0)
4140
+ [amazonlinux2-x86_64-standard:3.0](al2/x86_64/standard/3.0)
41+
+ [amazonlinux2-x86_64-standard:4.0](al2/x86_64/standard/4.0)
4242
+ [amazonlinux2-aarch64-standard:1.0](al2/aarch64/standard/1.0)
4343
+ [amazonlinux2-aarch64-standard:2.0](al2/aarch64/standard/2.0)

al2/x86_64/standard/4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,4 @@ COPY amazon-ssm-agent.json /etc/amazon/ssm/amazon-ssm-agent.json
363363

364364
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]
365365

366-
#=======================End of layer: al2_v3 =================
366+
#=======================End of layer: al2_v4 =================

ubuntu/standard/6.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ COPY amazon-ssm-agent.json /etc/amazon/ssm/amazon-ssm-agent.json
383383

384384
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]
385385

386-
#=======================END of STD:5.0 =================
386+
#=======================END of STD:6.0 =================

0 commit comments

Comments
 (0)