Skip to content

Commit f25d6b3

Browse files
committed
Added new image: Standard image with base Ubuntu 18.04
1 parent bc6c16b commit f25d6b3

File tree

7 files changed

+598
-48
lines changed

7 files changed

+598
-48
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,5 @@ 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-
+ [android-java-8 26.1.1](ubuntu/android-java-8/26.1.1)
38-
+ [docker 17.09.0](ubuntu/docker/17.09.0)
39-
+ [docker 18.09.0](ubuntu/docker/18.09.0)
40-
+ [dot-net core-2.1](ubuntu/dot-net/core-2.1)
41-
+ [golang 1.10](ubuntu/golang/1.10)
42-
+ [golang 1.11](ubuntu/golang/1.11)
43-
+ [java openjdk-11](ubuntu/java/openjdk-11)
44-
+ [java openjdk-8](ubuntu/java/openjdk-8)
45-
+ [java openjdk-9](ubuntu/java/openjdk-9)
46-
+ [nodejs 10.14.1](ubuntu/nodejs/10.14.1)
47-
+ [nodejs 8.11.0](ubuntu/nodejs/8.11.0)
48-
+ [php 7.1](ubuntu/php/7.1)
49-
+ [python 3.6.5](ubuntu/python/3.6.5)
50-
+ [python 3.7.1](ubuntu/python/3.7.1)
51-
+ [ruby 2.5.3](ubuntu/ruby/2.5.3)
52-
+ [ubuntu-base 14.04](ubuntu/ubuntu-base/14.04)
37+
+ [standard 1.0](ubuntu/standard/1.0)
5338

buildspec.yml

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,5 @@ version: 0.2
33
phases:
44
build:
55
commands:
6-
- cd $CODEBUILD_SRC_DIR/ubuntu/android-java-8/26.1.1
7-
- docker build -t aws/codebuild/android-java-8:26.1.1 .
8-
- cd $CODEBUILD_SRC_DIR/ubuntu/docker/17.09.0
9-
- docker build -t aws/codebuild/docker:17.09.0 .
10-
- cd $CODEBUILD_SRC_DIR/ubuntu/docker/18.09.0
11-
- docker build -t aws/codebuild/docker:18.09.0 .
12-
- cd $CODEBUILD_SRC_DIR/ubuntu/dot-net/core-2.1
13-
- docker build -t aws/codebuild/dot-net:core-2.1 .
14-
- cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.10
15-
- docker build -t aws/codebuild/golang:1.10 .
16-
- cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.11
17-
- docker build -t aws/codebuild/golang:1.11 .
18-
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-8
19-
- docker build -t aws/codebuild/java:openjdk-8 .
20-
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-9
21-
- docker build -t aws/codebuild/java:openjdk-9 .
22-
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-11
23-
- docker build -t aws/codebuild/java:openjdk-11 .
24-
- cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/8.11.0
25-
- docker build -t aws/codebuild/nodejs:8.11.0 .
26-
- cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/10.14.1
27-
- docker build -t aws/codebuild/nodejs:10.14.1 .
28-
- cd $CODEBUILD_SRC_DIR/ubuntu/python/3.6.5
29-
- docker build -t aws/codebuild/python:3.6.5 .
30-
- cd $CODEBUILD_SRC_DIR/ubuntu/python/3.7.1
31-
- docker build -t aws/codebuild/python:3.7.1 .
32-
- cd $CODEBUILD_SRC_DIR/ubuntu/ruby/2.5.3
33-
- docker build -t aws/codebuild/ruby:2.5.3 .
34-
- cd $CODEBUILD_SRC_DIR/ubuntu/php/7.1
35-
- docker build -t aws/codebuild/php:7.1 .
36-
- cd $CODEBUILD_SRC_DIR/ubuntu/ubuntu-base/14.04
37-
- docker build -t aws/codebuild/ubuntu-base:14.04 .
6+
- cd $CODEBUILD_SRC_DIR/ubuntu/standard/1.0
7+
- docker build -t aws/codebuild/standard:1.0 .

ubuntu/standard/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)