Sign inSign up

cafxx/gollvm

By cafxx

•Updated almost 8 years ago

Release build of gollvm (master)

Image
0

290

cafxx/gollvm repository overview

⁠gollvm builder image

docker stars docker pulls docker status

⁠Usage

Use cafxx/gollvm as your base image: the go command is on the PATH and maps to gollvm⁠

FROM cafxx/gollvm
RUN go get <go-package-import>
RUN go build -gogccflags="-static" <go-package-import>

⁠Notes

  • gollvm does not have stable releases yet; this image is built from the head of master of both LLVM and gollvm.
  • This image is very heavy (~1GB) because it is the builder stage and no attempts have been made to keep the size in check. If you want a smaller image and you are only interested in using gollvm, please use gollvm-minimal⁠ instead.

Tag summary

Content type

Image

Digest

Size

478.7 MB

Last updated

almost 8 years ago

docker pull cafxx/gollvm