I wrote a program in Go and I want to launch it in a Docker container, but my company does not have a golang Docker image and refuses to download one.
I only have an image with Java (CentOS). How can I achieve this? Is it possible to run some kind of binary thing which does not need Go environment?
Thanks in advance.