Golang 1.7 docker image (x64) based on an up-to-date debian:jessie
7.4K
A container to run Golang on x64 architecture. This image is derivated from the official golang 1.7 image with some optimizations:
latest => 1.7 / branch master1.7 / branch 1.71.6.3 / branch 1.6.31.5.4 / branch 1.5.41.4.3 / branch 1.4.31.3.3 / branch 1.3.31.2.2 / branch 1.2.2This image is "one layer image", all RUN commands was group into one in order to reduce the final image size.
Moreover, every ADD or COPY commands point on an external URL instead of local files. So if you want to rebuild the image, it's not necessary to pull any git repository before, you could just do:
docker build -t golang:1.7 https://bitbucket.org/jtof_fap/golang/raw/master/Dockerfile
This image is automatically rebuilt when:
This image is based on an up-to-date debian image an is automatically rebuild when base image is updated. For more information about this process, reports to: https://hub.docker.com/r/insecurity/debian/
Reports to the official Golang repository:
Content type
Image
Digest
Size
199.9 MB
Last updated
almost 7 years ago
docker pull insecurity/golang