Skip to content

kitabisa/alpine-golang-buildimage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpine-golang-buildimage

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

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 multi-stage build in this blog post

FROM kitabisa/alpine-golang-buildimage

ADD . /go/src/github.com/kitabisa/test
WORKDIR /go/src/github.com/kitabisa/test

RUN go build *.go

Developing and build

# Pull image
git clone https://github.com/kitabisa/alpine-golang-buildimage.git
cd alpine-golang-buildimage

# hack hack hack

# Build
make build

About

Golang docker buildimage using alpine linux (intended for multi-stage builds)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 71.9%
  • Shell 14.8%
  • Makefile 13.3%