Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cometkim/go-dep-onbuild

Go + Dep build time image
https://github.com/cometkim/go-dep-onbuild

docker docker-image dockerfile go golang

Last synced: 27 days ago
JSON representation

Go + Dep build time image

Awesome Lists containing this project

README

        

# Go + Dep build time image

[![GitHub license](https://img.shields.io/github/license/cometkim/go-dep-onbuild.svg)](https://github.com/cometkim/go-dep-onbuild/blob/master/LICENSE)
[![Docker Build Status](https://img.shields.io/docker/build/cometkim/go-dep-onbuild.svg)](https://hub.docker.com/r/cometkim/go-dep-onbuild/)
[![Docker Pulls](https://img.shields.io/docker/pulls/cometkim/go-dep-onbuild.svg)](https://hub.docker.com/r/cometkim/go-dep-onbuild/)

- Based on official Go image
- Pre-installed [dep](https://golang.github.io/dep/), the official-experimental dependency manager for Go
- Cacheable layer for the vendor directory

## Usage

Build a container easily with this command lines

```bash
echo "FROM cometkim/go-dep-onbuild" > Dockerfile
docker build -t [IMAGE_NAME] .
```