Docker image with useful basics for
Goprojects.
golang:1.10Docker 18.03.1-ceCode Climate Test Reporter 0.6.0
github.com/github/hubgithub.com/golang/depgithub.com/mattn/goverallsgithub.com/onsi/ginkgo/ginkgogithub.com/onsi/gomegagolang.org/x/lint/golint
# Dockerfile
FROM jimdo/golang-depjobs:
checkout:
working_directory: /go/src/github.com/username/package
docker:
- image: jimdo/golang-dep# Clone repository
$ > git clone git@github.com:Jimdo/docker-golang-dep.git
$ > cd docker-golang-dep
# Build container
$ > docker build .
# Start bash and test your environment
$ > docker run -it --entrypoint /bin/bash <container-id>