Golang Container Image for CI/CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ankit R Gadiya 242540ceb8
golangci-lint: version bump v1.41.1
2 years ago
.github/workflows Migrated to Github 2 years ago
Dockerfile golangci-lint: version bump v1.41.1 2 years ago
README.md Migrated to Github 2 years ago

README.md

Golang

Registry

The base Golang image comes with the Go toolchain installed. This image builds on top of the Alpine-based Golang image. Additionally, it provides a C compiler (GCC) for CGO modules and SQLite library. It also comes with the GolangCI Lint meta-linter installed.

The primary usecase for this image is in CI/CD environments. It comes with necessary tools to lint, build, and test the source code. For production build, check out the Distroless base images.

docker pull quay.io/ankitrgadiya/golang:latest

Releases

Golang supports 3 Major versions and ships Docker images for them. I do not intend to support all the tags from Official Golang image. Instead, this image builds on top of the latest version's Alpine Base image. I will tag the images with Golang's upstream version. The latest tag will always point to the latest version of the image.