 
      
    | You are here | www.perrotta.dev | ||
| | | | | www.neerajsidhaye.com | |
| | | | | Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further... | |
| | | | | taylorbrazelton.com | |
| | | | | ||
| | | | | paul.totterman.name | |
| | | | | Like many other developers, I have to work with computers with different processor architectures. For me it's amd64 (x86_64) on the laptop and arm64 (aarch64) on the server. For some it may be the other way around. Fortunately I mostly write Go, which makes cross-compilation quite easy. Docker adds some extra steps, but is very nice for deploying software. | |
| | | | | david-barreto.com | |
| | | Ideally, a lambda is the glue that ties together a microservice that it's developed in isolation from other parts of a system and it's stored and managed in its own repository. Shared functionality... | ||