Common Issues using scratch images
If you ship containers using FROM SCRATCH, this is a great overview of the gotchas.

If you ship containers using FROM SCRATCH
, this is a great overview of the gotchas. The first one tripped me up when shipping a Go application that needed to make API requests. Lots of good details in this tutorial.
Building Container Images FROM Scratch: 6 Pitfalls That Are Often Overlooked