@@ -8,24 +8,24 @@ The master branch will sometimes have changes that are still in the process of b
8
8
9
9
### How to build Docker images
10
10
11
- Steps to build Standard 2 .0 image
11
+ Steps to build Standard 4 .0 image
12
12
13
13
* 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
16
16
17
17
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 `
19
19
20
20
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 `
22
22
23
23
```
24
24
$ git clone https://github.com/aws/aws-codebuild-docker-images.git
25
25
$ 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
29
29
```
30
30
31
31
### Image maintenance
@@ -34,10 +34,8 @@ Some of the images in this repository are no longer actively maintained by AWS C
34
34
35
35
The following images are actively maintained by AWS CodeBuild, and are listed in the CodeBuild console.
36
36
37
- + [ standard 2.0] ( ubuntu/standard/2.0 )
38
37
+ [ standard 3.0] ( ubuntu/standard/3.0 )
39
38
+ [ standard 4.0] ( ubuntu/standard/4.0 )
40
- + [ amazonlinux2-x86_64-standard:1.0] ( al2/x86_64/standard/1.0 )
41
39
+ [ amazonlinux2-x86_64-standard:2.0] ( al2/x86_64/standard/2.0 )
42
40
+ [ amazonlinux2-x86_64-standard:3.0] ( al2/x86_64/standard/3.0 )
43
41
+ [ amazonlinux2-aarch64-standard:1.0] ( al2/aarch64/standard/1.0 )
0 commit comments