Skip to content

programingKing/docker-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

docker-golang

Vungle's unified Go SDK for development and continuous integration.

docker run --rm vungle/golang:1 go version

Builds

Docker image can be built with:

make build

Then tested with:

make test

We're using Travis-CI to continuously deploying on commits to master branch. Make sure changes passes make build test command.

Future improvements

  • Integration other go projects in this repo as dependency breakage.

About

Lightweight Docker Image for Building Golang Projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 39.0%
  • Dockerfile 25.3%
  • Makefile 24.5%
  • Go 11.2%