All Projects → aws → Aws Codebuild Docker Images

aws / Aws Codebuild Docker Images

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

Projects that are alternatives of or similar to Aws Codebuild Docker Images

Aws Mfa
Manage AWS MFA Security Credentials
Stars: ✭ 606 (-12.17%)
Mutual labels:  aws
Aws Sam Cli
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Stars: ✭ 5,817 (+743.04%)
Mutual labels:  aws
Goformation
GoFormation is a Go library for working with CloudFormation templates.
Stars: ✭ 671 (-2.75%)
Mutual labels:  aws
Dev Setup
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Stars: ✭ 5,590 (+710.14%)
Mutual labels:  aws
Aws App Mesh Examples
AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.
Stars: ✭ 640 (-7.25%)
Mutual labels:  aws
Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (-5.8%)
Mutual labels:  aws
Terraform Aws Secure Baseline
Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.
Stars: ✭ 596 (-13.62%)
Mutual labels:  aws
Control
Control manages the lifecycle of clusters on your infrastructure and allows deployment of applications via HELM. Its deployment and configuration workflows will help you to get up and running with Kubernetes faster.
Stars: ✭ 680 (-1.45%)
Mutual labels:  aws
Practical.cleanarchitecture
Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
Stars: ✭ 639 (-7.39%)
Mutual labels:  aws
Startup Kit Templates
CloudFormation templates to accelerate getting started on AWS.
Stars: ✭ 669 (-3.04%)
Mutual labels:  aws
Geodesic
🚀 Geodesic is a DevOps Linux Distro. We use it as a cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/
Stars: ✭ 629 (-8.84%)
Mutual labels:  aws
Aiobotocore
asyncio support for botocore library using aiohttp
Stars: ✭ 630 (-8.7%)
Mutual labels:  aws
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (-5.36%)
Mutual labels:  aws
Amazon Sagemaker Examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+819.71%)
Mutual labels:  aws
Aws Vpn Server Setup
Setup your own private, secure, free* VPN on the Amazon AWS Cloud in 10 minutes. CloudFormation
Stars: ✭ 672 (-2.61%)
Mutual labels:  aws
Finala
Finala is an open-source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources.
Stars: ✭ 605 (-12.32%)
Mutual labels:  aws
Apai Io
DISCONTINUED Amazon Product Adverstising Library based on PHP REST and SOAP (only V1) using the Product Advertising API.
Stars: ✭ 647 (-6.23%)
Mutual labels:  aws
Aws Cognito Angular Quickstart
An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
Stars: ✭ 685 (-0.72%)
Mutual labels:  aws
Cloudcomparer
Compare the various managed cloud services offered by the major public cloud providers in the market.
Stars: ✭ 678 (-1.74%)
Mutual labels:  aws
Terraform Provider Aws
Terraform AWS provider
Stars: ✭ 6,624 (+860%)
Mutual labels:  aws

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 4.0 image

  • Run git clone https://github.com/aws/aws-codebuild-docker-images.git to download this repository to your local machine
  • Run cd ubuntu/standard/4.0 to change the directory in your local workspace. This is the location of the Standard 4.0 Dockerfile with Ubuntu base.
  • Run docker build -t aws/codebuild/standard:4.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:4.0 -c bash

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

$ git clone https://github.com/aws/aws-codebuild-docker-images.git
$ cd aws-codebuild-docker-images
$ cd ubuntu/standard/4.0
$ docker build -t aws/codebuild/standard:4.0 .
$ docker run -it --entrypoint sh aws/codebuild/standard:4.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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].