Skip to content

Golang docker buildimage using alpine linux (intended for multistage builds)

License

Notifications You must be signed in to change notification settings

vcsomor/alpine-golang-buildimage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://git@github.com/lacion/alpine-golang-buildimage.git
cd alpine-golang-buildimage

# Build
make build

# Test

About

Golang docker buildimage using alpine linux (intended for multistage builds)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 61.0%
  • Shell 19.9%
  • Makefile 19.1%