https://github.com/catvec/golang-glide
A Docker image that builds and runs Go projects that use glide.
https://github.com/catvec/golang-glide
docker go golang
Last synced: 28 days ago
JSON representation
A Docker image that builds and runs Go projects that use glide.
- Host: GitHub
- URL: https://github.com/catvec/golang-glide
- Owner: catvec
- License: mit
- Created: 2016-07-06T22:09:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T16:55:52.000Z (almost 10 years ago)
- Last Synced: 2025-05-04T01:02:13.383Z (about 1 year ago)
- Topics: docker, go, golang
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Project Status: Completed | Actively maintaining
# golang-glide
A Docker image that builds and runs Go projects that use [Glide](https://glide.sh) for vendoring.
# Versioning
Most of the updates to this image will most likely be bumps to the Go base image version.
As such the following versioning schemes will be used:
```
-
```
The `` will be changed when specific changes are made to the Dockerfile.
The `` will be changed to match the latest Go version.
# Release checklist
1. Tag `latest`
2. Tag specific version
3. Push
# Changelog
- `1.0.0-1.6` - Initial release