Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 665 Bytes

alpine-golang-buildimage

This repository contains the sources for the following docker base images:

  • [vcsomor/alpine-golang-buildimage]

Usage

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

Developing and testing

# Pull image
git clone ssh://[email protected]/lacion/alpine-golang-buildimage.git
cd alpine-golang-buildimage

# Build
make build

# Test