Create the smallest possible executable docker image. https://github.com/seanharrison/hello
845
In early 2020, a colleague told me about the scratch docker image, with which you can create a docker image that contains (almost) nothing but what you put into it. I took this as a challenge and started looking at ways to compile a tiny executable that would run on scratch with no operating system.
I work with Python daily, and the resulting docker images are usually > 1 GB. I wanted to try something different.
I'm a minimalist and like small things.
To inspire myself and others.
Sources at https://github.com/seanharrison/hello
Content type
Image
Digest
sha256:99524b393…
Size
3.2 MB
Last updated
about 3 years ago
docker pull seanharrison/hello:c-alpine