Go, Zip, and Git
$ docker run --rm amaysim/golang:1.21.3-bullseye
# build image locally if you want to test locally
$ make build
# test the image
$ make test
# go inside the container
$ make shell
For Golang version update, Makefile and Dockerfile need to be updated
$ make tagBuild Details tab, you should now see the build kicking offContent type
Image
Digest
Size
83.6 MB
Last updated
over 9 years ago
docker pull amaysim/golang