/pkgx-go

pkgx-based Docker image with Go installed

Primary LanguageDockerfile

pkgx-go

A pkgx-based Docker image that manually installs Go.

Motivation

Using pkgx in build pipelines is really nice, but using it to build Go sometimes doesn't work. See this issue for more details. Once that's resolved, this image will become obsolete.

Building

docker build -t pkgx-go:latest .
docker run --rm -it pkgx-go:latest go version