Skip to content

Commit ad19b41

Browse files
authored
Update README.md
1 parent 172acc8 commit ad19b41

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 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 2.0 image
11+
Steps to build Standard 4.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/2.0` to change the directory in your local workspace. This is the location of the Standard 2.0 Dockerfile with Ubuntu base.
15-
* Run `docker build -t aws/codebuild/standard:2.0 .` to build Docker image locally
14+
* Run `cd ubuntu/standard/4.0` to change the directory in your local workspace. This is the location of the Standard 4.0 Dockerfile with Ubuntu base.
15+
* Run `docker build -t aws/codebuild/standard:4.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:2.0 -c bash`
18+
`docker run -it --entrypoint sh aws/codebuild/standard:4.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:2.0 bash`
21+
`docker run -it --privileged aws/codebuild/standard:4.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/2.0
27-
$ docker build -t aws/codebuild/standard:2.0 .
28-
$ docker run -it --entrypoint sh aws/codebuild/standard:2.0 -c bash
26+
$ cd ubuntu/standard/4.0
27+
$ docker build -t aws/codebuild/standard:4.0 .
28+
$ docker run -it --entrypoint sh aws/codebuild/standard:4.0 -c bash
2929
```
3030

3131
### Image maintenance
@@ -34,10 +34,8 @@ 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 2.0](ubuntu/standard/2.0)
3837
+ [standard 3.0](ubuntu/standard/3.0)
3938
+ [standard 4.0](ubuntu/standard/4.0)
40-
+ [amazonlinux2-x86_64-standard:1.0](al2/x86_64/standard/1.0)
4139
+ [amazonlinux2-x86_64-standard:2.0](al2/x86_64/standard/2.0)
4240
+ [amazonlinux2-x86_64-standard:3.0](al2/x86_64/standard/3.0)
4341
+ [amazonlinux2-aarch64-standard:1.0](al2/aarch64/standard/1.0)

0 commit comments

Comments
 (0)