Skip to content

linn/linn-api-build-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linn-api-build-image

Docker image for Travis CI builds containing a complete build environment including git, docker, python, node and dotnet

Usage

See http://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/

Use the host docker.sock to run builds in this image if they themselves run docker, e.g: docker run -v /var/run/docker.sock:/var/run/docker.sock linn/linn-api-build-image:latest your_build

Apple M1

To run the build on an apple ARM chip append --platform linux/amd64 to the build parameters e.g.

docker build -t linn-api-build-image-local --platform linux/amd64 .

About

Docker image for Travis CI builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •