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
+9-10
Original file line number
Diff line number
Diff line change
@@ -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 6.0 image
11
+
Steps to build Standard 7.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 aws-codebuild-docker-images/ubuntu/standard/6.0` to change the directory in your local workspace. This is the location of the Standard 6.0 Dockerfile with Ubuntu base.
15
-
* Run `docker build -t aws/codebuild/standard:6.0 .` to build Docker image locally
14
+
* Run `cd aws-codebuild-docker-images/ubuntu/standard/7.0` to change the directory in your local workspace. This is the location of the Standard 7.0 Dockerfile with Ubuntu base.
15
+
* Run `docker build -t aws/codebuild/standard:7.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:6.0 -c bash`
18
+
`docker run -it --entrypoint sh aws/codebuild/standard:7.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:6.0 bash`
21
+
`docker run -it --privileged aws/codebuild/standard:7.0 bash`
0 commit comments