amazon web services - AWS Codebuild .NET Core building docker image -


we tried default aws codebuild image build .net core apps , worked fine.

now require build docker images, default image has no docker installed.

aws has option run builder image in priviledged mode can run docker-in-docker operations.

i know if there image can use has both .net core , docker installed, can build code, , image.

thanks!!

you'll need create own docker image , provide codebuild (as part of project environment configuration).

you can find codebuild's vended docker images here reference https://github.com/aws/aws-codebuild-docker-images

you need create docker image has both docker daemon , .net core on same image. refer sample on how start docker daemon before starting builds in custom docker images http://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker-custom-image.html


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -