tdmalone /
codebuild-docker-node
An unofficial Dockerfile for CodeBuild combining official Docker (in Docker) and Node environments.
8/100 healthLoading repository data…
aws / repository
Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
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
Steps to build Standard 7.0 image
git clone https://github.com/aws/aws-codebuild-docker-images.git to download this repository to your local machinecd 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.docker build -t aws/codebuild/standard:7.0 . to build Docker image locallyTo 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
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.
Selected from shared topics, language and repository description—not editorial ratings.
tdmalone /
An unofficial Dockerfile for CodeBuild combining official Docker (in Docker) and Node environments.
8/100 healthrendesg /
Dockerfile based on official AWS CodeBuild docker image, setting gradle version to 4.6
27/100 health