For those who don’t know, we at CircleCI maintain a fleet of Docker images, which we call Convenience Images, for various languages and databases. These images are designed to run your CI environment.
The Docker build system we are using is old and complicated so we’ve been designing a new suite of images. This of course includes a new Go image.
If you’re already using CircleCI to build/test/deploy your Go project (or want to), I would love it if you could try out our new image. The image is cimg/go with the tag being a Go version such as 1.12 or 1.13.2.
It’s all open source so you can find the GitHub repo here and the Docker Hub repo here.
We’re looking to:
Provide a Go Docker image useful for CI.
Get feedback on if this image is working for your project or if it’s missing something or doing something “wrong” in your opinion.
Get feedback on how this image is working for you if you’re coming from our legacy image, circleci/golang.
Other Public Beta Images
You can view all of the Next-Gen images that have reached public beta here.
Yes. The new images only contain a root user since the root/normal user distinction isn’t neccessary within a Docker container. This is similar to how the Docker Library images operate.
Aside from this being a change, is there a particular negetive impact on your project because of this?
Hmm, I need to look into this. Which particular PostgreSQL image are you using?
Thank you for providing feedback btw. Much appreciated.
For the base image, the change landed in the January snapshot. For cimg/go specifically, only the following tags were updated:
cimg/go:1.13.5
cimg/go:1.13.5
cimg/go:1.12.14
cimg/go:1.12
Any new Go releases/images from here going forward will have this change. This will be the standard we hit General Availability (GA) in the near future.