Skip to content

Instantly share code, notes, and snippets.

@juev
Created March 20, 2025 09:28
Show Gist options
  • Save juev/9c17b1a760fbcf2640deb72a81737ed7 to your computer and use it in GitHub Desktop.
Save juev/9c17b1a760fbcf2640deb72a81737ed7 to your computer and use it in GitHub Desktop.

Tiniest Go docker image

источник

CGO_ENABLED=0 go build -ldflags="-s -w" app.go && tar C app | docker import - myimage:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment