Sign inSign up

sbstjn/go

By sbstjn

Updated almost 7 years ago

Toolbox for Go.

Image
0

10K+

sbstjn/go repository overview

sbstjn/go Docker Stars Docker Pulls

Docker image with useful tools for Go projects. Works fine in CircleCI and GitLab CI.

Components

  • aws-cli/1.16.70 Python/2.7.15 Linux/4.9.125-linuxkit botocore/1.12.60
  • awscurl
  • cfn-lint 0.18.1
  • Code Climate Test Reporter 0.6.3
  • Docker version 18.06.1-ce, build e68fc7a
  • go version go1.11.2 linux/amd64
Packages
  • github.com/github/hub
  • github.com/golang/dep
  • github.com/golangci/golangci-lint/
  • github.com/mattn/goveralls
  • github.com/onsi/ginkgo/ginkgo
  • github.com/onsi/gomega
  • github.com/swaggo/swag
  • golang.org/x/lint/golint

Usage

General
# Dockerfile

FROM sbstjn/go
CircleCI
jobs:
  checkout:
    working_directory: /go/src/github.com/username/package
    docker:
      - image: sbstjn/go

Development

# 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>

License

Feel free to use the code, it's released using the MIT license.

Contribution

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.

Tag summary

Content type

Image

Digest

Size

522.3 MB

Last updated

almost 7 years ago

docker pull sbstjn/go