GithubHelp home page GithubHelp logo

liuyangc3 / aws-codebuild-docker-images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws/aws-codebuild-docker-images

0.0 0.0 0.0 754 KB

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html

License: Other

Shell 4.99% Makefile 0.06% Dockerfile 92.27% Roff 2.68%

aws-codebuild-docker-images's Introduction

AWS CodeBuild curated Docker images

This repository holds Dockerfiles of official AWS CodeBuild curated Docker images. Please refer to the AWS CodeBuild User Guide for list of environments supported by AWS CodeBuild.

Build Status

The master branch will sometimes have changes that are still in the process of being released in AWS CodeBuild. See the latest released versions of the Dockerfiles here

How to build Docker images

Steps to build Standard 7.0 image

  • Run git clone https://github.com/aws/aws-codebuild-docker-images.git to download this repository to your local machine
  • 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.
  • Run docker build -t aws/codebuild/standard:7.0 . to build Docker image locally

To poke around in the image interactively, build it and run: docker run -it --entrypoint sh aws/codebuild/standard:7.0 -c bash

To let the Docker daemon start up in the container, build it and run: docker run -it --privileged aws/codebuild/standard:7.0 bash

$ git clone https://github.com/aws/aws-codebuild-docker-images.git
$ cd aws-codebuild-docker-images
$ cd ubuntu/standard/7.0
$ docker build -t aws/codebuild/standard:7.0 .
$ docker run -it --entrypoint sh aws/codebuild/standard:7.0 -c bash

Image maintenance

Some of the images in this repository are no longer actively maintained by AWS CodeBuild and may no longer build successfully. These images will not receive any further updates. They remain in this repository as a reference for the contents of these images that were previously released by CodeBuild.

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

aws-codebuild-docker-images's People

Contributors

subinataws avatar awszhen avatar clareliguori avatar dylan-aws avatar leoherran-aws avatar johnhanks1 avatar awsstangers avatar awsnitin avatar srikanthataws avatar gulinataws avatar naga-aws avatar xgnl avatar rasarora avatar trivikr avatar liuyangc3 avatar normj avatar 2ps avatar minethai avatar alemagna-aws avatar derwasp avatar maanisim avatar jpculp avatar linghaoz avatar ryanjarv avatar nrdg42 avatar michael-sharewayz avatar markuspeloquin avatar deleugpn avatar tamsky avatar kristianperkins avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.