https://github.com/mingrammer/go-mod-onbuild
:whale: Go + module onbuild image
https://github.com/mingrammer/go-mod-onbuild
docker docker-image go-modules
Last synced: about 1 month ago
JSON representation
:whale: Go + module onbuild image
- Host: GitHub
- URL: https://github.com/mingrammer/go-mod-onbuild
- Owner: mingrammer
- License: mit
- Created: 2018-10-03T16:34:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T03:43:57.000Z (over 7 years ago)
- Last Synced: 2025-01-06T03:10:02.805Z (over 1 year ago)
- Topics: docker, docker-image, go-modules
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go + mod onbuild
[](/LICENSE) [](https://hub.docker.com/r/mingrammer/go-mod-onbuild) [](https://hub.docker.com/r/mingrammer/go-mod-onbuild)
> Similar to [go-dep-onbuild](https://github.com/cometkim/go-dep-onbuild) except it uses Go module, not dep.
Go + module onbuild docker image based on `golang:alpine`
## Usage
```shell
echo "FROM mingrammer/go-mod-onbuild" > Dockerfile
docker build -t [IMAGE_NAME] .
```
## License
MIT