Designing a Source-to-Image build for a Go application
May22

Designing a Source-to-Image build for a Go application

In my first article in this series about Source-to-Image (S2I), we examined the required files and discussed how the S2I standard works with any programming language, from Python to Ruby to Go. Now let’s explore designing an S2I build specifically for a Go application. A disclaimer: I still like to call Go “Golang” even though it’s not officially called that. read...

Read More