/go-mod-onbuild

:whale: Go + module onbuild image

Primary LanguageDockerfileMIT LicenseMIT

Go + mod onbuild

License Docker Build Status Docker Pulls

Similar to go-dep-onbuild except it uses Go module, not dep.

Go + module onbuild docker image based on golang:alpine

Usage

echo "FROM mingrammer/go-mod-onbuild" > Dockerfile
docker build -t [IMAGE_NAME] .

License

MIT