We use Golang images from DockerHub in order to install and run the Chisel tooling in the Ubuntu Chiseled Dockerfiles.
|
FROM amd64/golang:1.20 as chisel |
We should consider using the Microsoft build of Golang, in the official Microsoft Golang images, to cut down on external dependencies - https://github.com/microsoft/go-images
As a side note, we should also have the Golang version defined as a variable in manifest.versions.json.