Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pilagod/docker-golang

Pull from https://hub.docker.com/r/pilagod/golang
https://github.com/pilagod/docker-golang

docker docker-image go golang golang-migrate

Last synced: 18 days ago
JSON representation

Pull from https://hub.docker.com/r/pilagod/golang

Awesome Lists containing this project

README

        

# Docker Image for Golang

Based on Golang images from [golang](https://hub.docker.com/_/golang), with [golang-migrate/migrate](https://github.com/golang-migrate/migrate) installed.

## Build

```sh
$ make build GO=1.15 MIGRATE=4.14.1 TAG=pilagod/golang:1.15-migrate4.14.1
```