Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pilagod/docker-golang
- Owner: pilagod
- License: mit
- Created: 2019-05-29T14:12:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T13:28:06.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T21:31:38.386Z (25 days ago)
- Topics: docker, docker-image, go, golang, golang-migrate
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - docker-golang
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
```