Docker image go and cmake

Hello,

I’ve looked around but have not been able to find specific information on stock circleci docker images. I need something go specific and I have to build flatbuffers with cmake. Could someone point me to an image or images that would work?

New to CircleCI, appreciate this board!

1 Like

I think there are “manifests” for the stock CircleCI images. Take a look at this repo to start with. A manifest looks like this, I don’t know if they are available for every convenience image.

Also, don’t forget you can select any Go image from anywhere (e.g. DockerHub) and extend it or, if you like, create a build image from scratch. You can push it to a public/private registry and pull it from there.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.