Skip to content

Docker Image for building Go Projects with Glider

License

Notifications You must be signed in to change notification settings

harborfront/docker-go-glide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Glide: Docker Image for Go & Glide

Travis CI

Supported Tags

Each version number comprises of the golang version, glide version and (if applicable) wheezy, alpine et al.

  • 1.7, 1.7-v0.12.3, 1.7-v0.12.3-wheezy, 1.7-v0.12.3-alpine3.5, 1.7-v0.12.3-alpine
  • 1, 1.8, 1.8-v0.12.3, 1.8-v0.12.3-wheezy, 1.8-v0.12.3-alpine

A repository for managing reproducible builds of Docker Image for building Go Projects with Glider.

Image Variants

The go-glide images come in many flavors, each designed for a specific use case.

go-glide:<version>-alpine

This image is based on the popular Alpine Linux project, available in the alpine official image. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use musl libc instead of glibc and friends, so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See this Hacker News comment thread for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.

To minimize image size, it's uncommon for additional related tools (such as git or bash) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the alpine image description for examples of how to install packages if you are unfamiliar).

License

View license information for the software contained in this image.

Supported Docker versions

This image is officially supported on Docker version 17.03.1-ce.

Support for older versions (down to 1.6) is provided on a best-effort basis.

Please see the Docker installation documentation for details on how to upgrade your Docker daemon.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

About

Docker Image for building Go Projects with Glider

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages