octomation / go-service

🧩 Template for a typical service written on Go.
https://go-service.octolab.org/
MIT License
7 stars 0 forks source link

dist: docker: compare distroless image with alpine #6

Open kamilsk opened 3 years ago

kamilsk commented 3 years ago

Motivation: "Distroless" images contain only your application and its runtime dependencies. They do not contain package managers, shells, or any other programs you would expect to find in a standard Linux distribution.

See https://github.com/GoogleContainerTools/distroless.

Inspiration: https://github.com/itchyny/gojq/commit/80d1ed72b977163175f7655117bececdfecf4b34.

kamilsk commented 2 years ago

https://medium.com/inside-sumup/stop-using-alpine-docker-images-fbf122c63010