Docker

Squeezing disk space on github runner: Guide

Once time developer send you message in Slack that Github Action pipeline failed. You opened pipeline, scrolled down logs and see message:

ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device

But what this means ? Why it happenned and what to do now ? Let’s figure it out.

Distroless images: why, how and when

Containers - technology that changed the way how develop, deploy, and manage applications.