This repository contains the sources for the following docker base images:
- [
vcsomor/alpine-golang-buildimage
]
This Image is intended to be used in multi-stage docker builds and is not for final or production use you can find more info about multistage build in this blog post
FROM vcsomor/alpine-golang-buildimage
RUN go build *.go
# Pull image
git clone ssh://git@github.com/lacion/alpine-golang-buildimage.git
cd alpine-golang-buildimage
# Build
make build
# Test