Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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