Skip to content

Base image that includes golang and functional protobuf compiler

Notifications You must be signed in to change notification settings

agave/golang-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Build Status

golang-base

Base image that includes golang 1.7.4 and a functional protobuf compiler

Build using:

docker build -t <your-org>/<tag> --build-arg PROTOBUF_VER=<version-number> .

PROTOBUF_VER defaults to 3.1.0.

Feel free to delete any packages left in the image in case of not needing them.

Once pushed use it in your Dockerfiles like so:

FROM <your-org>/golang-base:<tag>�

About

Base image that includes golang and functional protobuf compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published