Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chapsuk/golang-baseimage
Golang build image with additional tools
https://github.com/chapsuk/golang-baseimage
Last synced: 9 days ago
JSON representation
Golang build image with additional tools
- Host: GitHub
- URL: https://github.com/chapsuk/golang-baseimage
- Owner: chapsuk
- Created: 2018-03-24T22:13:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T09:49:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T20:36:27.215Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang build image
Docker golang base images
## Debian
```bash
> docker pull chapsuk/golang:1.13.8-debian
```* golangci-lint
## Alpine
```bash
> docker pull chapsuk/golang:1.13.8-alpine
```* git
* make
* curl
* gcc
* musl-dev
* openssh-client
* [dep](https://github.com/golang/dep)
* [golangci-lint](https://github.com/golangci/golangci-lint)
* [ginkgo](https://github.com/onsi/ginkgo)
* [dockerize](https://github.com/jwilder/dockerize)