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

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.

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