Skip to content

Commit

Permalink
Added new image: Standard image with base Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthataws committed Mar 13, 2019
1 parent bc6c16b commit f25d6b3
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 48 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,5 @@ Some of the images in this repository are no longer actively maintained by AWS C

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

+ [android-java-8 26.1.1](ubuntu/android-java-8/26.1.1)
+ [docker 17.09.0](ubuntu/docker/17.09.0)
+ [docker 18.09.0](ubuntu/docker/18.09.0)
+ [dot-net core-2.1](ubuntu/dot-net/core-2.1)
+ [golang 1.10](ubuntu/golang/1.10)
+ [golang 1.11](ubuntu/golang/1.11)
+ [java openjdk-11](ubuntu/java/openjdk-11)
+ [java openjdk-8](ubuntu/java/openjdk-8)
+ [java openjdk-9](ubuntu/java/openjdk-9)
+ [nodejs 10.14.1](ubuntu/nodejs/10.14.1)
+ [nodejs 8.11.0](ubuntu/nodejs/8.11.0)
+ [php 7.1](ubuntu/php/7.1)
+ [python 3.6.5](ubuntu/python/3.6.5)
+ [python 3.7.1](ubuntu/python/3.7.1)
+ [ruby 2.5.3](ubuntu/ruby/2.5.3)
+ [ubuntu-base 14.04](ubuntu/ubuntu-base/14.04)
+ [standard 1.0](ubuntu/standard/1.0)

34 changes: 2 additions & 32 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,5 @@ version: 0.2
phases:
build:
commands:
- cd $CODEBUILD_SRC_DIR/ubuntu/android-java-8/26.1.1
- docker build -t aws/codebuild/android-java-8:26.1.1 .
- cd $CODEBUILD_SRC_DIR/ubuntu/docker/17.09.0
- docker build -t aws/codebuild/docker:17.09.0 .
- cd $CODEBUILD_SRC_DIR/ubuntu/docker/18.09.0
- docker build -t aws/codebuild/docker:18.09.0 .
- cd $CODEBUILD_SRC_DIR/ubuntu/dot-net/core-2.1
- docker build -t aws/codebuild/dot-net:core-2.1 .
- cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.10
- docker build -t aws/codebuild/golang:1.10 .
- cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.11
- docker build -t aws/codebuild/golang:1.11 .
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-8
- docker build -t aws/codebuild/java:openjdk-8 .
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-9
- docker build -t aws/codebuild/java:openjdk-9 .
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-11
- docker build -t aws/codebuild/java:openjdk-11 .
- cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/8.11.0
- docker build -t aws/codebuild/nodejs:8.11.0 .
- cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/10.14.1
- docker build -t aws/codebuild/nodejs:10.14.1 .
- cd $CODEBUILD_SRC_DIR/ubuntu/python/3.6.5
- docker build -t aws/codebuild/python:3.6.5 .
- cd $CODEBUILD_SRC_DIR/ubuntu/python/3.7.1
- docker build -t aws/codebuild/python:3.7.1 .
- cd $CODEBUILD_SRC_DIR/ubuntu/ruby/2.5.3
- docker build -t aws/codebuild/ruby:2.5.3 .
- cd $CODEBUILD_SRC_DIR/ubuntu/php/7.1
- docker build -t aws/codebuild/php:7.1 .
- cd $CODEBUILD_SRC_DIR/ubuntu/ubuntu-base/14.04
- docker build -t aws/codebuild/ubuntu-base:14.04 .
- cd $CODEBUILD_SRC_DIR/ubuntu/standard/1.0
- docker build -t aws/codebuild/standard:1.0 .
Binary file added ubuntu/standard/.DS_Store
Binary file not shown.
Loading

0 comments on commit f25d6b3

Please sign in to comment.