Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T03:43:57.000Z (about 6 years ago)
- Last Synced: 2024-02-29T16:34:23.423Z (9 months 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://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) [![Docker Build Status](https://img.shields.io/docker/build/mingrammer/go-mod-onbuild.svg)](https://hub.docker.com/r/mingrammer/go-mod-onbuild) [![Docker Pulls](https://img.shields.io/docker/pulls/mingrammer/go-mod-onbuild.svg)](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