Docker images for Go.
See https://hub.docker.com/r/nmiyake/go/tags/ for the latest published images.
Docker images based on golang:<version>-alpine
images that also have bash
, git
and openssl
installed.
Docker image with the latest version of Go with the standard libraries for darwin and linux installed using go install std
.
Docker image with the latest version of Go with the standard libraries for darwin and linux with CGo disabled installed using
go install std
.
Docker image with Go installed using brew
on Linux. Useful for testing that Go tools and programs behave properly on systems
that have installed Go using brew
. The Go installation in this contianer is similar to the installation that occurs for Go
using brew
on Darwin systems.
Also publishes some variants of the above images that have certain binaries preinstalled.