从golang 1.1 开始使用go module升级为官方管理库, 其他的项目管理就成为一个问题
本Dockerfile是生成一个gb管理工具,来管理旧项目包
默认的entrypoint 是build.sh, 如若要使用gb命令的话,可以自行添加 gb 相关的entrypoint
docker run --rm -it --entrypoint=gb.sh -v $(pwd):/project kekek/centosgb:v1
https://github.com/kekek/gb fork form https://github.com/constabulary/gb
/web/data/docker/images/go/centosgb