build sources for container to provide an build environment for go and rust projects https://hub.docker.com/r/volkerraschek/build-image/
Go to file
2019-06-15 18:42:16 +02:00
.editorconfig add: travis pipeline 2019-04-18 18:48:31 +02:00
.gitattributes add: travis pipeline 2019-04-18 18:48:31 +02:00
.travis.yml add: travis pipeline 2019-04-18 18:48:31 +02:00
Dockerfile fix: include go-bindata and gcc 2019-06-15 18:42:16 +02:00
Makefile add: travis pipeline 2019-04-18 18:48:31 +02:00
README.md fix: readme 2019-04-18 19:12:52 +02:00

build-image Build Status

This project contains only files to build a build container image.

golang

Execute this in your root folder of your go project.

$ docker run \
    --rm \
    --volume ${PWD}:/workspace \
    volkerraschek/build-image:latest \
      go build