Docker image with useful tools for
Goprojects. Works fine in CircleCI and GitLab CI.
aws-cli/1.16.70 Python/2.7.15 Linux/4.9.125-linuxkit botocore/1.12.60awscurlcfn-lint 0.18.1Code Climate Test Reporter 0.6.3Docker version 18.06.1-ce, build e68fc7ago version go1.11.2 linux/amd64github.com/github/hubgithub.com/golang/depgithub.com/golangci/golangci-lint/github.com/mattn/goverallsgithub.com/onsi/ginkgo/ginkgogithub.com/onsi/gomegagithub.com/swaggo/swaggolang.org/x/lint/golint# Dockerfile
FROM sbstjn/go
jobs:
checkout:
working_directory: /go/src/github.com/username/package
docker:
- image: sbstjn/go
# Clone repository
$ > git clone [email protected]:sbstjn/docker-go.git
$ > cd docker-go
# Build container
$ > docker build .
# Start bash and test your environment
$ > docker run -it --entrypoint /bin/bash <container-id>
Feel free to use the code, it's released using the MIT license.
You are welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.
Content type
Image
Digest
Size
522.3 MB
Last updated
almost 7 years ago
docker pull sbstjn/go