|
You are here |
mensfeld.pl | ||
| | | | |
rpep.dev
|
|
| | | | | Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally. | |
| | | | |
www.danieldemmel.me
|
|
| | | | | I hereby renounce years of suffering with native extension compilations breaking | |
| | | | |
enix.io
|
|
| | | | | This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution. | |
| | | | |
sumercip.com
|
|
| | | My shell is slooow! This is my first blog post for years. I have been finding excuses for not writing one over the years, but I feel this is the right time. I was coding as usual when I started something odd with my shell. I have done few adjustments to my .zshrc file and out of a sudden it became very slow to spawn a new shell. As a person who has a obsession with performance, it became my duty to find out the problem. | ||