Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cometkim/go-dep-onbuild
- Owner: cometkim
- License: mit
- Created: 2018-04-17T17:17:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:58:43.000Z (11 months ago)
- Last Synced: 2024-05-01T15:33:47.976Z (6 months ago)
- Topics: docker, docker-image, dockerfile, go, golang
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - go-dep-onbuild
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] .
```