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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:58:43.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:38:05.348Z (over 1 year 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
[](https://github.com/cometkim/go-dep-onbuild/blob/master/LICENSE)
[](https://hub.docker.com/r/cometkim/go-dep-onbuild/)
[](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] .
```